|
1 | 1 | # Generated by jeweler |
2 | | -# DO NOT EDIT THIS FILE |
3 | | -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` |
| 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command |
4 | 4 | # -*- encoding: utf-8 -*- |
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s| |
7 | 7 | s.name = %q{authlogic} |
8 | | - s.version = "2.1.2" |
| 8 | + s.version = "2.1.3" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | 11 | s.authors = ["Ben Johnson of Binary Logic"] |
12 | | - s.date = %q{2009-09-12} |
| 12 | + s.date = %q{2009-11-12} |
13 | 13 | s.email = %q{bjohnson@binarylogic.com} |
14 | 14 | s.extra_rdoc_files = [ |
15 | 15 | "LICENSE", |
@@ -51,6 +51,7 @@ Gem::Specification.new do |s| |
51 | 51 | "lib/authlogic/crypto_providers/sha1.rb", |
52 | 52 | "lib/authlogic/crypto_providers/sha256.rb", |
53 | 53 | "lib/authlogic/crypto_providers/sha512.rb", |
| 54 | + "lib/authlogic/crypto_providers/wordpress.rb", |
54 | 55 | "lib/authlogic/i18n.rb", |
55 | 56 | "lib/authlogic/i18n/translator.rb", |
56 | 57 | "lib/authlogic/random.rb", |
@@ -101,6 +102,7 @@ Gem::Specification.new do |s| |
101 | 102 | "test/crypto_provider_test/aes256_test.rb", |
102 | 103 | "test/crypto_provider_test/bcrypt_test.rb", |
103 | 104 | "test/crypto_provider_test/sha1_test.rb", |
| 105 | + "test/crypto_provider_test/sha256_test.rb", |
104 | 106 | "test/crypto_provider_test/sha512_test.rb", |
105 | 107 | "test/fixtures/companies.yml", |
106 | 108 | "test/fixtures/employees.yml", |
@@ -162,6 +164,7 @@ Gem::Specification.new do |s| |
162 | 164 | "test/crypto_provider_test/aes256_test.rb", |
163 | 165 | "test/crypto_provider_test/bcrypt_test.rb", |
164 | 166 | "test/crypto_provider_test/sha1_test.rb", |
| 167 | + "test/crypto_provider_test/sha256_test.rb", |
165 | 168 | "test/crypto_provider_test/sha512_test.rb", |
166 | 169 | "test/i18n_test.rb", |
167 | 170 | "test/libs/affiliate.rb", |
@@ -211,3 +214,4 @@ Gem::Specification.new do |s| |
211 | 214 | s.add_dependency(%q<activesupport>, [">= 0"]) |
212 | 215 | end |
213 | 216 | end |
| 217 | + |
0 commit comments