omniauth-paymium 1.0.1 → 1.0.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: 3bae7bcd5bfaf753b3c962dc3c8284e4cd55cf0a
4
- data.tar.gz: 621b07e60ea816a7709282982f3d26d315900ca9
3
+ metadata.gz: 51a243c6eef9e01fd3ad1b5bfe3e88c0b163cd01
4
+ data.tar.gz: 16fd31c6ab9d4eb08791b65ca4982a12aa5def61
5
5
  SHA512:
6
- metadata.gz: 415c74ad011cdc8de054908569e1e4f2e9a0ad5a3e19fc1cf5003436808b2042194aa3d88696186a157c5a9c05f27d7fb37ed533ba3b981fcb1b8e0a55fe0ac5
7
- data.tar.gz: c05ce11fd3eeeff788f0333314130b8173e710ed991d84c131855f1a558fb9c8b051ed493fef20fa59e93a54c1e190dbef303dcfe5a7217ea9f3df3db1dc2359
6
+ metadata.gz: 24b5638539124f9f67e0f034aea57077771881a612466d9c73251cdc8739738aca2cf9d499cad03d8c26e6dc52e62234a07755efbc8446e81a8b52ca9ce3606e
7
+ data.tar.gz: 1b4ca4bd892ff628e22e54394b1520f9dbdcbad0df52653864f129b8b25726436febe1745bf7dd76bfd50d62176f0a0698d3b5e1268f8957b63978ba342e86e1
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Paymium
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
@@ -17,7 +17,7 @@ module OmniAuth
17
17
  }
18
18
 
19
19
  option :authorize_params, {
20
- :scope => 'profile postal_code'
20
+ :scope => 'basic'
21
21
  }
22
22
 
23
23
  def build_access_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-paymium
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Michard