currency_cloud 0.12.4 → 0.12.5
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/.travis.yml +2 -0
- data/HALL_OF_FAME.md +1 -0
- data/README.md +6 -2
- data/currency_cloud.gemspec +1 -1
- data/lib/currency_cloud/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b8d9b8ee2c5e1ca902791d041aa7600bc4563f5f311e06db860ecbc6fdab0c4
|
|
4
|
+
data.tar.gz: 47131c437ff8989a7e97eaab55f2bec5c89b94318d5fadf36bb3102d04ef3640
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71633d7f655e6f4833ba6d628c5fbab44933ad5eed7fa34488e32d301c6a99c064fcfc180b3c93e470e5502d0ac4b1716ca7e74320d1e10ae90ed0402d33f496
|
|
7
|
+
data.tar.gz: 02b7afefe55c14578b8d3b8865341d1907bd47e7b551b08032449fd33ecd213045eb722c75e1af1b3c4993f5ce3452aaf22826520169b4545beab28d2e9bd790
|
data/.travis.yml
CHANGED
data/HALL_OF_FAME.md
CHANGED
data/README.md
CHANGED
|
@@ -26,6 +26,10 @@ implementations:
|
|
|
26
26
|
* MRI 2.0.0
|
|
27
27
|
* MRI 2.1.0
|
|
28
28
|
* MRI 2.2.0
|
|
29
|
+
* MRI 2.3.4
|
|
30
|
+
* MRI 2.4.1
|
|
31
|
+
* MRI 2.5.3
|
|
32
|
+
* MRI 2.6.3
|
|
29
33
|
* [JRuby][jruby]
|
|
30
34
|
* [Rubinius][rubinius]
|
|
31
35
|
|
|
@@ -153,7 +157,7 @@ Deprecation means that we discourage the use of a feature, design or practice be
|
|
|
153
157
|
|
|
154
158
|
We remove deprecated features after **three months** from the time of announcement.
|
|
155
159
|
|
|
156
|
-
The security of our customers' assets is of paramount importance to us and sometimes we have to deprecate features because they may pose a security threat or because new, more secure, ways are available. On such occasions we reserve the right to set a different deprecation period which may range from **immediate removal** to the standard **three months**.
|
|
160
|
+
The security of our customers' assets is of paramount importance to us and sometimes we have to deprecate features because they may pose a security threat or because new, more secure, ways are available. On such occasions we reserve the right to set a different deprecation period which may range from **immediate removal** to the standard **three months**.
|
|
157
161
|
|
|
158
162
|
Once a feature has been marked as deprecated, we no longer develop the code or implement bug fixes. We only do security fixes.
|
|
159
163
|
|
|
@@ -178,4 +182,4 @@ Copyright (c) 2016-2019 Currencycloud. See [LICENSE][license] for details.
|
|
|
178
182
|
[semver]: http://semver.org/
|
|
179
183
|
[license]: LICENSE.md
|
|
180
184
|
[contr]: CONTRIBUTING.md
|
|
181
|
-
[hof]: HALL_OF_FAME.md
|
|
185
|
+
[hof]: HALL_OF_FAME.md
|
data/currency_cloud.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.required_ruby_version = '>= 1.9'
|
|
15
15
|
|
|
16
16
|
s.add_dependency('httparty', '0.14.0')
|
|
17
|
-
s.add_dependency('json', '
|
|
17
|
+
s.add_dependency('json', '>= 1.8')
|
|
18
18
|
|
|
19
19
|
s.add_development_dependency('addressable', '<= 2.4.0')
|
|
20
20
|
s.add_development_dependency('rake', '~> 10.3')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: currency_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Liam McAndrew
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-09-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
name: json
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- - "
|
|
32
|
+
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: '1.8'
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
|
-
- - "
|
|
39
|
+
- - ">="
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '1.8'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|