lightspeed_restaurant 0.1.1 → 0.1.2

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: adbb99def13331002e4181744d785e87b8bf94c3
4
- data.tar.gz: 796173dcf35beb1ac94931bb088cd8cd6b0e55b1
3
+ metadata.gz: 98acf4895da81101922c4be885cc2065548170d8
4
+ data.tar.gz: 590ae835a6762d0567044929acbf4d59e3776a2c
5
5
  SHA512:
6
- metadata.gz: 83d82e3e5e203961ff506a615572da0e4e8ae7d9c89a53b67bfc3877ffe843f0d804bf8a10fe0e3fe0435dd880c072a75753b69621ddb41b54bd2514bcb6d94c
7
- data.tar.gz: f2da561c37bde68182b74f6c7574d6c9e51975e02834ff197140f98e1b853dd20e5d6a38e6265baf94e4e3a9bcfac2dc5469bcf447ae0a4ca928ca2a0f6466d6
6
+ metadata.gz: dd7d93ef97e8ee8198fb063a4e870ec17b2ad13634f093fb34d444134e51257115f146c5f94774d2bb47de108d15f9c06602946c5d072b1541ba52870a2a6a1e
7
+ data.tar.gz: 23197eed9f4e5daaf7446f52b9f4ed77f74461f7f47e9a3f39dda8a3eae41c348063576a7ec16215c9debb0f19b021b1a3e2c96c61b2b9551ff2ca6df3f9b550
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Circle CI](https://circleci.com/gh/chronogolf/lightspeed_restaurant.svg?style=shield&circle-token=94ebc6c7495f5c0bbf9f6a89526395306f223b7e)](https://circleci.com/gh/chronogolf/lightspeed_restaurant) [![Dependency Status](https://gemnasium.com/97099eaf969214667ab4e212a1a4c7fe.svg)](https://gemnasium.com/chronogolf/lightspeed_restaurant) [![Code Climate](https://codeclimate.com/github/chronogolf/lightspeed_restaurant/badges/gpa.svg)](https://codeclimate.com/github/chronogolf/lightspeed_restaurant)
1
+ [![Circle CI](https://circleci.com/gh/chronogolf/lightspeed_restaurant.svg?style=shield&circle-token=94ebc6c7495f5c0bbf9f6a89526395306f223b7e)](https://circleci.com/gh/chronogolf/lightspeed_restaurant) [![Dependency Status](https://gemnasium.com/chronogolf/lightspeed_restaurant.svg)](https://gemnasium.com/chronogolf/lightspeed_restaurant) [![Code Climate](https://codeclimate.com/github/chronogolf/lightspeed_restaurant/badges/gpa.svg)](https://codeclimate.com/github/chronogolf/lightspeed_restaurant)
2
2
 
3
3
  # Lightspeed Restaurant API Client
4
4
 
@@ -1,3 +1,3 @@
1
1
  module LightspeedRestaurant
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = 'Lightspeed Restaurant is point of sale that helps bars, restaurants, '\
14
14
  'and cafés deliver a better customer experience and run a more profitable business. '\
15
15
  'See https://www.lightspeedhq.com/products/restaurant/ for details'
16
- spec.homepage = 'http://staging-exact-integration.posios.com/PosServer/swagger-ui.html'
16
+ spec.homepage = 'https://github.com/chronogolf/lightspeed_restaurant'
17
17
  spec.license = 'MIT'
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightspeed_restaurant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Buffon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-06 00:00:00.000000000 Z
11
+ date: 2015-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -175,7 +175,7 @@ files:
175
175
  - lib/lightspeed_restaurant/request.rb
176
176
  - lib/lightspeed_restaurant/version.rb
177
177
  - lightspeed_restaurant.gemspec
178
- homepage: http://staging-exact-integration.posios.com/PosServer/swagger-ui.html
178
+ homepage: https://github.com/chronogolf/lightspeed_restaurant
179
179
  licenses:
180
180
  - MIT
181
181
  metadata: {}