Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed May 29, 2012
1 parent eaf23a3 commit edb81ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions timespan.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "timespan" 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"] 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.description = "Makes it easy to calculate time distance in different units"
s.email = "kmandrup@gmail.com" s.email = "kmandrup@gmail.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -43,6 +43,7 @@ Gem::Specification.new do |s|
"spec/timespan/printer_spec.rb", "spec/timespan/printer_spec.rb",
"spec/timespan/span_spec.rb", "spec/timespan/span_spec.rb",
"spec/timespan/units_spec.rb", "spec/timespan/units_spec.rb",
"spec/timespan_init_spec.rb",
"spec/timespan_spec.rb", "spec/timespan_spec.rb",
"timespan.gemspec" "timespan.gemspec"
] ]
Expand Down

0 comments on commit edb81ee

Please sign in to comment.