iron_bank 5.0.0 → 5.0.1
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 +4 -4
- data/.github/workflows/ci.yml +2 -2
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/iron_bank/endpoint.rb +1 -1
- data/lib/iron_bank/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce988cb6ec663ee502438e548d5296014a498838cd64cc17082859e52ccbfe33
|
|
4
|
+
data.tar.gz: 8ca42b78ae0f4049d6c38b1409faf11200effcde7b1753ce867c1afab63d4476
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 394b9e2617481f3e966b34f0dc4af247c478e8b630c15a9d1cca76761bcb05d313a1f1e48321fed58f34fdfe33ef55f1ef32a0acc520c2c2483f2d4ca90b854e
|
|
7
|
+
data.tar.gz: 00f0e124269a4a4b7eb9fc8ba9a827a25e69bb3a0e689395f0f38fca0936a68f8756a4d655b99f250ad577a5feff4b83db4921c8a470953fa8831047e30a4c30
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
iron_bank (5.0.
|
|
4
|
+
iron_bank (5.0.1)
|
|
5
5
|
faraday (~> 1)
|
|
6
6
|
faraday_middleware (~> 1)
|
|
7
7
|
nokogiri (~> 1)
|
|
@@ -36,7 +36,7 @@ GEM
|
|
|
36
36
|
mini_portile2 (2.4.0)
|
|
37
37
|
minitest (5.14.1)
|
|
38
38
|
multipart-post (2.1.1)
|
|
39
|
-
nokogiri (1.10.
|
|
39
|
+
nokogiri (1.10.10)
|
|
40
40
|
mini_portile2 (~> 2.4.0)
|
|
41
41
|
parallel (1.19.1)
|
|
42
42
|
parser (2.7.1.3)
|
data/README.md
CHANGED
data/lib/iron_bank/endpoint.rb
CHANGED
|
@@ -7,7 +7,7 @@ module IronBank
|
|
|
7
7
|
private_class_method :new
|
|
8
8
|
|
|
9
9
|
PRODUCTION = /\Arest\.zuora\.com\z/i.freeze
|
|
10
|
-
SERVICES = /\
|
|
10
|
+
SERVICES = /\A(rest)?services(\d+)\.zuora\.com(:\d+)?\z/i.freeze
|
|
11
11
|
APISANDBOX = /\Arest.apisandbox.zuora\.com\z/i.freeze
|
|
12
12
|
|
|
13
13
|
def self.base_url(domain = "")
|
data/lib/iron_bank/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iron_bank
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mickael Pham
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2020-
|
|
14
|
+
date: 2020-08-17 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bump
|
|
@@ -352,7 +352,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
352
352
|
- !ruby/object:Gem::Version
|
|
353
353
|
version: '0'
|
|
354
354
|
requirements: []
|
|
355
|
-
|
|
355
|
+
rubyforge_project:
|
|
356
|
+
rubygems_version: 2.7.6.2
|
|
356
357
|
signing_key:
|
|
357
358
|
specification_version: 4
|
|
358
359
|
summary: An opinionated Ruby interface to the Zuora API.
|