ibandit 1.0.1 → 1.0.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
2
  SHA256:
3
- metadata.gz: 29a9fc0b51d3da97442a468761fa927eb8912028030752acd47537b46b7fe2e1
4
- data.tar.gz: 012dd0332664e89b2e95e43b0ef4888b74b1c4be673da954a7a85e6564d20c59
3
+ metadata.gz: 4a5e9e0dfb8aef084ac2db903a4fa10450974e6d730b5c0aae94d1873bcbccc9
4
+ data.tar.gz: 2aab4c1dc7adf433beaee98f5db4da072b808323036674c5d24945ec2bfd85a8
5
5
  SHA512:
6
- metadata.gz: 39984a7f77d2cfd7b8033869eb16ff3b27ed1e173e63ff8d31dbd8cefadeb3ed96bc3ddaa5144e5fa313c74e5979e1ecad8b7b840c4e684cf889ae212678e3ef
7
- data.tar.gz: 8ca397438ee9ad97bbe3d7dbc33a1ea2950b29895f62f951a55ee92e05d5fca0599d58614a4730fc24efba39b600a5de4bb9173971473defa6002c90bd09ddd0
6
+ metadata.gz: e3f4a86ea57a0d4e914058b5f96babf19df2b3a4eb7781c7cc091979ff549f07c6fe49bf56a75f15072ddfbd203589682d5ed6749c480802b777eaa9962cbdef
7
+ data.tar.gz: c070bb075d7489f2faeac1b9d803a184687786510397a734862ade8d9e99db251f6d82721fb7d3e95b2734db1f795b45428cd10eb8c1d0b8b19b04817cefbdc9
@@ -0,0 +1,37 @@
1
+ version: 2.1
2
+
3
+ jobs:
4
+ test:
5
+ docker:
6
+ - image: circleci/ruby:<< parameters.ruby-version >>
7
+ parameters:
8
+ ruby-version:
9
+ type: string
10
+ steps:
11
+ - checkout
12
+ - restore_cache:
13
+ keys:
14
+ - bundle-v1-<< parameters.ruby-version >>-{{ checksum "ibandit.gemspec" }}
15
+ - bundle-v1-<< parameters.ruby-version >>-
16
+ - run:
17
+ name: Install dependencies
18
+ command: bundle install --clean --no-cache --path vendor/bundle --jobs=4 --retry=3
19
+ - save_cache:
20
+ key: bundle-v1-<< parameters.ruby-version >>-{{ checksum "ibandit.gemspec" }}
21
+ paths:
22
+ - vendor/bundle
23
+ - run:
24
+ name: Run tests
25
+ command: bundle exec rspec
26
+ - run:
27
+ name: Run rubocop
28
+ command: bundle exec rubocop --parallel --extra-details --display-style-guide
29
+
30
+ workflows:
31
+ default:
32
+ jobs:
33
+ - test:
34
+ name: Ruby << matrix.ruby-version >>
35
+ matrix:
36
+ parameters:
37
+ ruby-version: ["2.4.9", "2.5.8", "2.6.6", "2.7.1"]
data/.rubocop.yml CHANGED
@@ -6,7 +6,7 @@ AllCops:
6
6
  TargetRubyVersion: 2.4
7
7
 
8
8
  # Limit lines to 80 characters.
9
- Metrics/LineLength:
9
+ Layout/LineLength:
10
10
  Max: 80
11
11
 
12
12
  Metrics/ClassLength:
data/.rubocop_todo.yml CHANGED
@@ -24,7 +24,7 @@ Naming/MemoizedInstanceVariableName:
24
24
  # Offense count: 1
25
25
  # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
26
26
  # AllowedNames: io, id, to, by, on, in, at, ip, db
27
- Naming/UncommunicativeMethodParamName:
27
+ Naming/MethodParameterName:
28
28
  Exclude:
29
29
  - 'lib/ibandit/german_details_converter.rb'
30
30
 
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.2 - May 12, 2020
2
+
3
+ - Update BLZ data
4
+
1
5
  ## 1.0.1 - January 9, 2019
2
6
 
3
7
  - Add Ruby 2.7 support and fix deprecation warnings
data/Gemfile CHANGED
@@ -3,7 +3,3 @@
3
3
  source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
-
7
- group :development do
8
- gem 'gc_ruboconfig', "~> 2.5.0"
9
- end
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Ibandit [![Build Status](https://travis-ci.org/gocardless/ibandit.svg?branch=master)](https://travis-ci.org/gocardless/ibandit)
1
+ Ibandit [![CircleCI](https://circleci.com/gh/gocardless/business.svg?style=svg)](https://circleci.com/gh/gocardless/business)
2
2
  =======
3
3
 
4
4
  Ibandit is a Ruby library for manipulating and validating