lightspeed_ruby 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e52341b323c00da0c6ad01498b66bad6a9431e6d
4
- data.tar.gz: 4ee83844f162afc1a77b641c222c7f326fb84e60
3
+ metadata.gz: 1c8f09a2f9d45e65208c617efe27a6e7b3f4b23d
4
+ data.tar.gz: 2e728c4ff040d9bd4b69ab7dd4fa6bb81262c50e
5
5
  SHA512:
6
- metadata.gz: 18949860cf7361741f0a67f03e0f8c68fe68560da1993b5bd62f7b84906d3a62fe9d85f2c0b8a2e6e5ce5de4b82896114b6ce8a165abe579ab00e65439ea1288
7
- data.tar.gz: 20209319126a5ee95f5e84f4f5ca8a3c8860f172a4242877598de98ab80b447c5963c57d8a82f4b4249502dab315d17e3431e3bdb8c8531c1e370889c52e7801
6
+ metadata.gz: c948b41df45a51f99b2a87b7db70ad899ffdac5789e079a199c82f379328dfaf572f0eae9e477dbfd8cd9719adebff5bfa964241f9702f3718d9163e5d1b34a1
7
+ data.tar.gz: 1595326fa3caeaadcb47b04d4433d1145442e4ccb45319eee072c290c44b7a073f5452ef26320cce9216c8d8ff77cb316982709b424b46529109a2d5480ad5b6
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Lightspeed
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/lightspeed`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This is the unofficial Ruby wrapper to the Lightspeed POS Retail API.
6
4
 
7
5
  ## Installation
8
6
 
@@ -12,7 +12,7 @@ module Lightspeed
12
12
  end
13
13
 
14
14
  def refresh
15
- raise Lightspeed::Errors::MissingRefreshToken unless client.refresh_token
15
+ raise Lightspeed::Errors::MissingRefreshToken unless refresh_token
16
16
 
17
17
  response = Faraday.post(
18
18
  REFRESH_TOKEN_URL,
@@ -1,3 +1,3 @@
1
1
  module Lightspeed
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightspeed_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zamith
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.5.1
133
+ rubygems_version: 2.6.11
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Wrapper gem for the Lightspeed POS API