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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6da5762fe7f7e48e41dd1b0e9f9acc87cce3eec9
4
- data.tar.gz: a3446ca9eecdf2fac5f78ea861cad9001ee6805c
2
+ SHA256:
3
+ metadata.gz: 0cb5c9800e1d65a7b7d83ec1d75ef044ee75a236ef44ac79a2234deeca7f8f67
4
+ data.tar.gz: 29e3c2959768e8fed2a5d8c0e54cb8444b59c0d9f5392d70bc93c3b2114f5787
5
5
  SHA512:
6
- metadata.gz: 7ef18ee9cd2a3c4770bd57e1aa6f5eb7bad22e1f3fb891b9754f7582e6e57a486a875b057adb1fb81812c368b68f60c7394b578ecbe64808dd630a131e99cb04
7
- data.tar.gz: dec49c2eeee01340ba59d41c272c1fafd99491ca92876bd75e5ec6d9d6a40907d8b24187cb267c95d4e8c6006d3ff4db5b1a28b01e24b63ca603342ef2e2afd9
6
+ metadata.gz: 3adbc5cc561c3c56f3ace910af8e1383726b568a1088c0d12f9993b57bf418bcfb6211a5b4416a17947c5bc9fd939d9ddd4123e87610b30c4ca436078c7f1032
7
+ data.tar.gz: dc05cf1e7b8882efc8fd503686cd5f51a8eec450c28f01924a389679575196cc52e29b0df102fe6bddae77f47ec78deeed55ecdda8a3fab6d10f72e6d02ede91
data/.travis.yml CHANGED
@@ -1,9 +1,12 @@
1
1
  ---
2
2
  language: ruby
3
3
  cache: bundler
4
+ dist: trusty
4
5
  rvm:
5
6
  - 2.5.3
6
- before_install: gem install bundler -v 2.1.2
7
+ before_install:
8
+ - gem update --system
9
+ - gem install bundler
7
10
  script:
8
11
  - bundle exec rspec
9
12
  - bundle exec rubocop
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ecb_exchange_rates_api (0.1.0)
4
+ ecb_exchange_rates_api (0.1.1)
5
5
  activesupport
6
6
  httparty
7
7
 
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
+ [![Gem Version](https://badge.fury.io/rb/ecb_exchange_rates_api.svg)](https://badge.fury.io/rb/ecb_exchange_rates_api.svg)
6
+ [![Build Status](https://travis-ci.com/overchind/ECBExchangeRatesApi.svg?branch=master)](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/ExchangeRatesAPI"
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ECBExchangeRatesApi
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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-01-10 00:00:00.000000000 Z
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/ExchangeRatesAPI
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/ExchangeRatesAPI
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.5.1
164
+ rubygems_version: 2.7.6
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Client library for ExchangeRates API