omniauth-intercom 0.1.7 → 0.1.8

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: 97bae77e1098c2669636368894d52bb545610761
4
- data.tar.gz: 87741d51fabef74e89b80362b4a3cbfe4a9ff8ad
3
+ metadata.gz: 659167fc6bcb8c1529ee51e0cf10e5b66f931297
4
+ data.tar.gz: e04263a6148fc1fa07e4ca01bda1111cdb8938b8
5
5
  SHA512:
6
- metadata.gz: 06e3fbd1079833a91b8dccdca26b0e5bbf8fc478cdcd6e2cd1cf8b13e1ac10f1ea4155c231b7a86f5a6826243210d887b0390ca57314890d50cb08f997539256
7
- data.tar.gz: 0968d46f6eb254509ede3620b31314aecee046fcd55f0ed7078c50d9f645b2797e3d6c4e56d8a91ce2ad989102a44885c0c8201dc27c1417f77bb701cbd2e811
6
+ metadata.gz: e64d197a2f6ada0addefa9caaa9fa88db9bdd669966dc913e7dc51aafaa7d626aa03149755e4e80d295abb3e0333184ed90fb287565df1d95ec534e4896ba6e4
7
+ data.tar.gz: 2f6c7c107a1feae158a23a598302b8909be53b723ff8f2e6b46b0754b2e52c24e97eb170ae21104e35678817151edeed9d08f40d70a38aa36ad089281b964f1e
data/CHANGELOG.md CHANGED
@@ -45,4 +45,9 @@ Features:
45
45
  ## 0.1.7 (2017-02-27)
46
46
 
47
47
  Features:
48
- - add verify email config
48
+ - add verify email config
49
+
50
+ ## 0.1.8 (2017-03-07)
51
+
52
+ Features:
53
+ - update config to intercom.com domain
data/README.md CHANGED
@@ -9,7 +9,7 @@ Supports the OAuth 2.0 server-side and client-side flows. Read the [Intercom OAu
9
9
  Add to your `Gemfile`:
10
10
 
11
11
  ```ruby
12
- gem 'omniauth-intercom', '~> 0.1.7'
12
+ gem 'omniauth-intercom', '~> 0.1.8'
13
13
  ```
14
14
 
15
15
  Then `bundle install`.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Intercom
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
@@ -7,8 +7,7 @@ module OmniAuth
7
7
  option :name, 'intercom'
8
8
 
9
9
  option :client_options, {
10
- :site => 'https://api.intercom.io',
11
- :authorize_url => 'https://app.intercom.io/oauth',
10
+ :authorize_url => 'https://app.intercom.com/oauth',
12
11
  :token_url => 'https://api.intercom.io/auth/eagle/token'
13
12
  }
14
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-intercom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Antoine
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2