billomat 1.2.1 → 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: f9833d5ea8781cc91dbf3457bd6fdf68096ddb6ed106b9445042df12ded84c69
4
- data.tar.gz: 890d5bba9d9d6812e135b841de9c7533d74b43efde277e5ca3addfca815cb3c8
3
+ metadata.gz: 57cec3dc9142b6c08a264a69dac89d7a5a8f644f18bb56e8ba82d66d048264a7
4
+ data.tar.gz: 1a0d1f553d37272fc8afbc62ee9603c5ec387ff926c5857efc496cc5c9bd2268
5
5
  SHA512:
6
- metadata.gz: 047a65d0eff3be51defb5ed8263bfe18544604651c743af8686a2f789e6cc3dc9f41d71fbb2d4e9a9cb7d471d20f92458b435d62a69b68d4551fe31c64a92908
7
- data.tar.gz: 3950565b122a7821df057a49b5f09b174ddedcf364bc4896182d9f87f8582ccc2ed81ecd814096221acfecef65da3ca308b3dad5176a8f15bb96664c838d9df0
6
+ metadata.gz: 3456c52e8f0b5a0429c66fd21af538fc6d5d4ba527c0362f3d1a4bcb6b245a9c089e0ff73c74da476fbf42bd19cc11c7b68ef737f0190d84dee4e94058b83f4e
7
+ data.tar.gz: 577eb6934ca54b6a39380c106ce0ea149af0b932452e75397c60ff84054d15df09351167ed29c73d1e3fa592ce165faeb5744372568e608c9bd6022c2dfaa6cd
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.3
6
+
7
+ * Just a retag of 1.2.1
8
+
9
+ ### 1.2.2
10
+
11
+ * Just a retag of 1.2.1
12
+
5
13
  ### 1.2.1
6
14
 
7
15
  * Added API docs building to continuous integration (#25)
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.1'
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.1
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