gatleon-rails 0.1.8 → 0.1.9

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: d3eea66c082a497538bc85470271f44e68c3bdafdcc2835853d4d8a94f43b7bf
4
- data.tar.gz: 3b8be6bab2a0db9691d0fb1e9c994242a768d60a84842a9c6069e8afebe2113d
3
+ metadata.gz: 90625201da0b5ddab250949f38befe5283dcc7639a3d518afd55c6d589965505
4
+ data.tar.gz: 1f35559f4c4af83338dbc01c2644176ac1ceeb283fdc6023149d572db89034bb
5
5
  SHA512:
6
- metadata.gz: b02a4c82ffb375be8f0e335d5e08fc4c1e1d0a05e57dc9467b9a38c85f9622ad848034133b231f3e874ad7a562d3345315079fb2fc9726970e9e38f6ce61871b
7
- data.tar.gz: 728106194b3ffd60855a02539b52ef78112bd8cdbc7a52ba63b5f0b048dc452ec40cf0c1e2f206b37c68916653fc954b1626b8a3d77eb5e859f640d123528065
6
+ metadata.gz: 0af5de07b5e57412450e3f06a21740cdffe75422696ecade36f1332cc96b8859853270b741b76b75c5377222b76b072fd81d6e9ad35cbe7bbd562543e17d8c5c
7
+ data.tar.gz: 788028f961213556c40a1d9dcf16357acc87c5035d028e19c8d6c9954987cd807a62c069def46dff8a76e8bc8ad0d9e2a12bd6e9ee94a8c5bf4d2cf6a9aeaa1b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gatleon-rails (0.1.8)
4
+ gatleon-rails (0.1.9)
5
5
  faraday
6
6
 
7
7
  GEM
@@ -27,7 +27,7 @@ module Gatleon
27
27
  define_method :_exchange_user_voucher_for_user do
28
28
  if params[:_authformForm] == form_uid && params[:_authformUserVoucher]
29
29
  # TODO: headers for api verification
30
- response = Faraday.get("#{authform_base_url}/v1/exchangeUserVoucherForUser/#{params[:_authformUserVoucher]}")
30
+ response = Faraday.get("#{_authform_base_url}/v1/exchangeUserVoucherForUser/#{params[:_authformUserVoucher]}")
31
31
 
32
32
  if response.status == 200
33
33
  cookies[_authform_user_cookie_key] = {
@@ -1,5 +1,5 @@
1
1
  module Gatleon
2
2
  module Rails
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatleon-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - gatleon