eac_users_support 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/pt-BR.yml +11 -0
- data/lib/eac_users_support/version.rb +2 -1
- metadata +31 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7f71e7b79b813ac5be3d3c282324d23ebf65612
|
4
|
+
data.tar.gz: e324d7190d265e99cb4cd4f7a805c0f40f52bed1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 740f77bc1252942545d61b7505d5d6a6bee9c4340d601b46fb32c68a1dc2b7c3fdbaedaa8f8e7163f74e88d5a3809de8b26fb84043063c9b1971ccaec58f6bc1
|
7
|
+
data.tar.gz: 232284b4cb1af62048beece5f8589275177fb1209fae373af341824016d04601f1fb0374761681393eac9ca068a394fd0175f1aafcc5430b826b4ce509010aa0
|
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.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: 2018-03-
|
11
|
+
date: 2018-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- config/initializers/devise.rb
|
86
86
|
- config/locales/devise.en.yml
|
87
87
|
- config/locales/devise.pt-BR.yml
|
88
|
+
- config/locales/pt-BR.yml
|
88
89
|
- config/routes.rb
|
89
90
|
- db/migrate/20160605013848_create_users.rb
|
90
91
|
- db/migrate/20160605035833_add_devise_authenticable_to_users.rb
|
@@ -155,46 +156,46 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
156
|
version: '0'
|
156
157
|
requirements: []
|
157
158
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.
|
159
|
+
rubygems_version: 2.4.8
|
159
160
|
signing_key:
|
160
161
|
specification_version: 4
|
161
162
|
summary: Ready-to-use support for users registration, login, logout, etc, for Rails.
|
162
163
|
test_files:
|
163
|
-
- test/
|
164
|
-
- test/dummy/README.rdoc
|
164
|
+
- test/integration/navigation_test.rb
|
165
165
|
- test/dummy/config.ru
|
166
|
+
- 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
|
+
- test/dummy/bin/rails
|
175
|
+
- test/dummy/bin/setup
|
176
|
+
- 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
|
166
182
|
- test/dummy/config/boot.rb
|
167
|
-
- test/dummy/config/database.yml
|
168
|
-
- test/dummy/config/secrets.yml
|
169
183
|
- test/dummy/config/locales/en.yml
|
170
|
-
- test/dummy/config/application.rb
|
171
|
-
- test/dummy/config/environments/development.rb
|
172
|
-
- test/dummy/config/environments/test.rb
|
173
|
-
- test/dummy/config/environments/production.rb
|
174
|
-
- test/dummy/config/environment.rb
|
175
|
-
- test/dummy/config/routes.rb
|
176
|
-
- test/dummy/config/initializers/assets.rb
|
177
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
178
|
-
- test/dummy/config/initializers/inflections.rb
|
179
184
|
- test/dummy/config/initializers/session_store.rb
|
180
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
181
185
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
186
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
182
187
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
188
|
+
- test/dummy/config/initializers/inflections.rb
|
189
|
+
- test/dummy/config/initializers/assets.rb
|
190
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
183
191
|
- test/dummy/config/initializers/mime_types.rb
|
184
|
-
- test/dummy/
|
185
|
-
- test/dummy/
|
186
|
-
- test/dummy/
|
187
|
-
- test/dummy/
|
188
|
-
- test/dummy/app/assets/stylesheets/application.css
|
189
|
-
- test/dummy/app/assets/javascripts/application.js
|
192
|
+
- test/dummy/config/secrets.yml
|
193
|
+
- test/dummy/config/database.yml
|
194
|
+
- test/dummy/config/routes.rb
|
195
|
+
- test/dummy/config/environment.rb
|
190
196
|
- test/dummy/public/422.html
|
191
|
-
- test/dummy/public/404.html
|
192
197
|
- test/dummy/public/favicon.ico
|
198
|
+
- test/dummy/public/404.html
|
193
199
|
- test/dummy/public/500.html
|
194
|
-
- test/dummy/bin/bundle
|
195
|
-
- test/dummy/bin/setup
|
196
|
-
- test/dummy/bin/rails
|
197
|
-
- test/dummy/bin/rake
|
198
|
-
- test/test_helper.rb
|
199
200
|
- test/eac_users_support_test.rb
|
200
|
-
- test/
|
201
|
+
- test/test_helper.rb
|