Skip to content

Commit

Permalink
Changed load path for 1.9.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
freegenie committed Sep 20, 2011
1 parent a53995b commit 4ab1c55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
@@ -1,7 +1,7 @@
require 'rake'
require 'rake/rdoctask'

require 'lib/panmind/recaptcha'
require './lib/panmind/recaptcha'

begin
require 'jeweler'
Expand All @@ -14,16 +14,16 @@ begin
'with the HTTP API for captcha verification, a DSL to generate a ' \
'before_filter and the code to implement AJAX captcha validation.'

gemspec.authors = ['Marcello Barnaba']
gemspec.email = 'vjt@openssl.it'
gemspec.authors = ['Marcello Barnaba', 'Panmind staff']
gemspec.email = ['vjt@openssl.it', 'info@panmind.com']
gemspec.homepage = 'http://github.com/Panmind/recaptcha'

gemspec.files = %w( README.md Rakefile rails/init.rb ) + Dir['lib/**/*']
gemspec.extra_rdoc_files = %w( README.md )
gemspec.has_rdoc = true

gemspec.version = Panmind::Recaptcha::Version
gemspec.date = '2010-11-23'
gemspec.date = '2011-09-20'

gemspec.require_path = 'lib'

Expand Down

0 comments on commit 4ab1c55

Please sign in to comment.