[DRE-commits] [rubygems-integration] 01/01: add FIXME to remove workarounds

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jun 17 22:18:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository rubygems-integration.

commit 13c4f665f2d2c7f2ad00b53beaa4228fca7e1cd1
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jun 17 19:18:33 2015 -0300

    add FIXME to remove workarounds
---
 lib/rubygems/defaults/operating_system.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/rubygems/defaults/operating_system.rb b/lib/rubygems/defaults/operating_system.rb
index f25584a..a389925 100644
--- a/lib/rubygems/defaults/operating_system.rb
+++ b/lib/rubygems/defaults/operating_system.rb
@@ -17,6 +17,8 @@ class << Gem
 
   alias :upstream_default_path :default_path
   def default_path
+
+    # FIXME remove (part of) this after we get rid of ruby 2.1 and 2.2
     extra_path = nil
     if RbConfig::CONFIG['ruby_version'] == '2.1.0'
       extra_path = File.join('/usr/share/rubygems-integration', '2.1')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubygems-integration.git



More information about the Pkg-ruby-extras-commits mailing list