apilayer-ruby-3 1.0.0 → 1.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
- metadata +3 -18
- data/README.rdoc +0 -54
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee4c810a811201c1bb78d66e3e94f0bc7f59ed8d7fc000e5814f7f23ec4a981d
|
|
4
|
+
data.tar.gz: 3f7d7eb71f5fd55aaf30bc0163571bbe2761ef655446f21776b0041c87494258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73cec2747a2f210c127f81b353eab56aa81be3d17544609d52fa938b6fe76ea07537faadf67c1d5cea86177e8966c988eabd49cb3c53fbc508f7436fcad4c403
|
|
7
|
+
data.tar.gz: 63c7101207524b0ceefb1c8dca3769282115b4d91cab2631f377bfb6fb6a0797a788c2e9a42639b9d75e27c2a948a99f9b71287ce7d14e289ac53a051bb17890
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apilayer-ruby-3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Fong, Tom Brammar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -150,20 +150,6 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '3.2'
|
|
153
|
-
- !ruby/object:Gem::Dependency
|
|
154
|
-
name: rspec_junit_formatter
|
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
|
156
|
-
requirements:
|
|
157
|
-
- - "~>"
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.6.0
|
|
160
|
-
type: :development
|
|
161
|
-
prerelease: false
|
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
163
|
-
requirements:
|
|
164
|
-
- - "~>"
|
|
165
|
-
- !ruby/object:Gem::Version
|
|
166
|
-
version: 0.6.0
|
|
167
153
|
description: Acts as a dependency for the currency_layer and vat_layer gems. See https://apilayer.com/
|
|
168
154
|
for more details. This fork is updated to support Ruby 3.
|
|
169
155
|
email:
|
|
@@ -174,7 +160,6 @@ extra_rdoc_files: []
|
|
|
174
160
|
files:
|
|
175
161
|
- Gemfile
|
|
176
162
|
- LICENSE
|
|
177
|
-
- README.rdoc
|
|
178
163
|
- Rakefile
|
|
179
164
|
- lib/apilayer.rb
|
|
180
165
|
- lib/apilayer/connection_helper.rb
|
|
@@ -198,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
183
|
- !ruby/object:Gem::Version
|
|
199
184
|
version: '0'
|
|
200
185
|
requirements: []
|
|
201
|
-
rubygems_version: 3.
|
|
186
|
+
rubygems_version: 3.4.10
|
|
202
187
|
signing_key:
|
|
203
188
|
specification_version: 4
|
|
204
189
|
summary: Acts as a dependency for the currency_layer and vat_layer gems. See https://apilayer.com/
|
data/README.rdoc
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
== apilayer
|
|
2
|
-
|
|
3
|
-
{<img src="https://dl.circleci.com/status-badge/img/gh/tbrammar/apilayer-ruby3/tree/master.svg?style=svg" alt="CircleCI" />}[https://dl.circleci.com/status-badge/redirect/gh/tbrammar/apilayer-ruby3/tree/master]
|
|
4
|
-
|
|
5
|
-
With the release of version 2.0, the apilayer gem now act as a dependency for the *currency_layer* and *vat_layer* gems.
|
|
6
|
-
|
|
7
|
-
Please see https://github.com/actfong/currency_layer and https://github.com/actfong/vat_layer
|
|
8
|
-
|
|
9
|
-
*apilayer* provides a common-interface to configure and create connections to apilayer.net
|
|
10
|
-
See http://apilayer.com for more details.
|
|
11
|
-
|
|
12
|
-
=== Version 3.0
|
|
13
|
-
Upgraded dependencies to run against Ruby 3.0 and above.
|
|
14
|
-
|
|
15
|
-
=== Version 2.0
|
|
16
|
-
Removed all code related to currencylayer (Apilayer::Currency) and vatlayer (Apilayer::Vat).
|
|
17
|
-
Now act as a dependency to currency_layer and vat_layer gems.
|
|
18
|
-
ConnectionHelper contains all code related to configuring and creating connections to apilayer.net
|
|
19
|
-
|
|
20
|
-
=== Version 1.5
|
|
21
|
-
- Improved reconfiguration-mechanism in Apilayer.
|
|
22
|
-
- Added HTTPS-option in Apilayer module.
|
|
23
|
-
- With this release, all paid-features of vatlayer and currencylayer are fully covered.
|
|
24
|
-
|
|
25
|
-
=== Version 1.2 - 1.4
|
|
26
|
-
- Added .change and .list to Apilayer::Currency
|
|
27
|
-
- Added .timeframe to Apilayer::Currency
|
|
28
|
-
- Added .convert to Apilayer::Currency
|
|
29
|
-
|
|
30
|
-
=== Version 1.1
|
|
31
|
-
- Major change to how .live and .historical in Apilayer::Currency are invoked.
|
|
32
|
-
- Added :source option to Apilayer::Currency.live and Apilayer::Currency.historical methods. This option is only available to paid users of currencylayer.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
=== Installation
|
|
36
|
-
|
|
37
|
-
==== Using Bundler
|
|
38
|
-
|
|
39
|
-
Add apilayer in your <tt>Gemfile</tt>:
|
|
40
|
-
|
|
41
|
-
For Ruby 3.0 and above
|
|
42
|
-
|
|
43
|
-
gem "apilayer", "~> 3.0"
|
|
44
|
-
|
|
45
|
-
For < Ruby 3.0
|
|
46
|
-
|
|
47
|
-
gem "apilayer", "~> 2.0"
|
|
48
|
-
|
|
49
|
-
Run the following in your console:
|
|
50
|
-
|
|
51
|
-
$ bundle install
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|