omniauth-vipps 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
  SHA256:
3
- metadata.gz: 427a035d7acd8eee313c79b2000650380e1983c4f7529ba0f4e79026f738139b
4
- data.tar.gz: 8edc21d20685a9e5a390280ba07914912a40d5da1f3f1131b4d665672e81800b
3
+ metadata.gz: 4e9e1bddbb16c68d1750bf462384f8db87c481b92c216fbe271efe66a9f68214
4
+ data.tar.gz: c46233d0c20f38769aefba986181dca5d10e05c9b7b24e2dfd106ac4998259a4
5
5
  SHA512:
6
- metadata.gz: ac1f5fb7e3cab5193abc76ae0b79bd8a828429e19d97849e6906b73f659500fa17edffe34ed9c09b32b29b9fe0934aec7d2bb2e4d4a9476a0b9c007a062f8e26
7
- data.tar.gz: '080d6d7357c837eeab973690b5adb874f24296b65f682ede9dd3dfea764b4f240c7f61dcead4958cb805d0e19a3ab175a496862445f90bbae5099f6a1833b4d7'
6
+ metadata.gz: 9b7bf89d83669346efa0f2aacdcd146c5447572954a511abb1691c310af26b4885b12f84e346c1ef010b373c16524edf4ca8e348f236c2b3d02589d3b75e0c0c
7
+ data.tar.gz: f9bbe8eaf12fc8fd19dcaa183df744c893495a569cab609f45349c101d51d0ecc822719df9cda32123e20d06c5203c9475c7f061bd2ce248591af7da48dd8163
@@ -5,6 +5,8 @@ module OmniAuth
5
5
  # Main class for Vipps OAuth2 strategy.
6
6
  class VippsTest < OmniAuth::Strategies::Vipps
7
7
  BASE_URL = 'https://apitest.vipps.no'
8
+
9
+ option :name, 'vipps_test'
8
10
  end
9
11
  end
10
12
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Vipps
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-vipps
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
  - Maksim Hardziyenak