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 +4 -4
- data/README.md +1 -1
- data/lib/lightspeed_restaurant/version.rb +1 -1
- data/lightspeed_restaurant.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98acf4895da81101922c4be885cc2065548170d8
|
4
|
+
data.tar.gz: 590ae835a6762d0567044929acbf4d59e3776a2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
|
@@ -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 = '
|
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.
|
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-
|
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:
|
178
|
+
homepage: https://github.com/chronogolf/lightspeed_restaurant
|
179
179
|
licenses:
|
180
180
|
- MIT
|
181
181
|
metadata: {}
|