trestle-auth 0.4.0 → 0.4.1

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.

Potentially problematic release.


This version of trestle-auth might be problematic. Click here for more details.

metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trestle-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pohlenz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-04 00:00:00.000000000 Z
11
+ date: 2020-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trestle
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.9.0
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.9.3
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: 0.9.0
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.9.3
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bcrypt
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +86,7 @@ dependencies:
80
86
  - - "~>"
81
87
  - !ruby/object:Gem::Version
82
88
  version: 0.9.1
83
- description:
89
+ description:
84
90
  email:
85
91
  - sam@sampohlenz.com
86
92
  executables: []
@@ -124,6 +130,8 @@ files:
124
130
  - gemfiles/rails-5.1.gemfile
125
131
  - gemfiles/rails-5.2.gemfile
126
132
  - gemfiles/rails-6.0.gemfile
133
+ - lib/generators/trestle/auth/account/account_generator.rb
134
+ - lib/generators/trestle/auth/account/templates/admin.rb.erb
127
135
  - lib/generators/trestle/auth/admin/admin_generator.rb
128
136
  - lib/generators/trestle/auth/admin/templates/admin.rb.erb
129
137
  - lib/generators/trestle/auth/install/install_generator.rb
@@ -159,7 +167,7 @@ licenses:
159
167
  metadata:
160
168
  homepage_uri: https://www.trestle.io
161
169
  source_code_uri: https://github.com/TrestleAdmin/trestle-auth
162
- post_install_message:
170
+ post_install_message:
163
171
  rdoc_options: []
164
172
  require_paths:
165
173
  - lib
@@ -175,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
183
  version: '0'
176
184
  requirements: []
177
185
  rubygems_version: 3.0.8
178
- signing_key:
186
+ signing_key:
179
187
  specification_version: 4
180
188
  summary: Authentication plugin for the Trestle admin framework
181
189
  test_files: []