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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e47bfd95b768b9f211ab5d49e0b2547a3def3fc2
4
- data.tar.gz: 3a8cdc9b502b45da701f3035a480b216c42cb041
3
+ metadata.gz: 8893a20bfd247b948481283212e9be2c47811c72
4
+ data.tar.gz: 85c8d616feee0d2c9498e051f79ef3678709beb9
5
5
  SHA512:
6
- metadata.gz: a27f54aba124f47cee5a412084ce47058808d436d58d2b87d9cf92296140f39f51632a7b746bbee8f19d0c980753eef667a61d3f0202e41b934280365a29e73d
7
- data.tar.gz: 6cc93ecf9a54c87ed7cc9cc5c3a2fbda526053946cf04c7116e08bf656e7bd03c834b0f5d2b1270f09ff28658b00ee1fb398d2e70d924c1a808b3225cdc21aaf
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](http://sandbox.gonebusy.com) instead of where you see beta.gonebusy.com referenced, including where to create an account to retrieve your API Key.
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
 
@@ -1,7 +1,7 @@
1
1
  module Gonebusy
2
2
  class Configuration
3
3
  # The base Uri for API calls
4
- @base_uri = 'http://beta.gonebusy.com/api/v1'
4
+ @base_uri = 'https://beta.gonebusy.com/api/v1'
5
5
 
6
6
  # Set Authorization to "Token <your API key>"
7
7
  @authorization = 'Token <your API key>'
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.5
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-01-20 00:00:00.000000000 Z
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: http://www.gonebusy.com
161
+ homepage: https://www.gonebusy.com
162
162
  licenses:
163
163
  - MIT
164
164
  metadata: {}