billomat 1.2.2 → 1.2.4

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: 14cecf0c2ca1c94932f2cdddc225beb64dea9f67a01b7420b48f2a8c60b83e4c
4
- data.tar.gz: fb8cff4850a77cc1c7cf056187a7b7f678e783bfb8c5f2f7e0850836d3468f69
3
+ metadata.gz: ad0e65d3f6caab6454afb2d63456ab444be04cb111c3a889b0322d9d7d40aa7b
4
+ data.tar.gz: b6489373eb6e73a5a37cc2287fcc110f002a00f596dbd7918752a7431c17f6d5
5
5
  SHA512:
6
- metadata.gz: 72d451d0935fed284d661b879f9853082f3e0d26af6cdb72066f2638911ee8e0b964e2828dd4bad400d94ae65df3d21a495fab17944d8b0426b80f8a05382dc4
7
- data.tar.gz: 9d3437e1dc0f8581bad0e5064570f840ec761197e3edc3c354c419a428624d07d37347ec25eb145ab564fc7c03b54f64f9bc55d65fa9a0c4384553c5aa916368
6
+ metadata.gz: d698b14b77d68064a0b1c16be5f649178862f73eb2dac0644eba6c7a13a680017ad2504ea070f46cbe95f7900dc9bcf9a696a11ff7094029ae1dac7fa3dd9cad
7
+ data.tar.gz: b16292c406184e78208b9549f28d4e071688a0672f33bcaa4a099dfcc2837f3a3359f2f1bd0c62858326e6e2b89d0a284aa8bda4f9a9a5a7f3c831164d41bb36
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.2.4
6
+
7
+ * Just a retag of 1.2.1
8
+
9
+ ### 1.2.3
10
+
11
+ * Just a retag of 1.2.1
12
+
5
13
  ### 1.2.2
6
14
 
7
15
  * Just a retag of 1.2.1
data/Makefile CHANGED
@@ -18,6 +18,7 @@ VENDOR_DIR ?= vendor/bundle
18
18
  AWK ?= awk
19
19
  BASH ?= bash
20
20
  COMPOSE ?= docker-compose
21
+ CP ?= cp
21
22
  DOCKER ?= docker
22
23
  GREP ?= grep
23
24
  ID ?= id
@@ -136,8 +137,14 @@ shell-irb:
136
137
 
137
138
  docs:
138
139
  # Build the API documentation
140
+ @$(RM) -rf doc/api
139
141
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
140
142
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
143
+ @$(MKDIR) -p doc/api/doc doc/api/assets
144
+ @$(CP) -ar doc/assets doc/api/doc
145
+ @$(CP) -ar doc/assets/* doc/api/assets
146
+ #
147
+ # Docs: file://$(abspath doc/api)/index.html
141
148
 
142
149
  notes:
143
150
  # Print the code statistics (library and test suite)
@@ -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.2'
6
+ VERSION = '1.2.4'
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.2
4
+ version: 1.2.4
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-09 00:00:00.000000000 Z
12
+ date: 2024-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client