Skip to content

Commit

Permalink
Gemspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypoydar committed Jan 28, 2010
1 parent 7c3b94c commit 7f13a45
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chronic_duration.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{chronic_duration}
s.version = "0.8.0"
s.version = "0.8.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hpoydar"]
s.date = %q{2009-12-15}
s.date = %q{2010-01-01}
s.description = %q{A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.}
s.email = %q{hpoydar@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,3 +48,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit 7f13a45

Please sign in to comment.