apilayer 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 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2659b5c043a8d8a4d2a436946ade66aa15abaf2
|
|
4
|
+
data.tar.gz: 55ca2767cfde675b299e4e0e72528d80666c9070
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b315c3af07f87e5e46cffe3f0df6621a95b6e12f6f399846d33de65ea7ea608c73e8dec39e93a16d29a839bebfa0450bce7607458a033072ecdbdd3355fe0d6d
|
|
7
|
+
data.tar.gz: ef460e9457bf224fb2f5f2462223a0ba9df83c06697e398d707b240710d09f50363abc38e20358ccfc76fb0defbbac1d864806244f3e8cbe6ee23e09a903072d
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apilayer
|
|
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
|
|
@@ -190,8 +190,8 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 2.0.1
|
|
193
|
-
description: Ruby wrapper for
|
|
194
|
-
|
|
193
|
+
description: Ruby wrapper for currencylayer and vatlayer from apilayer.com. Currently
|
|
194
|
+
supporting the free API-functions only. See https://apilayer.com/ for more details.
|
|
195
195
|
email:
|
|
196
196
|
- actfong@gmail.com
|
|
197
197
|
executables: []
|