Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freegenie committed Sep 20, 2011
1 parent 4ab1c55 commit 3c04cc7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions panmind-recaptcha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Gem::Specification.new do |s|
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marcello Barnaba"]
s.date = %q{2010-11-23}
s.authors = ["Marcello Barnaba", "Panmind staff"]
s.date = %q{2011-09-20}
s.description = %q{ReCaptcha implements view helpers to generate ReCaptcha code, with the noscript counterpart, required methods that interface with the HTTP API for captcha verification, a DSL to generate a before_filter and the code to implement AJAX captcha validation.}
s.email = %q{vjt@openssl.it}
s.email = ["vjt@openssl.it", "info@panmind.com"]
s.extra_rdoc_files = [
"README.md"
]
Expand All @@ -24,11 +24,10 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/Panmind/recaptcha}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{ReCaptcha for Rails - With AJAX Validation}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 3c04cc7

Please sign in to comment.