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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3c8982d2215858a0b08dc01108321678ec7f03238114695faff4a3eeb583b6b
4
- data.tar.gz: 6c40490855e7a074fc3bf8193196f77d3b8590fc4a1bcf301ff522a00d9db7fb
3
+ metadata.gz: c167f4c07f96fd19717728953d62deb4185b99b3822a7ff5c45a022f133907a4
4
+ data.tar.gz: ddde00ee22f03f7c43e88b7350a865732e80f14f0f106834ab0ed1a1d4414c65
5
5
  SHA512:
6
- metadata.gz: 0eaeaeb0be8ebb626b4687f4fc8a5ae9c6beeeb16cb0c6a8290c7e5b231baf0a3e0b32c12cdc35fe8dd90869c4917f4f6dbd7261a4648fcb77606796a4fa9213
7
- data.tar.gz: 27a75595a976624185ef14e3d4f235fc867fa99f064e1e7ab114010254c1c653fb976ea2cf4fb1f2ada42335d76d46bd3d3756c167281c1d2d784f67e4594f69
6
+ metadata.gz: ffe859647dcaca71302a400bd25df857a9f4c790236ef59b699bf520adc6e8a9d1e909c4820feacb3d83f1734017ccbc8cd8ef6bbbc8a2663e9e70888b04447d
7
+ data.tar.gz: f14f878aa99ed33587124cbf33a8544e5a94e563b6f62788e24593ede62b1892cd15f0c9b9ae30308d76bf49cbcb99282e99fc7556f12c67f530c9d9d96dbe4e
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7']
21
+ ruby: ['2.7', '3.0']
22
22
  steps:
23
23
  - uses: actions/checkout@v4
24
24
 
data/.rubocop.yml CHANGED
@@ -13,7 +13,7 @@ AllCops:
13
13
  SuggestExtensions: false
14
14
  DisplayCopNames: true
15
15
  TargetRubyVersion: 2.7
16
- TargetRailsVersion: 5.2
16
+ TargetRailsVersion: 6.1
17
17
  Exclude:
18
18
  - bin/**/*
19
19
  - vendor/**/*
data/.yardopts CHANGED
@@ -4,3 +4,4 @@
4
4
  -
5
5
  README.md
6
6
  doc/examples/**/*.rb
7
+ doc/*.md
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.2.5
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
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
33
33
 
34
34
  spec.required_ruby_version = '>= 2.7'
35
35
 
36
- spec.add_runtime_dependency 'rest-client', '~> 2.1'
36
+ spec.add_dependency 'rest-client', '~> 2.1'
37
37
  end
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Billomat
5
5
  # The version of the +billomat+ gem
6
- VERSION = '1.2.5'
6
+ VERSION = '1.3.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
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.2.5
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: 2024-08-15 00:00:00.000000000 Z
12
+ date: 2025-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client