shopapp 0.2.53 → 0.2.54
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/controllers/concerns/shoplift_client.rb +4 -0
- data/app/helpers/shopapp3_helper.rb +4 -4
- data/app/views/shopapp/_shopapp3.html.haml +1 -1
- data/config/initializers/audited.rb +1 -1
- data/shopapp.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 642a636c6b685b0cfd3b4446f0d6daee763aabd3b3ccf18b0e76ce3d7da394f0
|
|
4
|
+
data.tar.gz: f5c8f655c88fce4405ebdc59ce20ce57c41dd32cbd69d2b7f1997a5166ed8ee7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 423be0d0498f97ca88cfc57fac24e3be6aa5d5c589024fca33055fa482c81dcbb3b9e651cc3c4d9eef8f6738e4597cb1b2fbdaa8d19564a42261bd6eb995643d
|
|
7
|
+
data.tar.gz: 6f3172c3eccfc9060fc330e0e5b319a769da837c81b853e2a4c7dc4d27e711cccc78d5c88164b901c111d3a19029cd814909f082aa5eea231aaa9907d0ab38cd
|
data/README.md
CHANGED
|
@@ -66,4 +66,4 @@ Following creates default remote (zwr/demolift), but does not push:
|
|
|
66
66
|
|
|
67
67
|
To build new version of this gem, change the version in shopapp.gemspec and run:
|
|
68
68
|
|
|
69
|
-
git push; gem build shopapp.gemspec ; gem push shopapp-0.2.
|
|
69
|
+
git push; gem build shopapp.gemspec ; gem push shopapp-0.2.54.gem; gem install shopapp
|
|
@@ -5,11 +5,11 @@ module Shopapp3Helper
|
|
|
5
5
|
'active'
|
|
6
6
|
end
|
|
7
7
|
<<~HTML
|
|
8
|
-
<li class="nav-item
|
|
8
|
+
<li class="nav-item p-1 #{active}">
|
|
9
9
|
<a class="nav-link d-flex flex-column justify-content-start align-items-center" href="#{sidebar_action[:path]}">
|
|
10
|
-
#{image_tag sidebar_action[:icon].to_s, width: '20', class: 'img-fluid' if sidebar_action[:icon].present?}
|
|
11
|
-
#{mdi_tag sidebar_action[:mdi].to_s, class: 'mdi-36px' if sidebar_action[:mdi].present?}
|
|
12
|
-
<label class="text-light mt-
|
|
10
|
+
#{image_tag sidebar_action[:icon].to_s, width: '20', class: 'img-fluid mb-1' if sidebar_action[:icon].present?}
|
|
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>
|
|
13
13
|
</a>
|
|
14
14
|
</li>
|
|
15
15
|
HTML
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.sidebar-heading.d-flex.align-items-center.justify-content-center.bg-dark
|
|
4
4
|
= link_to home_link_path do
|
|
5
5
|
= image_tag company_logo_path_defined, width: '55'
|
|
6
|
-
%ul.nav.flex-column.mt-
|
|
6
|
+
%ul.nav.flex-column.mt-3
|
|
7
7
|
= shopapp3_sidebar_icons
|
|
8
8
|
#page-content-wrapper
|
|
9
9
|
%nav.navbar.d-flex.justify-content-between.bg-white(style="z-index: 2;")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Audited.current_user_method = :
|
|
1
|
+
Audited.current_user_method = :current_auditor
|
data/shopapp.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'shopapp'
|
|
3
|
-
s.version = '0.2.
|
|
3
|
+
s.version = '0.2.54'
|
|
4
4
|
s.date = '2019-05-03'
|
|
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!\
|