historical-bank 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: f712c75492da073c49248579aab49f1299787407f7c4a25e6cd5382fe0f4d81f
4
- data.tar.gz: de3fa972bd5db6b393b4d63c5f90bdc3d69b194e4c02808a9e26b867cdc40760
3
+ metadata.gz: 67e1409bddbd3e8757c4e4b0cf308c73afed87605c862b7410cc8a6addc35ee3
4
+ data.tar.gz: 7908c492b2db008faf150fcc1394b033a3152f1b61a46d8fc6ff4a807829233c
5
5
  SHA512:
6
- metadata.gz: e1f1e7ac6bcfa75d6a72f2508d267bfafe3834a04a6736ab25e99c62ec9b45875d24d60163fe511bd3d97aa921d3293480b95ac50b9d8d8d9a9695c1eeb19be4
7
- data.tar.gz: b461fc3fb25984929a2d28de7bd1eb9e0a21970990474ffad59463a6f6afe79957c5470ed9c56d0c80e748b0cc4c1160546cecebd42fed1aaa9bbd8d38ee7634
6
+ metadata.gz: 223f55cd626e3891208b34fb19edaca924d44916441ff7b5abdc713fb57bba88fd7745d728e5dc42c2d503a93e6bfbc80ffc3a9eabed9d1eb53317ed5680cc7b
7
+ data.tar.gz: 88d95d453be3374f844bb565886c1461280067d238beace53690e3b2ad60c0f1c3de09de2a555f35afa96010fb4cb771777127849f1f324b4a68863f0a213f25
data/AUTHORS CHANGED
@@ -1,2 +1,3 @@
1
1
  Kostis Dadamis
2
- Emili Parreno
2
+ Emili Parreno
3
+ Loris Mazloum
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.5
4
+ - Use `Dir` instead of `FileList` in the gemspec to resolve [external dependency error](https://github.com/rubygems/rubygems/issues/3313)
5
+
6
+ ## 0.1.4
7
+ - Update Travis config and docs
8
+
3
9
  ## 0.1.3
4
10
  - Support `redis` gem versions '>=3.3', '< 4.1' (#3)
5
11
 
data/LICENSE CHANGED
@@ -1,5 +1,3 @@
1
- Copyright 2017 Skyscanner Ltd
2
-
3
1
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
4
2
 
5
3
  http://www.apache.org/licenses/LICENSE-2.0
@@ -1,6 +1,4 @@
1
1
  #
2
- # Copyright 2017 Skyscanner Limited.
3
- #
4
2
  # Licensed under the Apache License, Version 2.0 (the "License");
5
3
  # you may not use this file except in compliance with the License.
6
4
  # You may obtain a copy of the License at
@@ -18,7 +16,7 @@
18
16
 
19
17
  Gem::Specification.new do |s|
20
18
  s.name = 'historical-bank'
21
- s.version = '0.1.4'
19
+ s.version = '0.1.5'
22
20
  s.summary = 'Historical Bank'
23
21
  s.description = 'A `Money::Bank::Base` with historical exchange rates'
24
22
  s.authors = ['Kostis Dadamis', 'Emili Parreno']
@@ -27,10 +25,10 @@ Gem::Specification.new do |s|
27
25
  s.license = 'Apache-2.0'
28
26
 
29
27
  require 'rake'
30
- s.files = FileList['lib/**/*.rb', 'Gemfile', 'examples/*.rb',
31
- 'historical-bank.gemspec', 'spec/**/*.rb'].to_a
32
- s.files += ['README.md', 'LICENSE', 'CONTRIBUTING.md', 'AUTHORS',
33
- 'CHANGELOG.md', 'spec/fixtures/time-series-2015-09.json']
28
+ s.files = Dir['lib/**/*.rb', 'examples/*.rb', 'spec/**/*.rb']
29
+ s.files += ['Gemfile', 'historical-bank.gemspec', 'README.md', 'LICENSE',
30
+ 'CONTRIBUTING.md', 'AUTHORS', 'CHANGELOG.md',
31
+ 'spec/fixtures/time-series-2015-09.json']
34
32
 
35
33
  s.test_files = s.files.grep(%r{^spec/})
36
34
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: historical-bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kostis Dadamis
8
8
  - Emili Parreno
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-02-16 00:00:00.000000000 Z
12
+ date: 2022-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: money
@@ -186,7 +186,7 @@ homepage: https://github.com/jeopard/historical-bank-ruby
186
186
  licenses:
187
187
  - Apache-2.0
188
188
  metadata: {}
189
- post_install_message:
189
+ post_install_message:
190
190
  rdoc_options: []
191
191
  require_paths:
192
192
  - lib
@@ -202,8 +202,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  requirements:
204
204
  - redis
205
- rubygems_version: 3.1.4
206
- signing_key:
205
+ rubygems_version: 3.0.3
206
+ signing_key:
207
207
  specification_version: 4
208
208
  summary: Historical Bank
209
209
  test_files: