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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6867d12aa8e309ef121f3e13b8041d9c3c89dd32f7f748552a3c0080c2be910d
4
- data.tar.gz: e0dc2853d4f4e712a38f6af94b71256d82bce20dd736fff4ef1e94b29e475da1
3
+ metadata.gz: c4b00221cf4e8f9948dd389afc45554eeb0841ee1bc7d9ec9810ca3b0eebfb78
4
+ data.tar.gz: d45f1ceb467aff6a47af28c9132ae6dd28601a25e064bbd078a31533a594102f
5
5
  SHA512:
6
- metadata.gz: c8b33f02eede8b89b22869aa4d55def5b32647518344369c2b1225118a427f784db3ea3dd1d606410aa8f4e78de6f1b9e94cc8b2a3f3b07c9185b3a6d41b80b2
7
- data.tar.gz: f8a71bd792172d005d03622e635f56449506f5479d25a6b6be47069fdef71668f0a298475d0c33d1f9d0ac5d79aefff98969666a8cafaa9dc5b40c27cd8254d8
6
+ metadata.gz: 8e28fc03d2ed46049f5ac06a9b6d76892f75d75d7d865dffdd74acd50c96238b3638962493489f53c194228fcfccc5d185abc9a53fd47dcf94d325b8c097907a
7
+ data.tar.gz: 4573bb79a3e1fda8933a85fde600317ed837ce94b203f1648d1351025f31459dbf0ada88e7f5e9d90f458403e0154f45b3051ee0eeefb4ac289c0371a3fbf6a9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
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.0
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-02-21 00:00:00.000000000 Z
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.1.0
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.1.0
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/inflections.rb
200
+ - test/dummy/config/initializers/backtrace_silencers.rb
183
201
  - test/dummy/config/initializers/mime_types.rb
184
- - test/dummy/config/database.yml
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/bin/setup
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