devise_approvable 0.10.0 → 0.11.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd357395f44fedb05c4fa91e067b94c057eceddf
|
|
4
|
+
data.tar.gz: 05b49447a6036bd5e2a546cc422bfcce3773a72d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25ecf17a04f9c7aa323228cb08ddb21f00fa70d46a58dcd14c5011181aa60d1aaa4d8e47f138f4c4907a8749414a28de2ab5f1726834df7e2d73cf5ab1d60ed8
|
|
7
|
+
data.tar.gz: 0a9021c0fb7571bca905e76f86f58d630653d3adae67c32190c6feec3515398ad9c199d892afa5359ad395fcce3118c86c55a5e53341d49d9e1369b4fe03f9ff
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.11.0
|
|
File without changes
|
data/devise_approvable.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: devise_approvable 0.
|
|
5
|
+
# stub: devise_approvable 0.11.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "devise_approvable"
|
|
9
|
-
s.version = "0.
|
|
9
|
+
s.version = "0.11.0"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"VERSION",
|
|
26
26
|
"app/controllers/devise/approvals_controller.rb",
|
|
27
27
|
"app/views/devise/approvals/new.html.erb",
|
|
28
|
+
"app/views/devise/mailer/approval_instructions.html.erb",
|
|
28
29
|
"config/initializers/devise.rb",
|
|
29
30
|
"devise_approvable.gemspec",
|
|
30
31
|
"lib/devise_approvable.rb",
|
|
@@ -33,8 +34,7 @@ Gem::Specification.new do |s|
|
|
|
33
34
|
"lib/devise_approvable/rails.rb",
|
|
34
35
|
"lib/devise_approvable/routes.rb",
|
|
35
36
|
"lib/devise_approvable/version.rb",
|
|
36
|
-
"test/approvable_test.rb"
|
|
37
|
-
"views/devise_mailer/approval_instructions.html.erb"
|
|
37
|
+
"test/approvable_test.rb"
|
|
38
38
|
]
|
|
39
39
|
s.homepage = "http://github.com/eggie5/devise-approvable"
|
|
40
40
|
s.licenses = ["MIT"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise_approvable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Egg
|
|
@@ -94,6 +94,7 @@ files:
|
|
|
94
94
|
- VERSION
|
|
95
95
|
- app/controllers/devise/approvals_controller.rb
|
|
96
96
|
- app/views/devise/approvals/new.html.erb
|
|
97
|
+
- app/views/devise/mailer/approval_instructions.html.erb
|
|
97
98
|
- config/initializers/devise.rb
|
|
98
99
|
- devise_approvable.gemspec
|
|
99
100
|
- lib/devise_approvable.rb
|
|
@@ -103,7 +104,6 @@ files:
|
|
|
103
104
|
- lib/devise_approvable/routes.rb
|
|
104
105
|
- lib/devise_approvable/version.rb
|
|
105
106
|
- test/approvable_test.rb
|
|
106
|
-
- views/devise_mailer/approval_instructions.html.erb
|
|
107
107
|
homepage: http://github.com/eggie5/devise-approvable
|
|
108
108
|
licenses:
|
|
109
109
|
- MIT
|