omniauth-stripe-connect 2.8.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5812a80e945ea17ca277e5f2ce376d6efd169be
4
- data.tar.gz: ba24054396a6817f90c7aefb449a13d4d55abb68
3
+ metadata.gz: 02c080c1be1d00dfd6d2dab3f6a5af6314c5ad86
4
+ data.tar.gz: bb99a80b0bab7e920088e46c9827680642be74b2
5
5
  SHA512:
6
- metadata.gz: a54f3c66caf753300e596680ad2b0ecc4a731ecc16b8d7aac52cde8ec40a1092448937b4d8ebfb93a9fe24512f217a29fc0dc0bcdb55e11b742847d971a9fb1f
7
- data.tar.gz: bcd8ffedafe26ce7cfa665217eaaf842f5943e89b333b12ae41d4c46bd3d44b26d6ccb896a772f1b6b7c1ae52df2c7b429da62221a66cfe0f242ef39410bb563
6
+ metadata.gz: 71c2ebead1aded009888469e4f06d5c66f712f37e8e4f0d0573a0f8ce5d4ffdb723cf0f11cd64b47f81e4c3e41ec9b17362a487cf868a13129280e12bf9f3f1b
7
+ data.tar.gz: bb2cfef6b17d42fcb99fc01f316413804ad216d6e041e081c7f7da5950889b7c5cdac3cfede1326cd9e3f3ec208d2648e2be4f5c9830341db8f147256520d536
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module StripeConnect
3
- VERSION = "2.8.0"
3
+ VERSION = "2.9.0"
4
4
  end
5
5
  end
@@ -10,6 +10,7 @@ module OmniAuth
10
10
  }
11
11
 
12
12
  option :authorize_options, [:scope, :stripe_landing, :always_prompt]
13
+ option :provider_ignores_state, true
13
14
 
14
15
  uid { raw_info[:stripe_user_id] }
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-stripe-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Sanders
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-03 00:00:00.000000000 Z
11
+ date: 2015-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth