howdoc 0.3.0 → 0.3.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/howdoc/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72edea92225be55592acd2d56c732d5d82e140193b06dc276b0c691440ff2e3f
4
- data.tar.gz: 2ec1eea553ec1b5ca6e23f9f320e082367ded34280cf6701e8f284f06f1ef34c
3
+ metadata.gz: 168c62956710423757404d82987844f3b33d64ebdc112f9c5c0354cd336c0944
4
+ data.tar.gz: 842bebc8325f407a398af4f87e050819325cdafea0d26ab568a694c91f3c765f
5
5
  SHA512:
6
- metadata.gz: 9692dcfc9505fa3cf80eff5ea7a6c2dcb244619a41aa163cbab98c04a16b01bb13d82d646db46b1e98025f386a47594553abfd4b59a6e937040b555a6f9ecadb
7
- data.tar.gz: 8ee1913418a639198f1134958ce9748ff83a231a5d86b8fb237675ab264d62b50ad9f5cdfd9e8433310b0c6c226bbf35ec6a21d9afd22c5eee0884b6b9042c86
6
+ metadata.gz: 139dfdadfe51e236abfb19bff5cb95bd28d6cb8ddd7e817b1ca9cb93362cd5cb3b9b83313544c3b9d35423f58a1385d2db807794dd2723f1e0fd4287732f34ac
7
+ data.tar.gz: 57d7cc5bafa03b0b103204e3a13a04015d5676445050a621cbca7b8be6e2290b01fd39bd4dd8db30377030277b66c01f57780b8462358a9a23a3b05be179159d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1
4
+
5
+ - The menu pass left a blank line behind every time it ran. A suite that builds
6
+ the index more than once -- after each suite and again at the end of the run
7
+ is a common arrangement -- grew every guide by a line per run, so a repository
8
+ showed every page as changed with nothing to show for it. What the pass writes
9
+ is trimmed now, and running it again leaves a page byte for byte as it was.
10
+
3
11
  ## 0.3.0
4
12
 
5
13
  Every page now carries the menu, so a guide opened from a link is a whole page
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Howdoc
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Priit Tark