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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d7f71e7b79b813ac5be3d3c282324d23ebf65612
4
- data.tar.gz: e324d7190d265e99cb4cd4f7a805c0f40f52bed1
2
+ SHA256:
3
+ metadata.gz: 96331e1ba92a5a9ae79d1f84d630167293d3234b70b5e28b2739c1dc8b6d1123
4
+ data.tar.gz: '018c5d8e203963cf3968a28fb349f78fda131552d749ed7e7c6e80db19230129'
5
5
  SHA512:
6
- metadata.gz: 740f77bc1252942545d61b7505d5d6a6bee9c4340d601b46fb32c68a1dc2b7c3fdbaedaa8f8e7163f74e88d5a3809de8b26fb84043063c9b1971ccaec58f6bc1
7
- data.tar.gz: 232284b4cb1af62048beece5f8589275177fb1209fae373af341824016d04601f1fb0374761681393eac9ca068a394fd0175f1aafcc5430b826b4ce509010aa0
6
+ metadata.gz: 7220bcb2dcaf49416a119bf094cb3f039a5d32f138c2512159a4ef857933efc3c65501a6f97eafc19a83200ae5922ee576eab924d83f47ba89384021f2898597
7
+ data.tar.gz: cd5ff574e5f4089aeb84aeb8aaceec2785ab35230d1a993cec01216a2389d9b83e8754f4cdf5fb04962b0949e623fac89d131b94b64b78c7459ee8f3afe63914
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
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.1
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-03-20 00:00:00.000000000 Z
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.4.8
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/integration/navigation_test.rb
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/Rakefile
178
- - test/dummy/config/environments/production.rb
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/environment.rb
196
- - test/dummy/public/422.html
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/eac_users_support_test.rb
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
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- # test "the truth" do
5
- # assert true
6
- # end
7
- end