eac_users_support 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/eac_users_support/version.rb +1 -1
- data/test/test_helper.rb +0 -1
- metadata +28 -30
- data/test/integration/navigation_test.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 96331e1ba92a5a9ae79d1f84d630167293d3234b70b5e28b2739c1dc8b6d1123
|
4
|
+
data.tar.gz: '018c5d8e203963cf3968a28fb349f78fda131552d749ed7e7c6e80db19230129'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7220bcb2dcaf49416a119bf094cb3f039a5d32f138c2512159a4ef857933efc3c65501a6f97eafc19a83200ae5922ee576eab924d83f47ba89384021f2898597
|
7
|
+
data.tar.gz: cd5ff574e5f4089aeb84aeb8aaceec2785ab35230d1a993cec01216a2389d9b83e8754f4cdf5fb04962b0949e623fac89d131b94b64b78c7459ee8f3afe63914
|
data/test/test_helper.rb
CHANGED
@@ -5,7 +5,6 @@ require File.expand_path('../../test/dummy/config/environment.rb', __FILE__)
|
|
5
5
|
ActiveRecord::Migrator.migrations_paths = [
|
6
6
|
File.expand_path('../../test/dummy/db/migrate', __FILE__)
|
7
7
|
]
|
8
|
-
ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
|
9
8
|
require 'rails/test_help'
|
10
9
|
|
11
10
|
# Filter out Minitest backtrace while allowing backtrace from other libraries
|
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.2.
|
4
|
+
version: 0.2.2
|
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: 2018-
|
11
|
+
date: 2018-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -134,7 +134,6 @@ files:
|
|
134
134
|
- test/dummy/public/500.html
|
135
135
|
- test/dummy/public/favicon.ico
|
136
136
|
- test/eac_users_support_test.rb
|
137
|
-
- test/integration/navigation_test.rb
|
138
137
|
- test/test_helper.rb
|
139
138
|
homepage:
|
140
139
|
licenses:
|
@@ -156,46 +155,45 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
155
|
version: '0'
|
157
156
|
requirements: []
|
158
157
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.
|
158
|
+
rubygems_version: 2.7.7
|
160
159
|
signing_key:
|
161
160
|
specification_version: 4
|
162
161
|
summary: Ready-to-use support for users registration, login, logout, etc, for Rails.
|
163
162
|
test_files:
|
164
|
-
- test/
|
165
|
-
- test/dummy/config.ru
|
163
|
+
- test/dummy/Rakefile
|
166
164
|
- test/dummy/README.rdoc
|
167
|
-
- test/dummy/db/schema.rb
|
168
|
-
- test/dummy/app/views/layouts/application.html.erb
|
169
|
-
- test/dummy/app/assets/stylesheets/application.css
|
170
|
-
- test/dummy/app/assets/javascripts/application.js
|
171
|
-
- test/dummy/app/helpers/application_helper.rb
|
172
|
-
- test/dummy/app/controllers/application_controller.rb
|
173
|
-
- test/dummy/bin/bundle
|
174
165
|
- test/dummy/bin/rails
|
175
|
-
- test/dummy/bin/setup
|
176
166
|
- test/dummy/bin/rake
|
177
|
-
- test/dummy/
|
178
|
-
- test/dummy/
|
179
|
-
- test/dummy/config/environments/test.rb
|
180
|
-
- test/dummy/config/environments/development.rb
|
181
|
-
- test/dummy/config/application.rb
|
182
|
-
- test/dummy/config/boot.rb
|
183
|
-
- test/dummy/config/locales/en.yml
|
184
|
-
- test/dummy/config/initializers/session_store.rb
|
185
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
186
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
187
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
188
|
-
- test/dummy/config/initializers/inflections.rb
|
167
|
+
- test/dummy/bin/bundle
|
168
|
+
- test/dummy/bin/setup
|
189
169
|
- test/dummy/config/initializers/assets.rb
|
170
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
171
|
+
- test/dummy/config/initializers/session_store.rb
|
190
172
|
- test/dummy/config/initializers/cookies_serializer.rb
|
173
|
+
- test/dummy/config/initializers/inflections.rb
|
191
174
|
- test/dummy/config/initializers/mime_types.rb
|
175
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
176
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
177
|
+
- test/dummy/config/boot.rb
|
178
|
+
- test/dummy/config/locales/en.yml
|
192
179
|
- test/dummy/config/secrets.yml
|
180
|
+
- test/dummy/config/environment.rb
|
193
181
|
- test/dummy/config/database.yml
|
194
182
|
- test/dummy/config/routes.rb
|
195
|
-
- test/dummy/config/
|
196
|
-
- test/dummy/
|
183
|
+
- test/dummy/config/environments/development.rb
|
184
|
+
- test/dummy/config/environments/test.rb
|
185
|
+
- test/dummy/config/environments/production.rb
|
186
|
+
- test/dummy/config/application.rb
|
187
|
+
- test/dummy/app/assets/stylesheets/application.css
|
188
|
+
- test/dummy/app/assets/javascripts/application.js
|
189
|
+
- test/dummy/app/views/layouts/application.html.erb
|
190
|
+
- test/dummy/app/helpers/application_helper.rb
|
191
|
+
- test/dummy/app/controllers/application_controller.rb
|
192
|
+
- test/dummy/db/schema.rb
|
197
193
|
- test/dummy/public/favicon.ico
|
198
|
-
- test/dummy/public/404.html
|
199
194
|
- test/dummy/public/500.html
|
200
|
-
- test/
|
195
|
+
- test/dummy/public/422.html
|
196
|
+
- test/dummy/public/404.html
|
197
|
+
- test/dummy/config.ru
|
201
198
|
- test/test_helper.rb
|
199
|
+
- test/eac_users_support_test.rb
|