omniauth-wrike 0.2.0 → 0.2.1

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: 92d5e70c1144cba805a3ea6780feab8f4dbab3c6
4
- data.tar.gz: f477a2ff87ab29a62a1bd978b60e085986809239
3
+ metadata.gz: f7cadd09c0de366c36a34551b964659b3aafc47f
4
+ data.tar.gz: 0c56acbf9e7b6ed493a8a8a1d1a545234ffa7a0b
5
5
  SHA512:
6
- metadata.gz: 2748c0a60faf75d9e8d8358ac45b448ca352c4b6fc38fae63c088d2035cce13519e7c83c15fa5095a6f4c19ca3e21ff01e4a66e694b2af0bbf1b8574840dbe0a
7
- data.tar.gz: 2cfbbb948d27374b7e9a432c7394b2e5362a23e1462f07bc7a00173797e9902ae64943ee8e01075c1dee9e3634386d0deff606ce5b483aae05f387b62174728d
6
+ metadata.gz: 20a87f97ca409045e66450ef6985e532a5070859e849004e442b4bc0e47223d0998bcb4736e8c2cc42fdb88f57ff3f69bcc8bdf06920b9ae47e528cf2917a95c
7
+ data.tar.gz: 4f00c2c21244335854249e1ddf54f01531651697b97296be06bc53024a56fb2b50b280220af814de4e40961a351233e4aa02fdf681e574e6a6930f9c32539aad
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Wrike
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
@@ -32,7 +32,7 @@ module OmniAuth
32
32
  end
33
33
 
34
34
  def accounts
35
- @accounts ||= access_token.get('/accounts').parsed['data']
35
+ @accounts ||= access_token.get('accounts').parsed['data']
36
36
  end
37
37
 
38
38
  def first_account
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-wrike
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Puelpan