abokifx_indexer 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a09a2cee29f14bbcff57d71a1b45bce0ffdecb4f
4
- data.tar.gz: e4fbe036c0dcfa0304679dd90af00236d870add9
3
+ metadata.gz: ec60182d92ab6b01563e1f539820564534180c1b
4
+ data.tar.gz: 090a2786ca49ddc4099515c70b8bef88910cc6db
5
5
  SHA512:
6
- metadata.gz: f3be754bb8510e2848e5abc68185d23b88e835eb828bb023982121b7ed9610e824d459e354ffd1faab2d10e985ae6a7c61570704fee8d4f0d343e77cb4c6d361
7
- data.tar.gz: b919e4cb7aa0599c22911b53034cb9afd3db0611f70b484d47d56d59464b24a017ab0e06572e444956afe642ac957dba4fca7202ab5c1524a17f68fb23b44f9f
6
+ metadata.gz: 3f59ca705515796e42bf1951c05037b31145106a54be8831a83dbf265a76474a17e12bfcca27f46c695360dd03615ca38fd6f8bcc82f54a871296683909b6fb6
7
+ data.tar.gz: dd0bc7dd2afd7f3cce4cdba8e5ed0d19e8a79d0f8ae100f8808e2c5b632956fc512cbe733fb7d595cc2a1473ceeba61b5d8c00e2071c695a45d15d2d558189a9
@@ -0,0 +1,14 @@
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+ and this project adheres to [Semantic Versioning](http://semver.org/).
6
+
7
+ ## [0.1.1] - 2017-05-02
8
+ ### Changed
9
+ - Change `gemspec` homepage
10
+
11
+ ## [0.1.0] - 2017-05-02
12
+ ### Added
13
+ - Add `indexer.get_latest_ngn_rates` indexer method
14
+
data/README.md CHANGED
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'abokifx_indexer-ruby'
12
+ gem 'abokifx_indexer'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -27,6 +27,10 @@ indexer = AbokiFXIndexer.new(base_url: "https://abokifx.com")
27
27
  indexer.get_latest_ngn_rates
28
28
  ```
29
29
 
30
+ ## Roadmap
31
+
32
+ - `.get_latest_ngn_rates` should also return those from other parallel markets (XOF, XAF and GHS)
33
+ - `.get_historical_ngn_rates` should return rates for the past month
30
34
 
31
35
  ## Development
32
36
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Ruby Wrapper to get NGN rates from abokifx.com}
13
13
  spec.description = %q{Ruby Wrapper to get NGN rates from abokifx.com}
14
- spec.homepage = "http://github.com/imachiatto/abokifx_indexer-ruby"
14
+ spec.homepage = "https://github.com/imacchiato/abokifx_indexer-ruby"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module AbokiFXIndexer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abokifx_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Subido
@@ -188,6 +188,7 @@ files:
188
188
  - ".gitignore"
189
189
  - ".rspec"
190
190
  - ".travis.yml"
191
+ - CHANGELOG.md
191
192
  - CODE_OF_CONDUCT.md
192
193
  - Gemfile
193
194
  - README.md
@@ -202,7 +203,7 @@ files:
202
203
  - lib/abokifx_indexer/parsers/base_parser.rb
203
204
  - lib/abokifx_indexer/parsers/get_latest_ngn_rates_parser.rb
204
205
  - lib/abokifx_indexer/version.rb
205
- homepage: http://github.com/imachiatto/abokifx_indexer-ruby
206
+ homepage: https://github.com/imacchiato/abokifx_indexer-ruby
206
207
  licenses: []
207
208
  metadata:
208
209
  allowed_push_host: https://rubygems.org