shopapp 0.2.63 → 0.2.64

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: b2eb85e5b99248b30ac4635d59d4c5ef74fc06d103ba3e9139a3f733439e00f4
4
- data.tar.gz: 53aff64c19fa77262934906f5639a6bdf3d238aef695453daba0c24059b458ad
3
+ metadata.gz: 3e76522947f310606b06cd0c94be0a018479194fd4c09e2b1f27c10019a60354
4
+ data.tar.gz: 777d68b75bf8f8e0fabeed55e02183cb835ad58cfc081f1482ba1e97f80f8577
5
5
  SHA512:
6
- metadata.gz: cbd7910670b0b9a3e36e063bc10d16f405739455b6189b70a2f3ec94a6514e9d3fc7aab010f7e030c12423a312f09dc0bb557690916f64615301dfce62a6d6c6
7
- data.tar.gz: ad7ecc12ed1191d0e7de2ec00b8d6457852172c185c8a9edef21534486d8646bd797223f18242eb0bab580d36fc192b8759db251e08fec32afb770e727345d63
6
+ metadata.gz: e15db8c0ed67bac56acfb4fff0329397ac09230806a9be85851cfae87242b466f5b1275702c42e6c68c46bc5e8f665e05c2f60a9dd3ce61502982a130125ed16
7
+ data.tar.gz: 9f2272b8ff45d0637edbc761dd0bb09e6a31a9fc65bc4b83abf7d675a4835941a42a59ba9a0cb4a9ce8db3afbc511fa4b9bb1a42e4b9888209daf01ec07a6241
data/README.md CHANGED
@@ -93,4 +93,4 @@ shopapp to support i18n, add two methods to your ApplicationController:
93
93
 
94
94
  To build new version of this gem, change the version in shopapp.gemspec and run:
95
95
 
96
- git push; gem build shopapp.gemspec ; gem push shopapp-0.2.63.gem; gem install shopapp
96
+ git push; gem build shopapp.gemspec ; gem push shopapp-0.2.64.gem; gem install shopapp
@@ -9,7 +9,7 @@ module Shopapp3Helper
9
9
  <a class="nav-link d-flex flex-column justify-content-start align-items-center" href="#{sidebar_action[:path]}">
10
10
  #{image_tag sidebar_action[:icon].to_s, width: '20', class: 'img-fluid mb-1' if sidebar_action[:icon].present?}
11
11
  #{mdi_tag sidebar_action[:mdi].to_s, class: 'mdi-36px text-light' if sidebar_action[:mdi].present?}
12
- <label class="text-light mt-0 text-center">#{ sidebar_action[:tooltip]}</label>
12
+ <label class="text-light mt-0 text-center">#{ I18n.t(sidebar_action[:tooltip], default: sidebar_action[:tooltip])}</label>
13
13
  </a>
14
14
  </li>
15
15
  HTML
data/shopapp.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
- s.version = '0.2.63'
4
- s.date = '2019-09-18'
3
+ s.version = '0.2.64'
4
+ s.date = '2019-09-24'
5
5
  s.summary = 'Do a shoplift.'
6
6
  s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
7
7
  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.2.63
4
+ version: 0.2.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-18 00:00:00.000000000 Z
11
+ date: 2019-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties