Skip to content

Commit

Permalink
Regenerated gemspec for version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Nov 12, 2009
1 parent 54cd421 commit f2e9517
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions authlogic.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{authlogic}
s.version = "2.1.2"
s.version = "2.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Johnson of Binary Logic"]
s.date = %q{2009-09-12}
s.date = %q{2009-11-12}
s.email = %q{bjohnson@binarylogic.com}
s.extra_rdoc_files = [
"LICENSE",
Expand Down Expand Up @@ -51,6 +51,7 @@ Gem::Specification.new do |s|
"lib/authlogic/crypto_providers/sha1.rb",
"lib/authlogic/crypto_providers/sha256.rb",
"lib/authlogic/crypto_providers/sha512.rb",
"lib/authlogic/crypto_providers/wordpress.rb",
"lib/authlogic/i18n.rb",
"lib/authlogic/i18n/translator.rb",
"lib/authlogic/random.rb",
Expand Down Expand Up @@ -101,6 +102,7 @@ Gem::Specification.new do |s|
"test/crypto_provider_test/aes256_test.rb",
"test/crypto_provider_test/bcrypt_test.rb",
"test/crypto_provider_test/sha1_test.rb",
"test/crypto_provider_test/sha256_test.rb",
"test/crypto_provider_test/sha512_test.rb",
"test/fixtures/companies.yml",
"test/fixtures/employees.yml",
Expand Down Expand Up @@ -162,6 +164,7 @@ Gem::Specification.new do |s|
"test/crypto_provider_test/aes256_test.rb",
"test/crypto_provider_test/bcrypt_test.rb",
"test/crypto_provider_test/sha1_test.rb",
"test/crypto_provider_test/sha256_test.rb",
"test/crypto_provider_test/sha512_test.rb",
"test/i18n_test.rb",
"test/libs/affiliate.rb",
Expand Down Expand Up @@ -211,3 +214,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<activesupport>, [">= 0"])
end
end

0 comments on commit f2e9517

Please sign in to comment.