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 +4 -4
- data/README.md +1 -1
- data/app/helpers/shopapp3_helper.rb +1 -1
- data/shopapp.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e76522947f310606b06cd0c94be0a018479194fd4c09e2b1f27c10019a60354
|
|
4
|
+
data.tar.gz: 777d68b75bf8f8e0fabeed55e02183cb835ad58cfc081f1482ba1e97f80f8577
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
4
|
-
s.date = '2019-09-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|