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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea43ade555fcd70b42d9648816d4623309c59dc5b7f2f4d0ea99fc8967ecc3ef
4
- data.tar.gz: 55483129a21242118215aaeb4fa142702e0a657616aae267afd57802c0b900da
3
+ metadata.gz: 7050b47dd41c17ea2f0ac98a7f69a6f3af5ab98f3f4915675dabbeae6d17933c
4
+ data.tar.gz: 04e4191f8af24db903237339ded7b16220bd8be430925869e3788c716ca61f79
5
5
  SHA512:
6
- metadata.gz: eefafcee87b5c6ef6d18e2926a714a9d1d37a986d679dff75d7d718440498954213abf655ed94a4f75fb2d56db68bf183c9dea92540de074324006424bec7e97
7
- data.tar.gz: 91ecb61bf83de3c1459561e2f0aa7e0dca4bca72ce1395dffde0c81afbdd307d14fdd85bdd15eaa478a8473026b7f5ce35d9ffcbbd001f3dc2e9c9f266c6a3a2
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.14'
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.14
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