shopapp 0.2.14 → 0.2.15
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/config/initializers/audited.rb +1 -0
- data/shopapp.gemspec +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7050b47dd41c17ea2f0ac98a7f69a6f3af5ab98f3f4915675dabbeae6d17933c
|
|
4
|
+
data.tar.gz: 04e4191f8af24db903237339ded7b16220bd8be430925869e3788c716ca61f79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a44cf75c4dc13fb85337dd609e6ecd6d65325a18149c929fa7fec58bb8a17588908e9a7ec596a60ce09d2476094803312501d19768d151d17995a1bc49017e9b
|
|
7
|
+
data.tar.gz: 4160e2744cc2cb4aa626fe3cdc4184e63f2ea0a01a914cadc2046f81f01f436545e552715f6c82c71d5d9b87c77518d21ef27ed9889dee4f001c198af17e0af3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Audited.current_user_method = :current_user_json
|
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.15'
|
|
4
4
|
s.date = '2018-11-25'
|
|
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!\
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zeljko
|
|
@@ -169,6 +169,7 @@ files:
|
|
|
169
169
|
- app/views/shopapp/_shopapp_alerts.html.haml
|
|
170
170
|
- bin/shopitapp
|
|
171
171
|
- config/initializers/active_settings.rb
|
|
172
|
+
- config/initializers/audited.rb
|
|
172
173
|
- lib/shopapp.rb
|
|
173
174
|
- lib/shopapp/engine.rb
|
|
174
175
|
- lib/shopapp/routes.rb
|