blz 0.2.0.20180903 → 0.2.0.20181203

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
  SHA1:
3
- metadata.gz: 660e3777c4bf460c506b6dcfae01f948711fd136
4
- data.tar.gz: b7c65decebf2847d17a9263f90af487f364d853a
3
+ metadata.gz: 14a7cdfb274ff2c30e35b413785ecb8030332e34
4
+ data.tar.gz: 48fe40a29f5ae6bb7bf06531938fcbadba64f608
5
5
  SHA512:
6
- metadata.gz: 76e147be36671ee14a2d04d5d1b9b42ae0718feed0dab15308d9b163eb79f42833746d66f26a50ae549dc54fbb1efcb56a25cc24f1a5fa0084b359930cc69cb6
7
- data.tar.gz: ee430bd603d046e252d3960a8c18e69345c42f01f60c178ad639786fc00f462453c989d1f263ac22d12c08cc38111e173f035a89b46e2f05e5be943eb6c8222d
6
+ metadata.gz: f062375007f31493bf55be7c84e09882e26cb25cb5a1c5d8fabd067feb53478287ff0d2a47a9fd61922391050b3cb13d23249eea1f462d02a3ffe126eecded56
7
+ data.tar.gz: 7848454bc30130b6a855e598a93bb61c6ae73a8d4822a7d8364b7bffdf92cc3e45657c2ae67235064954d85df20ce4da6443866d1a04aacf59d32c45834798f8
@@ -1,3 +1,8 @@
1
+ # 0.2.0.20181203, released 2018-11-01
2
+
3
+ * BLZ data file updated
4
+ * continued to fix automation scripts (again, does not affect library code)
5
+
1
6
  # 0.2.0.20180903, released 2018-10-16
2
7
 
3
8
  * BLZ data file updated
@@ -4,7 +4,7 @@ extra_rdoc_files = ['CHANGELOG.md', 'LICENSE', 'README.md']
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'blz'
7
- s.version = '0.2.0.20180903'
7
+ s.version = '0.2.0.20181203'
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.summary = "BLZ (Bankleitzahlen) for Ruby"
10
10
 
Binary file
@@ -54,7 +54,7 @@ begin
54
54
  end
55
55
 
56
56
  name = target_link.text.strip
57
- if name == format("BLZ_%4d%02d%02d.txt", last_match[:y], last_match[:m], last_match[:d])
57
+ if name == format("BLZ_%4d%02d%02d.txt", last_match[:y].to_i, last_match[:m].to_i, last_match[:d].to_i)
58
58
  logger.info("no matching link found")
59
59
  exit 0
60
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.20180903
4
+ version: 0.2.0.20181203
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Eilhard
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-16 00:00:00.000000000 Z
12
+ date: 2018-11-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -86,6 +86,7 @@ files:
86
86
  - data/2018_03_05.tsv.gz
87
87
  - data/2018_06_04.tsv.gz
88
88
  - data/2018_09_03.tsv.gz
89
+ - data/2018_12_03.tsv.gz
89
90
  - lib/blz.rb
90
91
  - lib/blz/bank.rb
91
92
  - scripts/Makefile