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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6ed3ddc05c5b369cd8d8b924d9be75484b9c98e
4
- data.tar.gz: 0651ff15c1df369554d3fed06bb8c023ea441a15
3
+ metadata.gz: d7f71e7b79b813ac5be3d3c282324d23ebf65612
4
+ data.tar.gz: e324d7190d265e99cb4cd4f7a805c0f40f52bed1
5
5
  SHA512:
6
- metadata.gz: 29e68a5eb1d3b7023bb26d124be3ba29cb33842b55ff81b43546177fafe96394c6413cc5c3a97e4624595d81e4bb760ee7928d8070aa871d437660fc29e0cf33
7
- data.tar.gz: cd6e6cbfabaf601f6f1a15f6088af7a9b28779e300e37afc064efd7bbca6dae5e6c3ef27bbb6b774013ab56d5c4ddfc257bcb9e63add8192a086a0d53fdd7b19
6
+ metadata.gz: 740f77bc1252942545d61b7505d5d6a6bee9c4340d601b46fb32c68a1dc2b7c3fdbaedaa8f8e7163f74e88d5a3809de8b26fb84043063c9b1971ccaec58f6bc1
7
+ data.tar.gz: 232284b4cb1af62048beece5f8589275177fb1209fae373af341824016d04601f1fb0374761681393eac9ca068a394fd0175f1aafcc5430b826b4ce509010aa0
@@ -0,0 +1,11 @@
1
+ pt-BR:
2
+ activerecord:
3
+ attributes:
4
+ eac_users_support/user:
5
+ administrator: Administrador
6
+ email: E-mail
7
+ encrypted_password: Senha criptografada
8
+ models:
9
+ eac_users_support/user:
10
+ one: Usuário
11
+ other: Usuários
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module EacUsersSupport
3
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
4
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.2.0
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-19 00:00:00.000000000 Z
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.6.14
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/dummy/Rakefile
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/db/schema.rb
185
- - test/dummy/app/views/layouts/application.html.erb
186
- - test/dummy/app/controllers/application_controller.rb
187
- - test/dummy/app/helpers/application_helper.rb
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/integration/navigation_test.rb
201
+ - test/test_helper.rb