omniauth-streamlabs 0.2.1 → 0.2.2

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
2
  SHA1:
3
- metadata.gz: 83d9dfa18426ce2234b81e8c10e0496cd0c38738
4
- data.tar.gz: 92c0ed7685c23480331f74ebf1c5b2ff8e999cf4
3
+ metadata.gz: 59fa4c99e131db0fa5988322c2a9cf755adb1264
4
+ data.tar.gz: 0cf799968d4e9df25f4aee0ee6cbf6e5529ed9ea
5
5
  SHA512:
6
- metadata.gz: a779a89689278d5bbcac6cb44276918de50a0e0d2cdc95ab3d7a33214d224c0e6ad5e306b5ed23d94396d1af932d033474728cd57d1539410576de90412ad725
7
- data.tar.gz: 59e6c679663f07cc960488f4e1c79dc8bb159fcecdb653713146d4cfa8b334436188f0366fc5f996246f672bea70b09f0c3fa21ac16be9aa5c23ad8df848825e
6
+ metadata.gz: 77cbc353776109e6213cf7156a71abc287514bf71d7539162287a41f1c397ff2ab94a16cfcd25bf41c059ff3ff91a0909c09176d5c4585a0437e8592bab2a9b5
7
+ data.tar.gz: 5e67035c1d1249f773598f55200022f936bb4a6e42024c6ad807d5ce40f14bc67cdaf33b8c40aeb6da2fa67a40fe7d1a6179f072e522b40440c07d0d455d9fa9
data/README.md CHANGED
@@ -46,9 +46,11 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
46
46
  },
47
47
  extra: {
48
48
  raw_info: {
49
- display_name: 'johndoe',
50
- name: 'JohnDoe',
51
- _id: 12345678,
49
+ twitch: {
50
+ display_name: 'johndoe',
51
+ name: 'JohnDoe',
52
+ _id: 12345678,
53
+ },
52
54
  }
53
55
  }
54
56
  }
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Streamlabs
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-streamlabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rohrer