timespan.gemspec in timespan-0.2.7 vs timespan.gemspec in timespan-0.2.8

- 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 = "timespan" - s.version = "0.2.7" + s.version = "0.2.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kristian Mandrup"] - s.date = "2012-05-17" + s.date = "2012-05-29" s.description = "Makes it easy to calculate time distance in different units" s.email = "kmandrup@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -41,9 +41,10 @@ "spec/timespan/mongoid/mongoid_timespan_spec.rb", "spec/timespan/mongoid/spec_helper.rb", "spec/timespan/printer_spec.rb", "spec/timespan/span_spec.rb", "spec/timespan/units_spec.rb", + "spec/timespan_init_spec.rb", "spec/timespan_spec.rb", "timespan.gemspec" ] s.homepage = "http://github.com/kristianmandrup/timespan" s.licenses = ["MIT"]