Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleypriest committed Jul 15, 2011
1 parent 7fe8b30 commit 6d1d618
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions bradleypriest-mollom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{bradleypriest-mollom}
s.version = "0.2.3"
s.version = "0.2.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jan De Poorter"]
s.date = %q{2011-04-12}
s.authors = [%q{Jan De Poorter}]
s.date = %q{2011-07-15}
s.description = %q{Ruby class for easy interfacing with the mollom.com open API for spam detection and content quality assesment.}
s.email = %q{mollom@openminds.be}
s.extra_rdoc_files = [
Expand All @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"bradleypriest-mollom.gemspec",
"lib/mollom.rb",
"lib/mollom/api_compatibility.rb",
"lib/mollom/content_response.rb",
Expand All @@ -29,13 +30,9 @@ Gem::Specification.new do |s|
"test/mollom_test.rb"
]
s.homepage = %q{http://mollom.rubyforge.com}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.2}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.5}
s.summary = %q{Ruby class for easy interfacing with the mollom.com open API for spam detection and content quality assesment.}
s.test_files = [
"test/content_response_test.rb",
"test/mollom_test.rb"
]

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 6d1d618

Please sign in to comment.