billomat 1.4.1 → 1.5.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/CHANGELOG.md +23 -19
- data/lib/billomat/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa8065de1ae3aa281d75f0021aec499e7ee218e3e768a54f2571011073f76d9d
|
|
4
|
+
data.tar.gz: 9a4a6f26d77652b6ac0e242cb84b24ab01f5089a9d1dae9b7317934b9aecb344
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f7a148260094d9c89f828ae8adde9dcb7205fea54828aeb8e00b708aeed30238def5f9fc0661c6a205f1e959c1d29771738c57582e2bea2bbba5e67920a2921
|
|
7
|
+
data.tar.gz: 315670b263e80f5d665e50e1cc9aee5a3d4153977555093d0d2264b1c4a145cbeea81ac1bdb3f70195111e2904df6b9b3bfdaf82b6912b4ea51be9e77c04d7a2
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
+
### 1.5.0 (30 January 2025)
|
|
6
|
+
|
|
7
|
+
* Added all versions up to Ruby 3.4 to the CI matrix ([#29](https://github.com/hausgold/billomat/pull/29))
|
|
8
|
+
|
|
5
9
|
### 1.4.1 (17 January 2025)
|
|
6
10
|
|
|
7
|
-
* Added the logger dependency (#28)
|
|
11
|
+
* Added the logger dependency ([#28](https://github.com/hausgold/billomat/pull/28))
|
|
8
12
|
|
|
9
13
|
### 1.4.0 (11 January 2025)
|
|
10
14
|
|
|
11
|
-
* Switched to Zeitwerk as autoloader (#27)
|
|
15
|
+
* Switched to Zeitwerk as autoloader ([#27](https://github.com/hausgold/billomat/pull/27))
|
|
12
16
|
|
|
13
17
|
### 1.3.0 (3 January 2025)
|
|
14
18
|
|
|
15
|
-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#26)
|
|
19
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#26](https://github.com/hausgold/billomat/pull/26))
|
|
16
20
|
|
|
17
21
|
### 1.2.5 (15 August 2024)
|
|
18
22
|
|
|
@@ -32,14 +36,14 @@
|
|
|
32
36
|
|
|
33
37
|
### 1.2.1 (9 August 2024)
|
|
34
38
|
|
|
35
|
-
* Added API docs building to continuous integration (#25)
|
|
39
|
+
* Added API docs building to continuous integration ([#25](https://github.com/hausgold/billomat/pull/25))
|
|
36
40
|
|
|
37
41
|
### 1.2.0 (8 July 2024)
|
|
38
42
|
|
|
39
|
-
* Moved the development dependencies from the gemspec to the Gemfile (#19)
|
|
40
|
-
* Introduce `after_response` callback (#22)
|
|
41
|
-
* Fix response parsing for responses exceeding the page size (#23)
|
|
42
|
-
* Dropped support for Ruby <2.7 (#24)
|
|
43
|
+
* Moved the development dependencies from the gemspec to the Gemfile ([#19](https://github.com/hausgold/billomat/pull/19))
|
|
44
|
+
* Introduce `after_response` callback ([#22](https://github.com/hausgold/billomat/pull/22))
|
|
45
|
+
* Fix response parsing for responses exceeding the page size ([#23](https://github.com/hausgold/billomat/pull/23))
|
|
46
|
+
* Dropped support for Ruby <2.7 ([#24](https://github.com/hausgold/billomat/pull/24))
|
|
43
47
|
|
|
44
48
|
### 1.1.0 (24 February 2023)
|
|
45
49
|
|
|
@@ -47,24 +51,24 @@
|
|
|
47
51
|
|
|
48
52
|
### 1.0.0 (18 January 2023)
|
|
49
53
|
|
|
50
|
-
* Bundler >= 2.3 is from now on required as minimal version (#18)
|
|
51
|
-
* Dropped support for Ruby < 2.5 (#18)
|
|
52
|
-
* Dropped support for Rails < 5.2 (#18)
|
|
54
|
+
* Bundler >= 2.3 is from now on required as minimal version ([#18](https://github.com/hausgold/billomat/pull/18))
|
|
55
|
+
* Dropped support for Ruby < 2.5 ([#18](https://github.com/hausgold/billomat/pull/18))
|
|
56
|
+
* Dropped support for Rails < 5.2 ([#18](https://github.com/hausgold/billomat/pull/18))
|
|
53
57
|
* Updated all development/runtime gems to their latest
|
|
54
|
-
Ruby 2.5 compatible version (#18)
|
|
58
|
+
Ruby 2.5 compatible version ([#18](https://github.com/hausgold/billomat/pull/18))
|
|
55
59
|
|
|
56
60
|
### 0.4.1 (27 June 2022)
|
|
57
61
|
|
|
58
|
-
* Added `InvoiceComment` models (#17)
|
|
62
|
+
* Added `InvoiceComment` models ([#17](https://github.com/hausgold/billomat/pull/17))
|
|
59
63
|
|
|
60
64
|
### 0.3.0 (11 October 2021)
|
|
61
65
|
|
|
62
66
|
* Improve error handling (breaking change, as we are now raising
|
|
63
67
|
`Billomat::GatewayError`s rather than just the client's
|
|
64
|
-
`RestClient::Exception`) (#15)
|
|
68
|
+
`RestClient::Exception`) ([#15](https://github.com/hausgold/billomat/pull/15))
|
|
65
69
|
* Added bang variants to API methods
|
|
66
|
-
(`Billomat::Models::Base#{save!,create!,update!,delete!}`) (#16)
|
|
67
|
-
* Added `CreditNote` and `CreditNoteItem` models (#14)
|
|
70
|
+
(`Billomat::Models::Base#{save!,create!,update!,delete!}`) ([#16](https://github.com/hausgold/billomat/pull/16))
|
|
71
|
+
* Added `CreditNote` and `CreditNoteItem` models ([#14](https://github.com/hausgold/billomat/pull/14))
|
|
68
72
|
* Moved to GitHub Actions
|
|
69
73
|
* Migrated to our own coverage reporting
|
|
70
74
|
|
|
@@ -73,14 +77,14 @@
|
|
|
73
77
|
* Add codeclimate test runner
|
|
74
78
|
* Update codeclimate reporter id
|
|
75
79
|
* Switched to SVG project teasers
|
|
76
|
-
* Updated Travis CI and Code Climate configs (#11)
|
|
80
|
+
* Updated Travis CI and Code Climate configs ([#11](https://github.com/hausgold/billomat/pull/11))
|
|
77
81
|
* Changed travis-ci.org to travis-ci.com links
|
|
78
|
-
* Adds templates and tags to models (#13)
|
|
82
|
+
* Adds templates and tags to models ([#13](https://github.com/hausgold/billomat/pull/13))
|
|
79
83
|
|
|
80
84
|
### 0.1.6 (16 May 2018)
|
|
81
85
|
|
|
82
86
|
* Support registered apps
|
|
83
|
-
* Added `app_id` and `app_secret` to configuration (#9)
|
|
87
|
+
* Added `app_id` and `app_secret` to configuration ([#9](https://github.com/hausgold/billomat/pull/9))
|
|
84
88
|
|
|
85
89
|
### 0.1.5 (14 November 2017)
|
|
86
90
|
|
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.5.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: 2025-01-
|
|
12
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
136
|
version: '0'
|
|
137
137
|
requirements: []
|
|
138
|
-
rubygems_version: 3.
|
|
138
|
+
rubygems_version: 3.4.22
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: Wrapper for the Billomat API
|