cruj_cruj_cruj_visagio 1.0.1 → 1.0.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
2
  SHA256:
3
- metadata.gz: 6a38ee4063d59b2de4ebaceaf0fc9fa93aeb3bb25483cbdf3c599046435c46e6
4
- data.tar.gz: e843e01e6347b1ee214e1b4875136375ebd9416b38949e2c9793ab192e386a85
3
+ metadata.gz: 3393a7c0467ff51a155067ddcfd2552c484063892e45887ef7657e01d3d8ccd5
4
+ data.tar.gz: e9d4368c14f90fbc01e25d2b5d82b9fea48ab0c4c9f81c21246ca7ef363d5ca6
5
5
  SHA512:
6
- metadata.gz: 37d378c47f4f4a541b68bd63ec96c3706f30aa19850023ce807c6eb99063a0eba5ababe792af31d3aeb124cdb46e8693859d950ccab5fbe2549d00e34011d49c
7
- data.tar.gz: 3a1810e5b07cb5d7bf1000f80c6950d2029138d8346bfb2af1cbdc950c8741a3eed7e862be78141fda87d1388cc4043f83b3f499ba44a826d1d1578af674dd03
6
+ metadata.gz: 9a3386701325f8a01de15b0104ac68b0060ecd993440c406a97d3e38e5621b295e99a26ca65731f202d66de840aa2ebfc17573a7a6073fdf5fbabc9c9a4b4ecc
7
+ data.tar.gz: 0a1b12584ccec58deed1261cbe9e1dea820c9a21f9b38d9d49e88abe45461e96d61bff523361aea62a864d6188d27b6e92d2852af79cea17429d1d86a58f9c04
@@ -28,7 +28,7 @@
28
28
  <% end %>
29
29
 
30
30
  <td><%= link_to l(:button_edit) , url_for([:edit] | resource_url(resource)) %></td>
31
- <td><%= link_to l(:button_delete), url_for(resource_url(resource)), confirm: l(:access_delete_confirmation_message), method: :delete %></td>
31
+ <td><%= link_to l(:button_delete), url_for(resource_url(resource)), method: :delete, data:{ confirm: l(:entry_delete_confirmation_message) } %></td>
32
32
  </tr>
33
33
  <% end %>
34
34
  </table>
@@ -20,6 +20,8 @@ pt-BR:
20
20
  export_template_label: "Exportar Template"
21
21
  import_template_label: "Importar Template"
22
22
 
23
+ entry_delete_confirmation_message: Tem certeza que deseja deletar esse registro?
24
+
23
25
  ransack:
24
26
  search: "pesquisar"
25
27
  predicate: "predicado"
@@ -1,3 +1,3 @@
1
1
  module CrujCrujCruj
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cruj_cruj_cruj_visagio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Visagio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-24 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -177,46 +177,45 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubyforge_project:
181
- rubygems_version: 2.7.8
180
+ rubygems_version: 3.0.8
182
181
  signing_key:
183
182
  specification_version: 4
184
183
  summary: Crud Generator for Redmine
185
184
  test_files:
186
- - test/cruj_cruj_cruj_test.rb
185
+ - test/dummy/config.ru
187
186
  - test/dummy/README.rdoc
188
- - test/dummy/Rakefile
189
- - test/dummy/app/assets/javascripts/application.js
190
- - test/dummy/app/assets/stylesheets/application.css
191
- - test/dummy/app/controllers/application_controller.rb
192
- - test/dummy/app/helpers/application_helper.rb
193
- - test/dummy/app/views/layouts/application.html.erb
194
- - test/dummy/bin/bundle
195
- - test/dummy/bin/rails
196
- - test/dummy/bin/rake
197
- - test/dummy/bin/setup
198
- - test/dummy/config/application.rb
199
- - test/dummy/config/boot.rb
200
- - test/dummy/config/database.yml
201
187
  - test/dummy/config/environment.rb
202
- - test/dummy/config/environments/development.rb
203
- - test/dummy/config/environments/production.rb
204
- - test/dummy/config/environments/test.rb
205
- - test/dummy/config/initializers/assets.rb
188
+ - test/dummy/config/routes.rb
189
+ - test/dummy/config/database.yml
190
+ - test/dummy/config/secrets.yml
191
+ - test/dummy/config/application.rb
192
+ - test/dummy/config/initializers/mime_types.rb
206
193
  - test/dummy/config/initializers/backtrace_silencers.rb
207
- - test/dummy/config/initializers/cookies_serializer.rb
208
- - test/dummy/config/initializers/filter_parameter_logging.rb
194
+ - test/dummy/config/initializers/wrap_parameters.rb
195
+ - test/dummy/config/initializers/assets.rb
209
196
  - test/dummy/config/initializers/inflections.rb
210
- - test/dummy/config/initializers/mime_types.rb
197
+ - test/dummy/config/initializers/filter_parameter_logging.rb
211
198
  - test/dummy/config/initializers/session_store.rb
212
- - test/dummy/config/initializers/wrap_parameters.rb
199
+ - test/dummy/config/initializers/cookies_serializer.rb
200
+ - test/dummy/config/boot.rb
201
+ - test/dummy/config/environments/test.rb
202
+ - test/dummy/config/environments/production.rb
203
+ - test/dummy/config/environments/development.rb
213
204
  - test/dummy/config/locales/en.yml
214
- - test/dummy/config/routes.rb
215
- - test/dummy/config/secrets.yml
216
- - test/dummy/config.ru
217
- - test/dummy/public/404.html
218
- - test/dummy/public/422.html
205
+ - test/dummy/app/views/layouts/application.html.erb
206
+ - test/dummy/app/assets/javascripts/application.js
207
+ - test/dummy/app/assets/stylesheets/application.css
208
+ - test/dummy/app/helpers/application_helper.rb
209
+ - test/dummy/app/controllers/application_controller.rb
210
+ - test/dummy/Rakefile
211
+ - test/dummy/bin/setup
212
+ - test/dummy/bin/rails
213
+ - test/dummy/bin/bundle
214
+ - test/dummy/bin/rake
219
215
  - test/dummy/public/500.html
220
216
  - test/dummy/public/favicon.ico
217
+ - test/dummy/public/404.html
218
+ - test/dummy/public/422.html
221
219
  - test/integration/navigation_test.rb
220
+ - test/cruj_cruj_cruj_test.rb
222
221
  - test/test_helper.rb