rodders.gemspec in rodders-0.2.0 vs rodders.gemspec in rodders-0.3.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rodders" - s.version = "0.2.0" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nigel Lowry"] - s.date = "2011-11-10" + s.date = "2011-12-11" s.description = "Converts between fractional, decimal and moneyline odds for betting and gambling. Calculates how much can be won on a given stake." s.email = "nigel-lowry@ultra.eclipse.co.uk" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -25,20 +25,19 @@ "README.rdoc", "Rakefile", "VERSION", "lib/FixedOdds.rb", "lib/MutuallyExclusiveCollection.rb", - "lib/Rational.rb", "rodders.gemspec", "spec/FixedOdds_spec.rb", "spec/MutuallyExclusiveCollection_spec.rb", "spec/Rational_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/nigel-lowry/rodders" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" + s.rubygems_version = "1.8.12" s.summary = "Fixed odds betting library" if s.respond_to? :specification_version then s.specification_version = 3