fafx 0.1.5 → 0.1.6
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/fafx +1 -1
- data/lib/fafx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55db911858a337cfb8c6dbaf5f74442aacc9e88d
|
|
4
|
+
data.tar.gz: 4021b29cf40373b2df48807eda30ceadaec32623
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddb2b486dd15d8affffdce65451358764c2f27e26d31590ee152f143244c4e7fd739b1a397a6a00a60470ecec287e8dde6d2b1b1abee2b843fb66fbc2f4bc3e1
|
|
7
|
+
data.tar.gz: 570d0f8d7d9bbf05da9d6eb2b1e9f2f89248153ea83487a600aebff16c8e3399e1e7ad9e8b4158852412a856715758e7f2ac1a96fbbec4b25ebda8615bc4ebf2
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -39,7 +39,7 @@ Fafx::ExchangeRate.most_recent
|
|
|
39
39
|
# => {"USD"=>1.1571, "JPY"=>128.54, "BGN"=>1.9558, "CZK"=>25.648, ...}
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
The `at` function may raise a `DateError` or `CurrencyError` exception, should the date or currency be unavailable.
|
|
42
|
+
The `at` function may raise a `DateError` or `CurrencyError` exception, should the date or currency be unavailable. Passing an object other than `Date` to `at` raises `DateError` as well.
|
|
43
43
|
|
|
44
44
|
## Updating the exchange rates data
|
|
45
45
|
|
data/bin/fafx
CHANGED
data/lib/fafx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fafx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Frank Kair
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|