omniauth-streamlabs 0.2.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 59fa4c99e131db0fa5988322c2a9cf755adb1264
4
- data.tar.gz: 0cf799968d4e9df25f4aee0ee6cbf6e5529ed9ea
2
+ SHA256:
3
+ metadata.gz: 78568bb3adb06925e4553e5c07d448f464f0cc57deab6ce2ca0203487d0ede79
4
+ data.tar.gz: 9cade32d2d807455d09dcbd1e887244edbe5fe62bce0d5af4fe26ab64e5b8251
5
5
  SHA512:
6
- metadata.gz: 77cbc353776109e6213cf7156a71abc287514bf71d7539162287a41f1c397ff2ab94a16cfcd25bf41c059ff3ff91a0909c09176d5c4585a0437e8592bab2a9b5
7
- data.tar.gz: 5e67035c1d1249f773598f55200022f936bb4a6e42024c6ad807d5ce40f14bc67cdaf33b8c40aeb6da2fa67a40fe7d1a6179f072e522b40440c07d0d455d9fa9
6
+ metadata.gz: f8efbcc9c70ca4a1fe363ae7b2550195e21b49807986677bdbeb97cdc77d472e0368ad6d6a4090079d20ea8e352eab08c825e9a11aab4164874ab233df017847
7
+ data.tar.gz: 10bb93623071c5ce9ee8dbe96682410c2721711fd807c8a7412096c71b3f86a995a90289b1c861e9621ce75f6b8ab38a52012c5ebaac04bc94ee8fcbaee26064
data/README.md CHANGED
@@ -54,6 +54,7 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
54
54
  }
55
55
  }
56
56
  }
57
+ ```
57
58
 
58
59
  ## Contributing
59
60
 
@@ -20,12 +20,12 @@ module OmniAuth
20
20
 
21
21
  option :authorize_options, [:scope]
22
22
 
23
- uid{ raw_info['twitch']['id'] }
23
+ uid{ raw_info['streamlabs']['id'] }
24
24
 
25
25
  info do
26
26
  {
27
- display_name: raw_info['twitch']['display_name'],
28
- name: raw_info['twitch']['name']
27
+ display_name: raw_info['streamlabs']['display_name'],
28
+ name: raw_info['streamlabs']['display_name']
29
29
  }
30
30
  end
31
31
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Streamlabs
3
- VERSION = "0.2.2"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-streamlabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rohrer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2018-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.6.7
95
+ rubygems_version: 2.7.4
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Streamlabs OAuth2 strategy for OmniAuth