lib/toolbox/gem_specification.rb in ruby-development-toolbox-1.3.1 vs lib/toolbox/gem_specification.rb in ruby-development-toolbox-1.3.2
- old
+ new
@@ -17,17 +17,21 @@
specs.values
end
end
end
-##
-# Extends the functionality of a Gem::Specification to be able to retrieve the latest version of gems
-# currently on your system.
-#
-# == Usage
-#
-# Gem::Specification.latest_versions.each do |spec|
-# puts "#{spec.name} (#{spec.version})"
-# end
-#
-module GemSpecification
+module Toolbox
+
+ ##
+ # Extends the functionality of a Gem::Specification to be able to retrieve the latest version of gems
+ # currently on your system.
+ #
+ # == Usage
+ #
+ # Gem::Specification.latest_versions.each do |spec|
+ # puts "#{spec.name} (#{spec.version})"
+ # end
+ #
+ module GemSpecification
+ end
+
end