Regenerate gemspec for version 0.2.0

master v0.2.0
muflax 2011-12-04 14:38:07 +01:00
parent a69518bb18
commit dccfd5d0d7
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = "range_math"
s.version = "0.1.0"
s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["muflax"]
@ -25,6 +25,7 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"lib/range_math.rb",
"range_math.gemspec",
"test/helper.rb",
"test/test_range_math.rb"
]