ecb_exchange_rates_api 0.1.1 → 0.1.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 +5 -5
- data/.travis.yml +4 -1
- data/Gemfile.lock +1 -1
- data/README.md +3 -1
- data/ecb_exchange_rates_api.gemspec +1 -1
- data/lib/ecb_exchange_rates_api/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0cb5c9800e1d65a7b7d83ec1d75ef044ee75a236ef44ac79a2234deeca7f8f67
|
|
4
|
+
data.tar.gz: 29e3c2959768e8fed2a5d8c0e54cb8444b59c0d9f5392d70bc93c3b2114f5787
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3adbc5cc561c3c56f3ace910af8e1383726b568a1088c0d12f9993b57bf418bcfb6211a5b4416a17947c5bc9fd939d9ddd4123e87610b30c4ca436078c7f1032
|
|
7
|
+
data.tar.gz: dc05cf1e7b8882efc8fd503686cd5f51a8eec450c28f01924a389679575196cc52e29b0df102fe6bddae77f47ec78deeed55ecdda8a3fab6d10f72e6d02ede91
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This is an unofficial wrapper for the awesome, free ExchangeRatesAPI, which provides exchange rate lookups courtesy of the European Central Bank.
|
|
4
4
|
|
|
5
|
+
[](https://badge.fury.io/rb/ecb_exchange_rates_api.svg)
|
|
6
|
+
[](https://travis-ci.com/overchind/ECBExchangeRatesApi)
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
|
@@ -31,7 +33,7 @@ query = ECBExchangeRatesApi::Client.new
|
|
|
31
33
|
query.fetch
|
|
32
34
|
```
|
|
33
35
|
|
|
34
|
-
###Historical data:
|
|
36
|
+
### Historical data:
|
|
35
37
|
|
|
36
38
|
Get historical rates for any day since 1999:
|
|
37
39
|
|
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
This is an unofficial wrapper for the awesome, free ExchangeRatesAPI,
|
|
14
14
|
which provides exchange rate lookups courtesy of the Central European Bank."
|
|
15
15
|
DESCRIPTION
|
|
16
|
-
spec.homepage = "https://github.com/overchind/
|
|
16
|
+
spec.homepage = "https://github.com/overchind/ECBExchangeRatesApi"
|
|
17
17
|
spec.license = "MIT"
|
|
18
18
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecb_exchange_rates_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Ovcharov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -139,12 +139,12 @@ files:
|
|
|
139
139
|
- lib/ecb_exchange_rates_api/shared_methods.rb
|
|
140
140
|
- lib/ecb_exchange_rates_api/shared_methods/attributes.rb
|
|
141
141
|
- lib/ecb_exchange_rates_api/version.rb
|
|
142
|
-
homepage: https://github.com/overchind/
|
|
142
|
+
homepage: https://github.com/overchind/ECBExchangeRatesApi
|
|
143
143
|
licenses:
|
|
144
144
|
- MIT
|
|
145
145
|
metadata:
|
|
146
146
|
allowed_push_host: https://rubygems.org
|
|
147
|
-
homepage_uri: https://github.com/overchind/
|
|
147
|
+
homepage_uri: https://github.com/overchind/ECBExchangeRatesApi
|
|
148
148
|
post_install_message:
|
|
149
149
|
rdoc_options: []
|
|
150
150
|
require_paths:
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
164
|
+
rubygems_version: 2.7.6
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: Client library for ExchangeRates API
|