omniauth-hubspot-full 0.1.1 → 0.1.2

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: 320f483a4de26f870aa75e4d7f30224b34f4b09a
4
- data.tar.gz: 38739a03f49c81134d38fa156a65e92978d3dfc8
3
+ metadata.gz: 3710ad643220c634376c959a4ed20dcc7956c51e
4
+ data.tar.gz: b76a3e8a873353dce14e69c21c4c4f3c83925f75
5
5
  SHA512:
6
- metadata.gz: b6bb9a13dc77b92557dbff26147b8bca224d6e4028ccd3661be2d69891ec9cb339c8e0a5d1ab56df14d48ffbc848faf4df95aa783aba1658c8cb251c8c44fb9f
7
- data.tar.gz: 53cd51780a9c903dec2c380cc6ed98ca2c90e8f29ce7cf031da14ea36c5705a8b16e41ff799ebda42dbfcaaecf7370d9a51f6ed5f0b7e0fbb8eb7f9016db4637
6
+ metadata.gz: 11df7a60c8c037d5dfc481f667e45fa2a67256f31975f9d9e5e9ac0a98cab43ed2aad26fbb0b214d1fcb7e853ef480f01765d6a6bd9070274e596c879d9850cb
7
+ data.tar.gz: '08d8fcae4fedd3812fe538d8ff240e9ec22419cf3efbcda3f7392bfcaccfb8e54e0578c0e47ef9712d6c0acf37b958d585e9eb2be8096dc27dba2436672fe5a3'
data/README.md CHANGED
@@ -78,3 +78,7 @@ Querying the access token endpoint as defined [here](https://developers.hubspot.
78
78
  3. Commit your changes (`git commit -am 'Add some feature'`)
79
79
  4. Push to the branch (`git push origin my-new-feature`)
80
80
  5. Create new Pull Request
81
+
82
+ ## Special Thanks
83
+
84
+ In a rush, I borrowed heavily from [kmrshntr](https://github.com/kmrshntr)'s Slack Strategy in order to make this work. Thanks!
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Hubspot
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -30,7 +30,7 @@ module OmniAuth
30
30
  {
31
31
  token: access_token.token,
32
32
  refresh_token: access_token.refresh_token,
33
- expires_at: Time.at( access_token.expires_at ),
33
+ expires_at: access_token.expires_at,
34
34
  expires_in: access_token.expires_in,
35
35
  expires: access_token.expires?
36
36
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hubspot-full
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - romanos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-05 00:00:00.000000000 Z
11
+ date: 2018-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2