bookafy 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22f85093f29633ce1ebd8fda5421fe096ec33185
4
- data.tar.gz: 4ab6e2135b425dc4abfc483afac7ee68b6c86d8a
3
+ metadata.gz: c891050889a9bf8004c05ee454b020ea933b7581
4
+ data.tar.gz: b92f31bd2eb721194d564f0fd026c37b75dc2aea
5
5
  SHA512:
6
- metadata.gz: 9c322e21898a035923786b0832394c9261b136070d8c3ac552610c6a190d082c95b7127fb043bd3c18cc1dfcd7d17132718a2fa4b4f59abda8772041659a75f7
7
- data.tar.gz: 185980d5a91605cab05e6961409bbc8f395a3cef0cd8163498242e87915a7803f26c41453b4b26f9519afdf704d14e667835c2a05713fd32f1af594ab10ed0a8
6
+ metadata.gz: 7d2ce10f7e61dcefb72684eb0197040aa4098d91d66e56d61d62b348eca5152ecd18ea7aeb0bd4de41da062b1b00ee1b121880db63ab3c36e9f66a62705b9bcb
7
+ data.tar.gz: 8c86784d5c109b6ad17817e903783a0637dfbd7be703900f7dd60d352d022c788a2597b92bef8c9ed5905f5a1d2fc4809c6b8eeb145a5b740fe0af5ab40b19be
data/README.md CHANGED
@@ -28,8 +28,12 @@ Once you obtain OAuth access token, you should set it up
28
28
 
29
29
  ```rails
30
30
  Bookafy.access_token = '6911d4a6b217bd637db0c81741482cdb497738cd52c1b3996528094c1e47c345'
31
+ Bookafy.client_token = '756d6e029d10c5ac68e5d4cd4b8e3468e80ffed7d27a772d22430f75a5f08236'
31
32
  ```
32
33
 
34
+ Access token is a oauth access token.
35
+ Client token is a yours application code that you received after authorization.
36
+
33
37
  #### Customers
34
38
 
35
39
  To fetch all customers you can use:
@@ -8,7 +8,7 @@ module Bookafy
8
8
  def attributes
9
9
  attrs = {
10
10
  created_at: @created_at,
11
- updated_at: @udpated_at
11
+ updated_at: @updated_at
12
12
  }
13
13
  if @appointment_start_time
14
14
  attrs[:appointment_start_time] = @appointment_start_time
@@ -1,3 +1,3 @@
1
1
  module Bookafy
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookafy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Bajalovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-19 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler