omniauth-instagram-graph 1.0.2 → 1.0.4

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
  SHA256:
3
- metadata.gz: ef1d6190524aaa2a3051919f5d7435b64fef9ec2f88beb8f4a5ff8c427ec878a
4
- data.tar.gz: c174f332ddcffcba44e278ae3cba2da1d031c4610c71f19c7d5044af8422fbf1
3
+ metadata.gz: 927273ea8c80b2450a9117121ee44066ba0925dac69a2ae4238e962a8958f72c
4
+ data.tar.gz: 5e09ef802dfadbc9f9571966a5a943b9610e64658b16cffb1c70e9717c8e64c3
5
5
  SHA512:
6
- metadata.gz: d5405cb809bc53024482201a2f7482c4eba81eda92353aea0112e2e4b415604835c22e8e6c1f99b37c8560373e8021c343b46481033987ae551d0c63db142664
7
- data.tar.gz: 530ca8f17c462a0d26b812146ddbe43749ff561d8a78b53419f81af93092e5ab461962b5b627156da7af172ec3be9ac88274d200f6a4656b07cd6342c753c2f2
6
+ metadata.gz: 1714e67f21356a2ac301d3b9453ee44ad42ff85b51b951401c67cdb8b30f970b22ef4f06dd61a1309eaea1cbd92d53741e4147b3847bdfee24d2e6971df83556
7
+ data.tar.gz: eec3ac93f5305dcc8882167d637efc6de21f9ccbd142444a01b966cba09f6ee1292394501a8d03399c51b60e81140fdccbd6de12d67c7859b21586bbbf78c1f2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-instagram-graph (1.0.1)
4
+ omniauth-instagram-graph (1.0.2)
5
5
  omniauth (~> 1.9)
6
6
  omniauth-oauth2 (~> 1.2)
7
7
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OmniAuth
4
4
  module InstagramGraph
5
- class LongLivedClient < OAuth2::Client
5
+ class LongLivedClient < ::OAuth2::Client
6
6
  TOKEN_URL = '/access_token'
7
7
 
8
8
  def initialize(client_id, client_secret, options = {})
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OmniAuth
4
4
  module InstagramGraph
5
- class LongLivedToken < OAuth2::AccessToken
5
+ class LongLivedToken < ::OAuth2::AccessToken
6
6
  TOKEN_REFRESH_PATH = '/refresh_access_token'
7
7
 
8
8
  def refresh!(params = {})
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module InstagramGraph
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-instagram-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-08 00:00:00.000000000 Z
11
+ date: 2020-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth