spree_cm_commissioner 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66ee7dd96d331aa9bc7b6c623122bfc392eb750b18e4b0862b369320cbc4dbb1
4
- data.tar.gz: 34144c8f2905396882d00c544ef24f3624135eaf534d9c0eeb47de3f2ea79674
3
+ metadata.gz: 2c897d9f4379f837f26c87bf5f15fafc57372bb9954f758ac72ef9da2a5241cd
4
+ data.tar.gz: af75f745f7ef0ef5f75b39fb0720897fea09aa407961e8f53ad99ed76c19c547
5
5
  SHA512:
6
- metadata.gz: 6435ba7b9dc0d4581c9f970562ec45b3eb0645731e107adba712e199234fad6de29c05d74f770b3cf5aab612e48aa613ea913615793de0a1ebd90ba89e4db447
7
- data.tar.gz: 2d44d9326fcfa39419d7fc39d84d1d28aea75cbb99c866699e9a1a7741bce095a0bc20f532a069225abd783128fe7c3160da9b942a52b48c67ecdde8d667ca9e
6
+ metadata.gz: bcd11f32260e56b7327217d02c4606b87e094b15464b48d50d5a1d8aaed692d9e4cb84d5da815dc425663288d89c6a224d90edd4f162148016ec5e2a602d4b96
7
+ data.tar.gz: '099503ca08208f3ef691776b51e629ec2744de6acd32db03a06f1ce0dd8fffd41d183acc7d51c1f3a39a42dcd933bfa8618ce45da3d018f030abe720d44e496a'
data/Gemfile.lock CHANGED
@@ -34,7 +34,7 @@ GIT
34
34
  PATH
35
35
  remote: .
36
36
  specs:
37
- spree_cm_commissioner (2.6.0)
37
+ spree_cm_commissioner (2.6.1)
38
38
  activerecord-multi-tenant
39
39
  activerecord_json_validator (~> 2.1, >= 2.1.3)
40
40
  aws-sdk-cloudfront
@@ -132,7 +132,7 @@ module SpreeCmCommissioner
132
132
  'SpreeCmCommissioner::PinCodeMobileConfirm' => I18n.t('pincode.readable_type.confirmation_code'),
133
133
  'SpreeCmCommissioner::PinCodeUpdateUserLogin' => I18n.t('pincode.readable_type.update_user_login'),
134
134
  'SpreeCmCommissioner::PinCodeEmailConfirm' => I18n.t('pincode.readable_type.confirmation_code'),
135
- 'SpreeCmCommissioner::OtpCode' => I18n.t('pincode.readable_type.otp_code'),
135
+ 'SpreeCmCommissioner::PinCodeOtp' => I18n.t('pincode.readable_type.otp_code'),
136
136
  'SpreeCmCommissioner::PinCodeTelegram' => I18n.t('pincode.readable_type.telegram_verification')
137
137
  }
138
138
  end
@@ -18,7 +18,6 @@
18
18
  <th>Status</th>
19
19
  <th>Public Metadata</th>
20
20
  <th>Private Metadata</th>
21
- <th>File</th>
22
21
  <th>Created At</th>
23
22
  <th>Actions</th>
24
23
  </tr>
@@ -66,15 +65,6 @@
66
65
  <span class="text-muted">-</span>
67
66
  <% end %>
68
67
  </td>
69
- <td>
70
- <% if export.exported_file.attached? %>
71
- <%= link_to export.exported_file_name, export.exported_file_url, target: '_blank', class: 'btn btn-sm btn-outline-primary' %>
72
- <br>
73
- <small class="text-muted"><%= number_to_human_size(export.file_size_bytes) %></small>
74
- <% else %>
75
- <span class="text-muted">-</span>
76
- <% end %>
77
- </td>
78
68
  <td><small><%= l(export.created_at, format: :short) %></small></td>
79
69
  <td data-hook="admin_exports_index_row_actions" class="actions">
80
70
  <span class="d-flex justify-content-end">
@@ -1,5 +1,5 @@
1
1
  module SpreeCmCommissioner
2
- VERSION = '2.6.0'.freeze
2
+ VERSION = '2.6.1'.freeze
3
3
 
4
4
  module_function
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_cm_commissioner
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - You