docdata-order 2.0.0 → 2.1.0

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: 42f2292f2551aa859832a6912c3f3902e7ff7f1712444416e4e3790a41a8fa5e
4
- data.tar.gz: acaa5f6b5605d628040d448370d861b6a14b750012abfa5ab20df47938eacc7b
3
+ metadata.gz: 4e9a69ef9b4a6b563b917c5e8b4c1509796f580c285b84dac289a4b7e0d9c6ff
4
+ data.tar.gz: e4280bb171fb3aecf0412f4546f47054504ea986dd1491f0310e5ba87aba769d
5
5
  SHA512:
6
- metadata.gz: a61186b4caa42c8353bbafb01293855ac6227de46956678391b8190b4bfb4b4c144cc6ca68eb43a93824eb70b03fd9b3a24e9791ee838411a65bb33c771a2e5c
7
- data.tar.gz: e8cb189d0bce6274e3717fb02d0008174b7c973c857b96d3f8031aa1937ff95a266dcfeed7b714810a55955c81e7ccc77d086af9bac0d5b18c249398a44f831f
6
+ metadata.gz: 8f1711b410acb0e21d1b2d2cbbe4097806dc08df39e03879d12f34def9bae4ea6290afbadffa02600fd42c1b9056c1dc2721513323f0880ac1b0d561ecb61c4e
7
+ data.tar.gz: b5c6891840ec43f427446bbeaaa43de2d2cf455e438b454eceebab361801338be784c687020eae1675e5d75d3e07fc11ed3562bca122d74c64338712ea0d96fb
@@ -0,0 +1,23 @@
1
+ name: CI
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+
9
+ jobs:
10
+ test:
11
+ runs-on: ubuntu-latest
12
+ strategy:
13
+ matrix:
14
+ ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0']
15
+
16
+ steps:
17
+ - uses: actions/checkout@v2
18
+ - uses: ruby/setup-ruby@v1
19
+ with:
20
+ ruby-version: ${{ matrix.ruby-version }}
21
+ bundler-cache: true
22
+ - name: Run tests
23
+ run: bundle exec rake
data/Gemfile.lock CHANGED
@@ -1,25 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docdata-order (2.0.0)
4
+ docdata-order (2.1.0)
5
5
  savon (>= 2.0, < 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.5.1)
11
- public_suffix (~> 2.0, >= 2.0.2)
10
+ addressable (2.8.0)
11
+ public_suffix (>= 2.0.2, < 5.0)
12
12
  akami (1.3.1)
13
13
  gyoku (>= 0.4.0)
14
14
  nokogiri
15
15
  ast (2.4.2)
16
16
  builder (3.2.4)
17
- crack (0.4.3)
18
- safe_yaml (~> 1.0.0)
19
- diff-lcs (1.3)
17
+ crack (0.4.5)
18
+ rexml
19
+ diff-lcs (1.4.4)
20
20
  gyoku (1.3.1)
21
21
  builder (>= 2.1.2)
22
- hashdiff (0.3.4)
22
+ hashdiff (1.0.1)
23
23
  httpi (2.4.5)
24
24
  rack
25
25
  socksify
@@ -28,27 +28,27 @@ GEM
28
28
  mini_portile2 (~> 2.4.0)
29
29
  nori (2.6.0)
30
30
  parallel (1.20.1)
31
- parser (3.0.1.1)
31
+ parser (3.0.2.0)
32
32
  ast (~> 2.4.1)
33
- public_suffix (2.0.5)
33
+ public_suffix (4.0.6)
34
34
  rack (2.2.3)
35
35
  rainbow (3.0.0)
36
- rake (13.0.3)
36
+ rake (13.0.6)
37
37
  regexp_parser (2.1.1)
38
38
  rexml (3.2.5)
39
- rspec (3.6.0)
40
- rspec-core (~> 3.6.0)
41
- rspec-expectations (~> 3.6.0)
42
- rspec-mocks (~> 3.6.0)
43
- rspec-core (3.6.0)
44
- rspec-support (~> 3.6.0)
45
- rspec-expectations (3.6.0)
39
+ rspec (3.10.0)
40
+ rspec-core (~> 3.10.0)
41
+ rspec-expectations (~> 3.10.0)
42
+ rspec-mocks (~> 3.10.0)
43
+ rspec-core (3.10.1)
44
+ rspec-support (~> 3.10.0)
45
+ rspec-expectations (3.10.1)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.6.0)
48
- rspec-mocks (3.6.0)
47
+ rspec-support (~> 3.10.0)
48
+ rspec-mocks (3.10.2)
49
49
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.6.0)
51
- rspec-support (3.6.0)
50
+ rspec-support (~> 3.10.0)
51
+ rspec-support (3.10.2)
52
52
  rubocop (1.12.1)
53
53
  parallel (~> 1.10)
54
54
  parser (>= 3.0.0.0)
@@ -69,7 +69,6 @@ GEM
69
69
  rubocop (~> 1.0)
70
70
  rubocop-ast (>= 1.1.0)
71
71
  ruby-progressbar (1.11.0)
72
- safe_yaml (1.0.4)
73
72
  savon (2.12.1)
74
73
  akami (~> 1.2)
75
74
  builder (>= 2.1.2)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Docdata::Order
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/docdata-order.svg)](https://badge.fury.io/rb/docdata-order)
4
- [![Build Status](https://travis-ci.org/KentaaNL/docdata-order.svg?branch=master)](https://travis-ci.org/KentaaNL/docdata-order)
4
+ [![Build Status](https://github.com/KentaaNL/docdata-order/actions/workflows/test.yml/badge.svg)](https://github.com/KentaaNL/docdata-order/actions)
5
5
  [![Code Climate](https://codeclimate.com/github/KentaaNL/docdata-order/badges/gpa.svg)](https://codeclimate.com/github/KentaaNL/docdata-order)
6
6
 
7
7
  Docdata::Order is a Ruby client for the Docdata Order API version 1.3.
@@ -13,6 +13,7 @@ module Docdata
13
13
  SEPA_DIRECT_DEBIT = "SEPA_DIRECT_DEBIT"
14
14
  BANCONTACT = "MISTERCASH"
15
15
  SOFORT = "EBANKING"
16
+ GIROPAY = "GIROPAY"
16
17
 
17
18
  attr_accessor :payment_method, :issuers
18
19
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Docdata
4
4
  module Order
5
- VERSION = "2.0.0"
5
+ VERSION = "2.1.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docdata-order
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kentaa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-10 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -99,10 +99,10 @@ executables: []
99
99
  extensions: []
100
100
  extra_rdoc_files: []
101
101
  files:
102
+ - ".github/workflows/test.yml"
102
103
  - ".gitignore"
103
104
  - ".rspec"
104
105
  - ".rubocop.yml"
105
- - ".travis.yml"
106
106
  - Gemfile
107
107
  - Gemfile.lock
108
108
  - LICENSE.txt
data/.travis.yml DELETED
@@ -1,11 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- cache: bundler
4
- before_install:
5
- - gem update --system
6
- rvm:
7
- - 2.4.10
8
- - 2.5.9
9
- - 2.6.7
10
- - 2.7.3
11
- - 3.0.1