money-currencylayer-bank 0.5.8 → 0.5.9

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
2
  SHA256:
3
- metadata.gz: ad15fc05b8e56c61e10554fd8574e0dbd358e3adc287c140ee11cb4b5c5747d8
4
- data.tar.gz: 3ace2bd923ee971f5f6fca67f5ada19a0edf25687fbf0806b197f8876ee33146
3
+ metadata.gz: a0e462c6afb508bf3a7a341b1351bf78a352b02bd89284fd58176bb3b86386af
4
+ data.tar.gz: 4fbeb9c78cd4074c337d77bb46aac04bfbcc1c1dead7f42526b2425992894789
5
5
  SHA512:
6
- metadata.gz: 25849b05854111ab7ec51474fdbe9d02a5dd03d80719d46f0358a1c9c87b63e6296f2edcacd46e65e975e5510f16a456b4be50f1c92aa87c2b9af81504d5cf49
7
- data.tar.gz: ce7667380baef8501825232ff7425b3a3121e85f0bfc4d8656d4c8b310e50d84ed787e6384d7da1bd692bf44233cccbaadee7dcf559232aece1ef83b28f258ec
6
+ metadata.gz: 70dd5e637e689c64116a462a3d51b4bcb15606266c7c3a390d4ef2f92c8dfe1c3dd2f88d578a94bd27617765efbfb947f0026e85c08dc9978ae9a8e8edf6eacb
7
+ data.tar.gz: 1797e477c6c164f3e4d08baf209c2f731c63a7fdf3e8db656227d6bc9d7011816047c5ef20506d9683d0d6816c9428fec785776a709eb6e26b4b5d59ea734af1
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem](https://img.shields.io/gem/dt/money-currencylayer-bank.svg?maxAge=2592000)](https://rubygems.org/gems/money-currencylayer-bank)
5
5
  [![Build Status](https://secure.travis-ci.org/phlegx/money-currencylayer-bank.svg?branch=master)](https://travis-ci.org/phlegx/money-currencylayer-bank)
6
6
  [![Code Climate](https://codeclimate.com/github/phlegx/money-currencylayer-bank.svg)](https://codeclimate.com/github/phlegx/money-currencylayer-bank)
7
- [![Inline Docs](http://inch-ci.org/github/phlegx/money-currencylayer-bank.svg?branch=master)](http://inch-ci.org/github/phlegx/money-currencylayer-bank)
7
+ [![Inline Docs](https://inch-ci.org/github/phlegx/money-currencylayer-bank.svg?branch=master)](http://inch-ci.org/github/phlegx/money-currencylayer-bank)
8
8
  [![License](https://img.shields.io/github/license/phlegx/money-currencylayer-bank.svg)](http://opensource.org/licenses/MIT)
9
9
 
10
10
  A gem that calculates the exchange rate using published rates from
@@ -72,7 +72,7 @@ mclb.source = 'EUR'
72
72
 
73
73
  # (optional)
74
74
  # Set the seconds after than the current rates are automatically expired.
75
- # by default, they never expire, in this example 1 day.
75
+ # By default, they never expire, in this example 1 day.
76
76
  mclb.ttl_in_seconds = 86400
77
77
 
78
78
  # (optional)
@@ -31,7 +31,7 @@ class Money
31
31
  # CurrencylayerBank base class
32
32
  class CurrencylayerBank < Money::Bank::VariableExchange
33
33
  # CurrencylayerBank url
34
- CL_URL = 'http://api.currencylayer.com/live'.freeze
34
+ CL_URL = 'https://api.currencylayer.com/live'.freeze
35
35
  # CurrencylayerBank secure url
36
36
  CL_SECURE_URL = CL_URL.sub('http:', 'https:')
37
37
  # Default base currency
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: money-currencylayer-bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egon Zemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-15 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: money