omniauth-intercom 0.1.8 → 0.1.9

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: 659167fc6bcb8c1529ee51e0cf10e5b66f931297
4
- data.tar.gz: e04263a6148fc1fa07e4ca01bda1111cdb8938b8
3
+ metadata.gz: 2c2cb482c65857c5473d7f922110178d9bc0ab4e
4
+ data.tar.gz: 7eeb18ad38582cc66167672ee61e7b97f9b4a345
5
5
  SHA512:
6
- metadata.gz: e64d197a2f6ada0addefa9caaa9fa88db9bdd669966dc913e7dc51aafaa7d626aa03149755e4e80d295abb3e0333184ed90fb287565df1d95ec534e4896ba6e4
7
- data.tar.gz: 2f6c7c107a1feae158a23a598302b8909be53b723ff8f2e6b46b0754b2e52c24e97eb170ae21104e35678817151edeed9d08f40d70a38aa36ad089281b964f1e
6
+ metadata.gz: cf8cf21c898fadb94fa506bff5b026b2829c919f51fa6d46cab933e7f24f5f9b0c059332f9fcc553f6e8243b89a88e6d06b47a8a16228109b8b826522d464a50
7
+ data.tar.gz: ea742ce6adb7b1ce2c4e8df2021ec9f63983e97f6f7644a13531da3d2778abdfa36a4cd079c24cbb4231853b38f9aa07126af8dfb6edc64b91eaadb7fb19ca2f
@@ -50,4 +50,9 @@ Features:
50
50
  ## 0.1.8 (2017-03-07)
51
51
 
52
52
  Features:
53
- - update config to intercom.com domain
53
+ - update config to intercom.com domain
54
+
55
+ ## 0.1.9 (2017-03-07)
56
+
57
+ Features:
58
+ - fix site config
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.8'
12
+ gem 'omniauth-intercom', '~> 0.1.9'
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.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
@@ -7,6 +7,7 @@ module OmniAuth
7
7
  option :name, 'intercom'
8
8
 
9
9
  option :client_options, {
10
+ :site => 'https://api.intercom.io',
10
11
  :authorize_url => 'https://app.intercom.com/oauth',
11
12
  :token_url => 'https://api.intercom.io/auth/eagle/token'
12
13
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-intercom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Antoine