eac_users_support 0.3.0 → 0.3.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.
- checksums.yaml +4 -4
- data/lib/eac_users_support/version.rb +1 -1
- metadata +33 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4b00221cf4e8f9948dd389afc45554eeb0841ee1bc7d9ec9810ca3b0eebfb78
|
|
4
|
+
data.tar.gz: d45f1ceb467aff6a47af28c9132ae6dd28601a25e064bbd078a31533a594102f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e28fc03d2ed46049f5ac06a9b6d76892f75d75d7d865dffdd74acd50c96238b3638962493489f53c194228fcfccc5d185abc9a53fd47dcf94d325b8c097907a
|
|
7
|
+
data.tar.gz: 4573bb79a3e1fda8933a85fde600317ed837ce94b203f1648d1351025f31459dbf0ada88e7f5e9d90f458403e0154f45b3051ee0eeefb4ac289c0371a3fbf6a9
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_users_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_scaffold
|
|
@@ -30,14 +30,20 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 4.
|
|
33
|
+
version: '4.6'
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 4.6.1
|
|
34
37
|
type: :runtime
|
|
35
38
|
prerelease: false
|
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
40
|
requirements:
|
|
38
41
|
- - "~>"
|
|
39
42
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 4.
|
|
43
|
+
version: '4.6'
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 4.6.1
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: rails
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -172,38 +178,38 @@ signing_key:
|
|
|
172
178
|
specification_version: 4
|
|
173
179
|
summary: Ready-to-use support for users registration, login, logout, etc, for Rails.
|
|
174
180
|
test_files:
|
|
181
|
+
- test/dummy/Rakefile
|
|
182
|
+
- test/dummy/README.rdoc
|
|
183
|
+
- test/dummy/config.ru
|
|
184
|
+
- test/dummy/config/boot.rb
|
|
185
|
+
- test/dummy/config/database.yml
|
|
186
|
+
- test/dummy/config/secrets.yml
|
|
187
|
+
- test/dummy/config/locales/en.yml
|
|
188
|
+
- test/dummy/config/application.rb
|
|
189
|
+
- test/dummy/config/environments/development.rb
|
|
190
|
+
- test/dummy/config/environments/test.rb
|
|
191
|
+
- test/dummy/config/environments/production.rb
|
|
192
|
+
- test/dummy/config/environment.rb
|
|
175
193
|
- test/dummy/config/routes.rb
|
|
176
194
|
- test/dummy/config/initializers/assets.rb
|
|
177
195
|
- test/dummy/config/initializers/cookies_serializer.rb
|
|
196
|
+
- test/dummy/config/initializers/inflections.rb
|
|
178
197
|
- test/dummy/config/initializers/session_store.rb
|
|
179
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
180
198
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
181
199
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
182
|
-
- test/dummy/config/initializers/
|
|
200
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
183
201
|
- test/dummy/config/initializers/mime_types.rb
|
|
184
|
-
- test/dummy/
|
|
185
|
-
- test/dummy/config/secrets.yml
|
|
186
|
-
- test/dummy/config/locales/en.yml
|
|
187
|
-
- test/dummy/config/environment.rb
|
|
188
|
-
- test/dummy/config/boot.rb
|
|
189
|
-
- test/dummy/config/application.rb
|
|
190
|
-
- test/dummy/config/environments/production.rb
|
|
191
|
-
- test/dummy/config/environments/test.rb
|
|
192
|
-
- test/dummy/config/environments/development.rb
|
|
193
|
-
- test/dummy/Rakefile
|
|
194
|
-
- test/dummy/public/favicon.ico
|
|
195
|
-
- test/dummy/public/404.html
|
|
196
|
-
- test/dummy/public/500.html
|
|
197
|
-
- test/dummy/public/422.html
|
|
198
|
-
- test/dummy/config.ru
|
|
199
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
200
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
201
|
-
- test/dummy/app/helpers/application_helper.rb
|
|
202
|
+
- test/dummy/db/schema.rb
|
|
202
203
|
- test/dummy/app/views/layouts/application.html.erb
|
|
203
204
|
- test/dummy/app/controllers/application_controller.rb
|
|
204
|
-
- test/dummy/
|
|
205
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
206
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
207
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
208
|
+
- test/dummy/public/422.html
|
|
209
|
+
- test/dummy/public/404.html
|
|
210
|
+
- test/dummy/public/favicon.ico
|
|
211
|
+
- test/dummy/public/500.html
|
|
205
212
|
- test/dummy/bin/bundle
|
|
213
|
+
- test/dummy/bin/setup
|
|
206
214
|
- test/dummy/bin/rails
|
|
207
215
|
- test/dummy/bin/rake
|
|
208
|
-
- test/dummy/db/schema.rb
|
|
209
|
-
- test/dummy/README.rdoc
|