Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed May 3, 2010
1 parent 7934dfa commit c281477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spanner.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{spanner} s.name = %q{spanner}
s.version = "0.0.1" s.version = "0.0.2"


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 = ["Joshua Hull"] s.authors = ["Joshua Hull"]
s.date = %q{2010-03-16} s.date = %q{2010-05-03}
s.description = %q{Natural language time span parsing} s.description = %q{Natural language time span parsing}
s.email = %q{joshbuddy@gmail.com} s.email = %q{joshbuddy@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/joshbuddy/spanner} s.homepage = %q{http://github.com/joshbuddy/spanner}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.6}
s.summary = %q{Natural language time span parsing} s.summary = %q{Natural language time span parsing}
s.test_files = [ s.test_files = [
"spec/spanner_spec.rb", "spec/spanner_spec.rb",
Expand Down

0 comments on commit c281477

Please sign in to comment.