Rakefile in ruby-version-0.1.0 vs Rakefile in ruby-version-0.1.1

- old
+ new

@@ -16,10 +16,10 @@ Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "ruby-version" gem.homepage = "http://github.com/martinkozak/ruby-version" gem.license = "MIT" - gem.summary = 'Serves as wrapper module for the RUBY_VERSION constant with matching the version numbers.' + gem.summary = 'Wraps the RUBY_VERSION constant and allows version number matching.' gem.email = "martinkozak@martinkozak.net" gem.authors = ["Martin Kozák"] # Include your dependencies below. Runtime dependencies are required when using your gem, # and development dependencies are only needed for development (ie running rake tasks, tests, etc) # gem.add_runtime_dependency 'jabber4r', '> 0.1'