shopapp 0.75.03 → 0.76.04

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: ab85ba1898c93584f319481299c97725cfe57874a910af0dc5fa5aab95169e37
4
- data.tar.gz: 6061b2264ba878a2723ac5fe982e098657283560d63e8d11e3dab5e3ed1ad615
3
+ metadata.gz: a1eda2b8bde0d9e02566b71ec07d6b9a0743ec49ef35ae87722c70892672d4b1
4
+ data.tar.gz: 4fbf67a3b4f06dc2cb4e6d91b4d747649178628836cb55dd196a9171a6d17c88
5
5
  SHA512:
6
- metadata.gz: 9dd711cf7d4d3537a578f232ae6542a8d1d9e6c742f492a026f06f11f3ac1add65c0f87bf51e9c6a77cd7e989a6d84ae7471586820b69de79f4d38b0adc56d1f
7
- data.tar.gz: e8134ab8b92d7293e9457b4e65c5d02684711e92274b8832afbb1b65763c02e4dd97b2362f7597f67abf6a353a42cf082f2957f2d1feeb2b429087b2fcda9d58
6
+ metadata.gz: 1bd7872ccca971742991c27de766b1bdf0aebd8fda74b70f2d8b248a42c589cbd8576e8313e88835a3a534944f6da4d6c6c736b390d39ed329eefb324281051d
7
+ data.tar.gz: e4cbbf3f07ad93b086c9f3d536fe0b9c8b0c5bb89c3e7ea50b2f090cd990f148f1463d288e292844896388ff8760ce816073a8ef75711c762e2c30594af70a7d
data/README.md CHANGED
@@ -95,4 +95,4 @@ shopapp to support i18n, add two methods to your ApplicationController:
95
95
 
96
96
  To build new version of this gem, change the version in shopapp.gemspec and run:
97
97
 
98
- gem build shopapp.gemspec ; gem push shopapp-0.75.03.gem; gem install shopapp
98
+ gem build shopapp.gemspec ; gem push shopapp-0.76.04.gem; gem install shopapp
@@ -28,7 +28,7 @@
28
28
  .dropdown-header Change language
29
29
  %span.px-3.py-2(display="block" clear="none" style="width: 32px; margin-right: 6px;")
30
30
  - supported_locales_defined.each do |loc|
31
- = button_to(change_language_path(loc), method: :post, class: 'mr-2', data: { turbo: false }) do
31
+ = button_to(change_language_path(loc), method: :post, class: 'mr-2', data: { turbo: false }, style: 'background: none; border: none;', form: { style: 'display: inline' }) do
32
32
  = image_tag "flags/#{loc}.png", style: "height: 24; width: 36px;"
33
33
  - if (@current_user_json_hash['memberships'] || []).reject { |c| @current_user_json_hash['company']['code'] == c['code'] }.present?
34
34
  .dropdown-divider
data/shopapp.gemspec CHANGED
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
3
  # Version for Rails 7 / Ruby 3 start with 0.74
4
- s.version = '0.75.03'
5
- s.date = '2024-06-05'
4
+ s.version = '0.76.04'
5
+ s.date = '2024-06-06'
6
6
  s.summary = 'Do a shoplift.'
7
7
  s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
8
8
  I am qualmish at the smell of leek.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.03
4
+ version: 0.76.04
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml-rails