currency_cloud 0.12.4 → 0.12.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8769ddb100767e2a3e0126d1e59096b515b962fdf8a7d916189649fcd0c67743
4
- data.tar.gz: '06812fbddff99b861924480e8bfa8d91dfc56f46567795d430660e63970768d2'
3
+ metadata.gz: 2b8d9b8ee2c5e1ca902791d041aa7600bc4563f5f311e06db860ecbc6fdab0c4
4
+ data.tar.gz: 47131c437ff8989a7e97eaab55f2bec5c89b94318d5fadf36bb3102d04ef3640
5
5
  SHA512:
6
- metadata.gz: '09c4d829fc6c1ac0f72eda2e4ba1f435a17219f0fdc7982b4a8ea8a097f532b0790c77a9a7267413591595ea7437aa4b977b0a0e0cbc0b6279023ca58c66d041'
7
- data.tar.gz: 5c711b797d6814dd9c35f150f8dd7841d03c6f58dbbdb683fb44e056d5ad318ad60a379c7d91487ba2e3a35e20c5b50ea16da8c19e52b89035ab0cf2e7574d4b
6
+ metadata.gz: 71633d7f655e6f4833ba6d628c5fbab44933ad5eed7fa34488e32d301c6a99c064fcfc180b3c93e470e5502d0ac4b1716ca7e74320d1e10ae90ed0402d33f496
7
+ data.tar.gz: 02b7afefe55c14578b8d3b8865341d1907bd47e7b551b08032449fd33ecd213045eb722c75e1af1b3c4993f5ce3452aaf22826520169b4545beab28d2e9bd790
data/.travis.yml CHANGED
@@ -8,6 +8,8 @@ rvm:
8
8
  - 2.2
9
9
  - 2.3.4
10
10
  - 2.4.1
11
+ - 2.5.3
12
+ - 2.6.3
11
13
  - jruby-19mode
12
14
  - jruby-9.1.17.0
13
15
  - jruby-9.2.0.0
data/HALL_OF_FAME.md CHANGED
@@ -8,6 +8,7 @@ Many people have helped us along the way and we are sincerely grateful to all of
8
8
 
9
9
  |Name|Link/e-mail|
10
10
  |--|--|
11
+ |Sergei Zinin|https://github.com/einzige|
11
12
 
12
13
  In our book, they have reached [**honorificabilitudinitatibus**][sesqui] :-)
13
14
 
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
@@ -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', '~> 1.8')
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')
@@ -2,5 +2,5 @@
2
2
 
3
3
  module CurrencyCloud
4
4
  API_VERSION = 'v2'.freeze # API Version
5
- VERSION = '0.12.4'.freeze # Gem Version
5
+ VERSION = '0.12.5'.freeze # Gem Version
6
6
  end
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
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-07-17 00:00:00.000000000 Z
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