asciidoctor-boost 0.1.5 → 0.1.7

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: cc36671574d2dbb27181bdfd41fbb3215ae537ae007efc04414df02d8c9249ed
4
- data.tar.gz: d391b4741b1c524aebd323dfa6ec29f96a6b59f8cfb17d94ccff46f2cf94c90b
3
+ metadata.gz: 780d1e973b025ba06b9525440e376f245f90ef0f4bff05d042835858583b4a39
4
+ data.tar.gz: 27d8883be5c32959413507ad47a2415d022faaf2dada4de9ae5f59943bff7337
5
5
  SHA512:
6
- metadata.gz: b97dfd29b4dd276d9c86cd018205db330690c2de43ba5d705d1ae01109310c17bf348aea1c850627c963df1b407e7cc1e60ab27ab7ec26326ab282177837cfbc
7
- data.tar.gz: defbf6d0e572e52e9c9cf78d713d160457d86d167e4593cc7e37462fb05603a4fb91cfe8fc98cded048ba7d919a206b81e2ed1f1d2721c229537560d2d97104c
6
+ metadata.gz: 94c39b9d60124496746a56f5945227248cfd2dfd14fb323517762f23a9e3b3b4f2a429def391000606e08e4611b3b9b005cde9d1f3460b8f89d6b0a6f58d2bbd
7
+ data.tar.gz: 772c3333eecc4861d926e7f78cf85772c3ecd521c1500715fab09ffa7bcca8da91453f7dc7eccf1e217d53047fb04adf1e7af01618f68a0af2f211abca68a0ca
@@ -17,9 +17,9 @@ class GithubInlineMacro < Asciidoctor::Extensions::InlineMacroProcessor
17
17
  def process(parent, target, attrs)
18
18
  content = "Target '#{target}' is invalid, check your syntax. Should be 'issue' or 'pr', not #{target}."
19
19
  if target == 'issue'
20
- content = "https://github.com/boostorg/#{attrs['repo']}/issues/#{attrs['number']}[#{attrs['number']}]"
20
+ content = "https://github.com/boostorg/#{attrs['repo']}/issues/#{attrs['number']}[\##{attrs['number']}]"
21
21
  elsif target == 'pr'
22
- content = "https://github.com/boostorg/#{attrs['repo']}/pull/#{attrs['number']}[#{attrs['number']}]"
22
+ content = "https://github.com/boostorg/#{attrs['repo']}/pull/#{attrs['number']}[PR\##{attrs['number']}]"
23
23
  end
24
24
  create_inline_pass parent, content
25
25
  end
data/lib/version.rb CHANGED
@@ -6,5 +6,5 @@
6
6
  # frozen_string_literal: true
7
7
 
8
8
  module Boost
9
- VERSION = '0.1.5'
9
+ VERSION = '0.1.7'
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-boost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave O'Connor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-01 00:00:00.000000000 Z
11
+ date: 2024-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -43,7 +43,7 @@ metadata:
43
43
  bug_tracker_uri: https://github.com/cppalliance/asciidoctor-boost/issues
44
44
  homepage_uri: https://github.com/cppalliance/asciidoctor-boost
45
45
  source_code_uri: https://github.com/cppalliance/asciidoctor-boost
46
- changelog_uri: https://github.com/cppalliance/asciidoctor-boost/CHANGELOG.md
46
+ changelog_uri: https://github.com/cppalliance/asciidoctor-boost/blob/main/CHANGELOG.md
47
47
  post_install_message:
48
48
  rdoc_options: []
49
49
  require_paths: