Skip to content

Commit f2e9517

Browse files
committed
Regenerated gemspec for version 2.1.3
1 parent 54cd421 commit f2e9517

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

authlogic.gemspec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# 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
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
77
s.name = %q{authlogic}
8-
s.version = "2.1.2"
8+
s.version = "2.1.3"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Ben Johnson of Binary Logic"]
12-
s.date = %q{2009-09-12}
12+
s.date = %q{2009-11-12}
1313
s.email = %q{bjohnson@binarylogic.com}
1414
s.extra_rdoc_files = [
1515
"LICENSE",
@@ -51,6 +51,7 @@ Gem::Specification.new do |s|
5151
"lib/authlogic/crypto_providers/sha1.rb",
5252
"lib/authlogic/crypto_providers/sha256.rb",
5353
"lib/authlogic/crypto_providers/sha512.rb",
54+
"lib/authlogic/crypto_providers/wordpress.rb",
5455
"lib/authlogic/i18n.rb",
5556
"lib/authlogic/i18n/translator.rb",
5657
"lib/authlogic/random.rb",
@@ -101,6 +102,7 @@ Gem::Specification.new do |s|
101102
"test/crypto_provider_test/aes256_test.rb",
102103
"test/crypto_provider_test/bcrypt_test.rb",
103104
"test/crypto_provider_test/sha1_test.rb",
105+
"test/crypto_provider_test/sha256_test.rb",
104106
"test/crypto_provider_test/sha512_test.rb",
105107
"test/fixtures/companies.yml",
106108
"test/fixtures/employees.yml",
@@ -162,6 +164,7 @@ Gem::Specification.new do |s|
162164
"test/crypto_provider_test/aes256_test.rb",
163165
"test/crypto_provider_test/bcrypt_test.rb",
164166
"test/crypto_provider_test/sha1_test.rb",
167+
"test/crypto_provider_test/sha256_test.rb",
165168
"test/crypto_provider_test/sha512_test.rb",
166169
"test/i18n_test.rb",
167170
"test/libs/affiliate.rb",
@@ -211,3 +214,4 @@ Gem::Specification.new do |s|
211214
s.add_dependency(%q<activesupport>, [">= 0"])
212215
end
213216
end
217+

0 commit comments

Comments
 (0)