gem-manage-sources 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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|
|