gem-manage-sources 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
@@ -11,7 +11,7 @@ module Gem
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def initialize
|
14
|
-
super('
|
14
|
+
super('manage_sources', 'Manage the sources RubyGems use to search for gems. (USE INSTEAD OF: sources)')
|
15
15
|
defaults.merge!(:sources_to_add => [], :sources_to_remove => [], :check_sources? => false, :init? => false)
|
16
16
|
|
17
17
|
add_option('-a', '--add SOURCE_URL', 'Add a gem source') do |value, options|
|