Skip to content

Commit

Permalink
ran gemspec after bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bias committed Apr 22, 2012
1 parent 2fc0e4b commit e6bf7c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devise_pam_authenticatable.gemspec
Expand Up @@ -5,12 +5,13 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "devise_pam_authenticatable" s.name = "devise_pam_authenticatable"
s.version = "1.0.3" s.version = "1.0.4"


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 = ["James Wilson"]
s.date = "2012-04-22" s.date = "2012-04-22"
s.description = "For authenticating against PAM (Pluggable Authentication Modules)" s.description = "For authenticating against PAM (Pluggable Authentication Modules)"
s.email = "trevor.bain@gmail.com" s.email = "jwilson@lithiumcorp.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.md" "README.md"
] ]
Expand All @@ -28,7 +29,7 @@ Gem::Specification.new do |s|
"lib/devise_pam_authenticatable/strategy.rb", "lib/devise_pam_authenticatable/strategy.rb",
"rails/init.rb" "rails/init.rb"
] ]
s.homepage = "http://github.com/bias/devise_pam_authenticatable" s.homepage = "http://github.com/jwilson511/devise_pam_authenticatable"
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.10" s.rubygems_version = "1.8.10"
s.summary = "Devise PAM authentication module using rpam" s.summary = "Devise PAM authentication module using rpam"
Expand Down

0 comments on commit e6bf7c0

Please sign in to comment.