omniauth-steemconnect 0.1.1 → 0.1.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: 44458259c1d61263fad8a416a502d654fac35e07
4
- data.tar.gz: 96b185c002fc048f76e46352942a69afbbbca15a
3
+ metadata.gz: 6e1a0c400003275b8828515c3a8b63998040f7e9
4
+ data.tar.gz: c9325b5070e6b037fc1035edd9341bd26fc07d59
5
5
  SHA512:
6
- metadata.gz: 76cfb2f94160d5e308066064d6cbe87a34057ce554063872a78dae90989041d2f9d341f0c75e9244ea721431ccdccb4238c4751ebb1ef285fbed07ad28a4734b
7
- data.tar.gz: 85d7bf3cca084b325e88d94583aaf5f25d720e3cdd15280208f8168fd0a0a7137d081154ba05bfd84f94eead3f07b59909714f6e233157cec75c6bc956d02c8e
6
+ metadata.gz: 56af8bd061a11d544c7fe020f9186ef0d1df33ee8ae9d6573c59d1455fdccf578d29368205545c8de38a64a88875b5edc7aef65bb049a713825adf74ae7df8bb
7
+ data.tar.gz: a3ccc91a099bbb6d27038c4c9e8d0c81e7e34fdf2fc3d43ace4bc04796d8bd484ea25877704a0db52fafd3f3dbb922b10ece94f6b90de97171c8537d2ba5b1f4
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Steemconnect
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -30,7 +30,8 @@ module OmniAuth
30
30
  end
31
31
 
32
32
  def request_phase
33
- cb_url = URI(callback_url).to_s.gsub("?#{uri.query}",'')
33
+ uri = URI(callback_url)
34
+ cb_url = uri.to_s.gsub("?#{uri.query}",'')
34
35
  options[:authorize_params] = {
35
36
  scope: options['scope']
36
37
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-steemconnect
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
  - Juan Lebrijo