Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrabarts committed Mar 5, 2009
1 parent 1763ca5 commit 8286535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions term_extraction.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{term_extraction} s.name = %q{term_extraction}
s.version = "0.1.1" s.version = "0.1.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 = ["alex"] s.authors = ["alex"]
s.date = %q{2009-03-05} s.date = %q{2009-03-05}
s.description = %q{Term extraction library} s.description = %q{Term extraction library}
s.email = %q{alexrabarts@gmail.com} s.email = %q{alexrabarts@gmail.com}
s.files = ["VERSION.yml", "lib/term_extraction", "lib/term_extraction/yahoo.rb", "lib/term_extraction/zemanta.rb", "lib/term_extraction.rb", "test/fixtures", "test/fixtures/yahoo.xml", "test/fixtures/zemanta.xml", "test/term_extraction_test.rb", "test/test_helper.rb"] s.files = ["VERSION.yml", "lib/term_extraction", "lib/term_extraction/yahoo.rb", "lib/term_extraction/zemanta.rb", "lib/term_extraction.rb", "test/fixtures", "test/fixtures/yahoo.xml", "test/fixtures/yahoo2.xml", "test/fixtures/zemanta.xml", "test/fixtures/zemanta2.xml", "test/term_extraction_test.rb", "test/test_helper.rb"]
s.has_rdoc = true s.has_rdoc = true
s.homepage = %q{http://github.com/alexrabarts/term_extraction} s.homepage = %q{http://github.com/alexrabarts/term_extraction}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit 8286535

Please sign in to comment.