devise_authenticator 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,13 +8,13 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Douglas Campos"]
|
|
10
10
|
s.email = ["qmx@qmx.me"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "http://blog.qmx.me"
|
|
12
12
|
s.summary = %q{mimics devise's default hashing strategy}
|
|
13
13
|
s.description = %q{helps to authenticate against a default devise database}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "devise_authenticator"
|
|
16
16
|
|
|
17
|
-
s.
|
|
17
|
+
s.add_dependency "bcrypt-ruby"
|
|
18
18
|
s.add_development_dependency "rspec"
|
|
19
19
|
|
|
20
20
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise_authenticator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Douglas Campos
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
segments:
|
|
31
31
|
- 0
|
|
32
32
|
version: "0"
|
|
33
|
-
type: :
|
|
33
|
+
type: :runtime
|
|
34
34
|
version_requirements: *id001
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: rspec
|
|
@@ -66,7 +66,7 @@ files:
|
|
|
66
66
|
- spec/devise_authenticator_spec.rb
|
|
67
67
|
- spec/spec_helper.rb
|
|
68
68
|
has_rdoc: true
|
|
69
|
-
homepage:
|
|
69
|
+
homepage: http://blog.qmx.me
|
|
70
70
|
licenses: []
|
|
71
71
|
|
|
72
72
|
post_install_message:
|