gonebusy-ruby-client 0.0.5 → 0.0.6
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/gonebusy/configuration.rb +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: 8893a20bfd247b948481283212e9be2c47811c72
|
4
|
+
data.tar.gz: 85c8d616feee0d2c9498e051f79ef3678709beb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98211319fe8848a1a06fbe05ca8d7157bee5b85a898ba60223e7ad094d0f049de382c56f47476af7861c7bcecca2f1bc783c75d4b7ffca08e7dfd101e459e4ce
|
7
|
+
data.tar.gz: 050e9de5d1f73e75421975cc373fd79673b9e49c2210764f68d564fd7d834d09c6671f503c43d904d5f8808baa415635c4b6ec8fb2efe6d95a7275079ef0816e
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
We have a Sandbox environment to play with!
|
6
6
|
|
7
|
-
Just use [sandbox.gonebusy.com](
|
7
|
+
Just use [sandbox.gonebusy.com](https://sandbox.gonebusy.com) instead of where you see beta.gonebusy.com referenced, including where to create an account to retrieve your API Key.
|
8
8
|
|
9
9
|
The Sandbox environment is completely separate from the Live site - that includes meaning your Sandbox API Key will not work in the Live environment.
|
10
10
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gonebusy-ruby-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Agranov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -158,7 +158,7 @@ files:
|
|
158
158
|
- lib/gonebusy/models/update_service_by_id_response.rb
|
159
159
|
- lib/gonebusy/models/update_user_by_id_body.rb
|
160
160
|
- lib/gonebusy/models/update_user_by_id_response.rb
|
161
|
-
homepage:
|
161
|
+
homepage: https://www.gonebusy.com
|
162
162
|
licenses:
|
163
163
|
- MIT
|
164
164
|
metadata: {}
|