aspec_rb 0.0.3 → 0.0.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
  SHA1:
3
- metadata.gz: dd5122b4e23516d2504f007b7e7ad029bc4fc785
4
- data.tar.gz: 368afe6156fcdfdaab92e95d2757d0b8c7081fcc
3
+ metadata.gz: 714c6a88b52ce265e70a200fac1ddcef8c37732e
4
+ data.tar.gz: 877393ef0e45c041668766d3a3e43434b83fbb03
5
5
  SHA512:
6
- metadata.gz: 025d41b37266d772b8e5206083716dbcf841ccdbbc1545ba90e54ce069baf9d4571bd6f17c85e649d31b98b009b04b336b68b8b447ffc17037df9aee6ab6be71
7
- data.tar.gz: 316d38e5410507342d0fa1994138f211064a9819257ab781c91de8f62810c4f4bc11dd1a7e4c13907efbf10cbb08843a41a2d0b75e875fc5fcb24f543cd0ca40
6
+ metadata.gz: a622e15d7c49b1c396542276cae409bbbd46c9c3fc125345b69bb5f12800f037a34a7b7174d4788bf509a7bf16f164dd47f58c536cea9e4515e26bfd4c6dcdb9
7
+ data.tar.gz: ff21f46ddecaa531b230cb2c2cecb5b958af0ff34c7d312978db870f869add65a6f383bac3b56413a1f173b4aba483b985eb04aaabd419cef19fc0768e10d80d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aspec_rb (0.0.3)
4
+ aspec_rb (0.0.4)
5
5
  asciidoctor (>= 1.5.0)
6
6
 
7
7
  GEM
@@ -2,5 +2,5 @@
2
2
  module AspecRb
3
3
  # After updating the version, publishing can be done by running
4
4
  # rake release in the project root
5
- VERSION = '0.0.3'.freeze
5
+ VERSION = '0.0.4'.freeze
6
6
  end
@@ -12,7 +12,6 @@ inc_reqs = []
12
12
  rows = []
13
13
  coms = []
14
14
  reqs = []
15
- reqfixes = []
16
15
 
17
16
  CommentBlockRx = %r(^\/{4,}$)
18
17
  CommentLineRx = %r{^//(?=[^/]|$)}
@@ -81,6 +80,7 @@ reqs.each do |req, f, title, chapter, doctitle|
81
80
  break
82
81
  end
83
82
 
83
+ link = link.sub(/^_/, '') if link[/^_/]
84
84
  f = f.sub(/^chapters\//, '')
85
85
  icon = "<i class=\"fa fa-external-link-square\" aria-hidden=\"true\"></i>"
86
86
  ref = "<a class=\"link\" href=\"#{link}\"><emphasis role=\"strong\">#{icon} #{title}</emphasis> </a>"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspec_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bsmith-n4