billomat 1.2.5 → 1.3.0
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 +4 -4
- data/.github/workflows/test.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.yardopts +1 -0
- data/CHANGELOG.md +22 -18
- data/billomat.gemspec +1 -1
- data/lib/billomat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c167f4c07f96fd19717728953d62deb4185b99b3822a7ff5c45a022f133907a4
|
|
4
|
+
data.tar.gz: ddde00ee22f03f7c43e88b7350a865732e80f14f0f106834ab0ed1a1d4414c65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffe859647dcaca71302a400bd25df857a9f4c790236ef59b699bf520adc6e8a9d1e909c4820feacb3d83f1734017ccbc8cd8ef6bbbc8a2663e9e70888b04447d
|
|
7
|
+
data.tar.gz: f14f878aa99ed33587124cbf33a8544e5a94e563b6f62788e24593ede62b1892cd15f0c9b9ae30308d76bf49cbcb99282e99fc7556f12c67f530c9d9d96dbe4e
|
data/.github/workflows/test.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.yardopts
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,38 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
-
### 1.
|
|
5
|
+
### 1.3.0 (3 January 2025)
|
|
6
|
+
|
|
7
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#26)
|
|
8
|
+
|
|
9
|
+
### 1.2.5 (15 August 2024)
|
|
6
10
|
|
|
7
11
|
* Just a retag of 1.2.1
|
|
8
12
|
|
|
9
|
-
### 1.2.4
|
|
13
|
+
### 1.2.4 (15 August 2024)
|
|
10
14
|
|
|
11
15
|
* Just a retag of 1.2.1
|
|
12
16
|
|
|
13
|
-
### 1.2.3
|
|
17
|
+
### 1.2.3 (15 August 2024)
|
|
14
18
|
|
|
15
19
|
* Just a retag of 1.2.1
|
|
16
20
|
|
|
17
|
-
### 1.2.2
|
|
21
|
+
### 1.2.2 (9 August 2024)
|
|
18
22
|
|
|
19
23
|
* Just a retag of 1.2.1
|
|
20
24
|
|
|
21
|
-
### 1.2.1
|
|
25
|
+
### 1.2.1 (9 August 2024)
|
|
22
26
|
|
|
23
27
|
* Added API docs building to continuous integration (#25)
|
|
24
28
|
|
|
25
|
-
### 1.2.0
|
|
29
|
+
### 1.2.0 (8 July 2024)
|
|
26
30
|
|
|
27
31
|
* Moved the development dependencies from the gemspec to the Gemfile (#19)
|
|
28
32
|
* Introduce `after_response` callback (#22)
|
|
29
33
|
* Fix response parsing for responses exceeding the page size (#23)
|
|
30
34
|
* Dropped support for Ruby <2.7 (#24)
|
|
31
35
|
|
|
32
|
-
### 1.1.0
|
|
36
|
+
### 1.1.0 (24 February 2023)
|
|
33
37
|
|
|
34
38
|
* Added support for Gem release automation
|
|
35
39
|
|
|
36
|
-
### 1.0.0
|
|
40
|
+
### 1.0.0 (18 January 2023)
|
|
37
41
|
|
|
38
42
|
* Bundler >= 2.3 is from now on required as minimal version (#18)
|
|
39
43
|
* Dropped support for Ruby < 2.5 (#18)
|
|
@@ -41,11 +45,11 @@
|
|
|
41
45
|
* Updated all development/runtime gems to their latest
|
|
42
46
|
Ruby 2.5 compatible version (#18)
|
|
43
47
|
|
|
44
|
-
### 0.4.1
|
|
48
|
+
### 0.4.1 (27 June 2022)
|
|
45
49
|
|
|
46
50
|
* Added `InvoiceComment` models (#17)
|
|
47
51
|
|
|
48
|
-
### 0.3.0
|
|
52
|
+
### 0.3.0 (11 October 2021)
|
|
49
53
|
|
|
50
54
|
* Improve error handling (breaking change, as we are now raising
|
|
51
55
|
`Billomat::GatewayError`s rather than just the client's
|
|
@@ -56,7 +60,7 @@
|
|
|
56
60
|
* Moved to GitHub Actions
|
|
57
61
|
* Migrated to our own coverage reporting
|
|
58
62
|
|
|
59
|
-
### 0.2.0
|
|
63
|
+
### 0.2.0 (12 May 2021)
|
|
60
64
|
|
|
61
65
|
* Add codeclimate test runner
|
|
62
66
|
* Update codeclimate reporter id
|
|
@@ -65,31 +69,31 @@
|
|
|
65
69
|
* Changed travis-ci.org to travis-ci.com links
|
|
66
70
|
* Adds templates and tags to models (#13)
|
|
67
71
|
|
|
68
|
-
### 0.1.6
|
|
72
|
+
### 0.1.6 (16 May 2018)
|
|
69
73
|
|
|
70
74
|
* Support registered apps
|
|
71
75
|
* Added `app_id` and `app_secret` to configuration (#9)
|
|
72
76
|
|
|
73
|
-
### 0.1.5
|
|
77
|
+
### 0.1.5 (14 November 2017)
|
|
74
78
|
|
|
75
79
|
* Added contact support
|
|
76
80
|
|
|
77
|
-
### 0.1.4
|
|
81
|
+
### 0.1.4 (9 November 2017)
|
|
78
82
|
|
|
79
83
|
* Made timeout configurable
|
|
80
84
|
|
|
81
|
-
### 0.1.3
|
|
85
|
+
### 0.1.3 (27 October 2017)
|
|
82
86
|
|
|
83
87
|
* Added `#as_json` to base model
|
|
84
88
|
|
|
85
|
-
### 0.1.2
|
|
89
|
+
### 0.1.2 (27 October 2017)
|
|
86
90
|
|
|
87
91
|
* Small fixes and code coverage
|
|
88
92
|
|
|
89
|
-
### 0.1.1
|
|
93
|
+
### 0.1.1 (19 October 2017)
|
|
90
94
|
|
|
91
95
|
* Improved documentation and README
|
|
92
96
|
|
|
93
|
-
### 0.1.0
|
|
97
|
+
### 0.1.0 (5 October 2017)
|
|
94
98
|
|
|
95
99
|
* Initial release
|
data/billomat.gemspec
CHANGED
data/lib/billomat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: billomat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2025-01-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|