shopapp 0.2.12 → 0.2.14

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: 49f5696249d271a1c19ddba0f9fc6619778f1a2e50ad17b9fa8c0c7d709d4832
4
- data.tar.gz: 844680d5f91a98b0a8019552889632319f0e2999f0bd58a0e846bee55cf2307a
3
+ metadata.gz: ea43ade555fcd70b42d9648816d4623309c59dc5b7f2f4d0ea99fc8967ecc3ef
4
+ data.tar.gz: 55483129a21242118215aaeb4fa142702e0a657616aae267afd57802c0b900da
5
5
  SHA512:
6
- metadata.gz: 777ab542afd162169651992b6a7f4e7f5b27b2f50872ba9ac5892af7e95389eac005db2c1712c714978bc01feccbd605dbaa4414427556fda4c9b2b835f1dcde
7
- data.tar.gz: 0a8c67173dda781cf9a887390a751cf68bf24ce5cff9fcd13dcd4d3224d0f33ed5bc0d7fce4333359f969b8271df50b635df7a3db955cf33d304acf8d6b082cb
6
+ metadata.gz: eefafcee87b5c6ef6d18e2926a714a9d1d37a986d679dff75d7d718440498954213abf655ed94a4f75fb2d56db68bf183c9dea92540de074324006424bec7e97
7
+ data.tar.gz: 91ecb61bf83de3c1459561e2f0aa7e0dca4bca72ce1395dffde0c81afbdd307d14fdd85bdd15eaa478a8473026b7f5ce35d9ffcbbd001f3dc2e9c9f266c6a3a2
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
- gem build shopapp.gemspec ; gem push shopapp-0.0.X.gem
69
+ gem build shopapp.gemspec ; gem push shopapp-0.2.X.gem
@@ -172,6 +172,10 @@ module ShopliftClient
172
172
  true
173
173
  end
174
174
 
175
+ def current_user_json
176
+ current_user.to_json
177
+ end
178
+
175
179
  def current_user
176
180
  return @current_user if @current_user.present?
177
181
 
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.12'
4
- s.date = '2018-11-05'
3
+ s.version = '0.2.14'
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!\
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.12
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-05 00:00:00.000000000 Z
11
+ date: 2018-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties