fxpotato 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/lib/fxpotato/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16409f394cae55d664097c7a38cc8f2bbf31354f
4
- data.tar.gz: 835e3d02d429fb9d0c07d3282990cac4cc14021b
3
+ metadata.gz: d3697807f7bfdfe86cbe73c7517959de23fc3085
4
+ data.tar.gz: b3cd84975ce99329ca86de468b92bf66ec26cece
5
5
  SHA512:
6
- metadata.gz: 811b9e89a7c9293588116d5905ce64a5507301f917a7095e362fd01a69f781ba5863f5f6f5f051f38e5b5b5dbe9029446902794a65638001b1715670d97e9759
7
- data.tar.gz: 02801972f90d4cb6072b2720da4c957f78ebadef290b22496dd96ddad334291e5e92e0e6542539a1866d749d6a579bc35b7db884a51ea757d3c43309cbf88777
6
+ metadata.gz: 86adb323299f32f4384ebede5a36ddf1efe3959cd09260c7dff298e0e9db27aeed4ff8a26a39ab196bae73dd4719b027b2b7a9d02d7a300282b0e112e0ea1b96
7
+ data.tar.gz: 238b133fcaa80e0422bb7e583db37e037542254787ced5070dbfbbd9e701a38ca3c9526e8205cb1fa1c3e3dd7f158e54bdc00d918c73b4530a9891741d478102
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
+ An example of this gem in use can be found at [FxPotatoWeb](https://fxpotatoweb.herokuapp.com/). Source code for the site is [here](https://github.com/Angry-Potato/fxpotatoweb).
8
+
7
9
  [Available on RubyGems.org](https://rubygems.org/gems/fxpotato)
8
10
 
9
11
  ## Installation
@@ -89,11 +91,10 @@ fxpotato getrate GBP USD -d 2017-06-02
89
91
  The `-d` option is not required, and will default to today if not specified.
90
92
 
91
93
  ## Development
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.
94
+ To run tests, run the rake task `rake test`, this will run unit and feature tests. If you have docker installed, you can run all tests in a container using the rake task `rake docker_test`. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
93
95
 
94
96
  To install this gem onto your local machine, run `bundle exec rake install`.
95
97
 
96
-
97
98
  ## Contributing
98
99
 
99
100
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fxpotato. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
@@ -1,3 +1,3 @@
1
1
  module FxPotato
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fxpotato
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Stupid Name Humphreys