omniauth-infinum 0.9.7 → 0.9.8

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: 34c9a53f0a650d22f963c93f462ecd28c26d74de
4
- data.tar.gz: a54cbc44da5bcbddafa1a13ae66dfb42dfa938d1
3
+ metadata.gz: 422df7c09313261c1d9c414141d7e8b8305a0105
4
+ data.tar.gz: c2f8a9fba901c7487999cf305fd6613aeea3b25f
5
5
  SHA512:
6
- metadata.gz: 2998ecce1785a94e4a19f6d0b9d80993373abc64aa145aba31e283c104635ce469ca19fc6361b277d3333b35671f46c863a2e57a643e18950fd3cabf9886cc04
7
- data.tar.gz: 5ec424bc25650101372ee5ec4c9179ad7ac11f2f2c9b1f7c09352b3569505bfe4d3c121a707396f3ea439c934af8fc2f3ad1a002cfdd48a19b8bbeff53d73c87
6
+ metadata.gz: c584431986ca65c5a96683ebe9d6fa5a9bdfe6e469f20b78864f0cd8f1b5e7c79688cc37556eed0e2cd2213a3415cb48929b96ccc4b90fb843259f360c2de67f
7
+ data.tar.gz: e2d8804f30c4f247fbedab4bef3cfd4907b227b3efd9b52278ff85819abda0c12e002308e6794fd5e68cdc6d1cb8814743b15637391b9324d99c64ce29183013
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Infinum
3
- VERSION = "0.9.7"
3
+ VERSION = "0.9.8"
4
4
  end
5
5
  end
@@ -21,7 +21,7 @@ module OmniAuth
21
21
  end
22
22
  end
23
23
 
24
- @@url = "http://accounts.infinum.co#{development_environment? ? '.dev' : ''}"
24
+ @@url = "http#{development_environment? ? '' : 's'}://accounts.infinum.co#{development_environment? ? '.dev' : ''}"
25
25
 
26
26
  def self.setup
27
27
  yield self if block_given?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-infinum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Car