omniauth-mastodon-st 0.9.4 → 0.9.5

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
  SHA256:
3
- metadata.gz: 1a97314eced3043669b1a622a4c0d39189a6589ce21b03a6d4ec45610f179da0
4
- data.tar.gz: ceff032df8012c07179867896c4d7e702386c73a8f4b338329b2c73a97797061
3
+ metadata.gz: f35d21acdc498c6f4c32a8576596fdfa563f85d248625e423412ef4d894c72bf
4
+ data.tar.gz: 49e070ab63efcd9a4d8d084f856793f14917da55d0d176801d7af7048b230387
5
5
  SHA512:
6
- metadata.gz: 8287fc2ed544912cc532f24c11f6cc7ca9b1a662bd66a4d1726e39f0ca9c5671e5a878f14b9a82163fae492d92f4116a806d37bd6213f5fbdd2dd0a625df479a
7
- data.tar.gz: 0cf75326068a7528b2cce1c6bb577f564293628422df486d228566daf8601010a5baf53e7312a66441fe6c958045443a5370e0bf538a09263e84b3920fd06be8
6
+ metadata.gz: ca4358fdd6a29be423a10b222c0376eeaac3911c3ca61265e69313b535403e86bff232b5f4b343cf3a95d1fd54d2542c0218e1b6fec7a4342e6288c864f36a23
7
+ data.tar.gz: 7e72e73bf8af8801a25937c3fd896506cafb1c5ff7c41d5a8552a7c7085cd8aa42c61ffedc830189962cfca41409df12508e9742e6df3877b44920bfd6c2bfbb
@@ -12,7 +12,7 @@ module OmniAuth
12
12
  end
13
13
 
14
14
  def patch
15
- 4
15
+ 5
16
16
  end
17
17
 
18
18
  def pre
@@ -94,7 +94,12 @@ module OmniAuth
94
94
  def set_options_from_identifier
95
95
  username, domain = identifier.split('@')
96
96
  client_id, client_secret = options.credentials.call(domain, callback_url)
97
-
97
+ puts "*-**-*"
98
+ puts username
99
+ puts domain
100
+ puts client_id
101
+ puts client_secret
102
+ puts "*-**-*"
98
103
  options.identifier = identifier
99
104
  options.client_options[:site] = "https://#{domain}"
100
105
  options.client_id = client_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-mastodon-st
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugen Rochko