billomat 1.2.2 → 1.2.3

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: 14cecf0c2ca1c94932f2cdddc225beb64dea9f67a01b7420b48f2a8c60b83e4c
4
- data.tar.gz: fb8cff4850a77cc1c7cf056187a7b7f678e783bfb8c5f2f7e0850836d3468f69
3
+ metadata.gz: 57cec3dc9142b6c08a264a69dac89d7a5a8f644f18bb56e8ba82d66d048264a7
4
+ data.tar.gz: 1a0d1f553d37272fc8afbc62ee9603c5ec387ff926c5857efc496cc5c9bd2268
5
5
  SHA512:
6
- metadata.gz: 72d451d0935fed284d661b879f9853082f3e0d26af6cdb72066f2638911ee8e0b964e2828dd4bad400d94ae65df3d21a495fab17944d8b0426b80f8a05382dc4
7
- data.tar.gz: 9d3437e1dc0f8581bad0e5064570f840ec761197e3edc3c354c419a428624d07d37347ec25eb145ab564fc7c03b54f64f9bc55d65fa9a0c4384553c5aa916368
6
+ metadata.gz: 3456c52e8f0b5a0429c66fd21af538fc6d5d4ba527c0362f3d1a4bcb6b245a9c089e0ff73c74da476fbf42bd19cc11c7b68ef737f0190d84dee4e94058b83f4e
7
+ data.tar.gz: 577eb6934ca54b6a39380c106ce0ea149af0b932452e75397c60ff84054d15df09351167ed29c73d1e3fa592ce165faeb5744372568e608c9bd6022c2dfaa6cd
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.2.3
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.2
6
10
 
7
11
  * Just a retag of 1.2.1
data/Makefile CHANGED
@@ -136,8 +136,14 @@ shell-irb:
136
136
 
137
137
  docs:
138
138
  # Build the API documentation
139
+ @$(RM) -rf doc/api
139
140
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
140
141
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
142
+ @$(MKDIR) -p doc/api/doc doc/api/assets
143
+ @$(CP) -ar doc/assets doc/api/doc
144
+ @$(CP) -ar doc/assets/* doc/api/assets
145
+ #
146
+ # Docs: file://$(abspath doc/api)/index.html
141
147
 
142
148
  notes:
143
149
  # 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.3'
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.3
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