fxpotato 2.0.0 → 2.0.2
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/README.md +4 -2
- data/lib/fxpotato/version.rb +1 -1
- data/lib/fxpotato.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16409f394cae55d664097c7a38cc8f2bbf31354f
|
|
4
|
+
data.tar.gz: 835e3d02d429fb9d0c07d3282990cac4cc14021b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 811b9e89a7c9293588116d5905ce64a5507301f917a7095e362fd01a69f781ba5863f5f6f5f051f38e5b5b5dbe9029446902794a65638001b1715670d97e9759
|
|
7
|
+
data.tar.gz: 02801972f90d4cb6072b2720da4c957f78ebadef290b22496dd96ddad334291e5e92e0e6542539a1866d749d6a579bc35b7db884a51ea757d3c43309cbf88777
|
data/README.md
CHANGED
|
@@ -4,6 +4,8 @@ The Foreign Exchange currency rates looker-upper. Potato style.
|
|
|
4
4
|
|
|
5
5
|
Uses last daily feed from European Central Bank website, and exposes a simple interface to get the conversion rates for one currency to another on a given day.
|
|
6
6
|
|
|
7
|
+
[Available on RubyGems.org](https://rubygems.org/gems/fxpotato)
|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
Add this line to your application's Gemfile:
|
|
@@ -87,10 +89,10 @@ fxpotato getrate GBP USD -d 2017-06-02
|
|
|
87
89
|
The `-d` option is not required, and will default to today if not specified.
|
|
88
90
|
|
|
89
91
|
## Development
|
|
90
|
-
|
|
91
92
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
92
93
|
|
|
93
|
-
To install this gem onto your local machine, run `bundle exec rake install`.
|
|
94
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
|
95
|
+
|
|
94
96
|
|
|
95
97
|
## Contributing
|
|
96
98
|
|
data/lib/fxpotato/version.rb
CHANGED
data/lib/fxpotato.rb
CHANGED