yard-relative_markdown_links 0.4.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1204730ec292962c6e56006c41f2523609ca219934064613243e3e5b39100dc2
4
- data.tar.gz: 66e8ad922dccac4cd4cc0760fcc64814c553f93363d2bb3ec25122617366eb77
3
+ metadata.gz: 80b7c7cab3b827823c2078b115951199a31f73e9950d5a59c8ef3934e722a369
4
+ data.tar.gz: 34a0cacb3db651d342c1dca6df506bf71db93b63debc9a8bbae247743dd2d5d2
5
5
  SHA512:
6
- metadata.gz: 355a58f58e8221968bde3e38c230e47df2d2be06c0131083b3f664c6c3c9c8dd55c44f0bf874efdd387748fcd2e5702c619de6faa2c76d21632e0e6bca93713d
7
- data.tar.gz: 62263d9574edd8118d21c91ed3d21edf28928c59436f6ff5268e549b8834f7d9c73aa721a6618b8ef4114c84e9632ea5fc5a6a9892cdb71966831b53c64d6c0b
6
+ metadata.gz: 7b011be39b3c63128218ea975e62dd4ee94c126582f99a2291dfe6674c0b80f807844d1b47f40844862aa17b81ddbd4333019cba2b6490d580075fad0a5d0ef8
7
+ data.tar.gz: c53087dbd10685c87f2ed4c1770942f2679fe444eb218dff93e9c46218c076861160d6b063cbe6d9ef7f9bd1599117508112aee22d30e2b6dc4bf77b6596ebaa
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.2
data/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
  No notable changes.
10
10
 
11
+ ## [0.4.1] - 2021-11-15
12
+ ### Changed
13
+ * Require MFA to publish gem ([#92](https://github.com/haines/yard-relative_markdown_links/pull/92))
14
+
11
15
  ## [0.4.0] - 2021-01-29
12
16
  ### Changed
13
17
  * Require Ruby ≥ 2.5 ([#40](https://github.com/haines/yard-relative_markdown_links/pull/40))
@@ -33,7 +37,8 @@ No notable changes.
33
37
  ### Added
34
38
  - A YARD plugin to allow relative links between Markdown files ([#1](https://github.com/haines/yard-relative_markdown_links/pull/1))
35
39
 
36
- [Unreleased]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.0...HEAD
40
+ [Unreleased]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.1...HEAD
41
+ [0.4.1]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.0...v0.4.1
37
42
  [0.4.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.3.0...v0.4.0
38
43
  [0.3.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.2.0...v0.3.0
39
44
  [0.2.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.1.2...v0.2.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yard-relative_markdown_links (0.4.0)
4
+ yard-relative_markdown_links (0.4.1)
5
5
  nokogiri (~> 1.8)
6
6
 
7
7
  GEM
@@ -10,42 +10,47 @@ GEM
10
10
  ast (2.4.2)
11
11
  coderay (1.1.3)
12
12
  method_source (1.0.0)
13
- minitest (5.14.3)
14
- nokogiri (1.11.1-x86_64-darwin)
13
+ mini_portile2 (2.6.1)
14
+ minitest (5.14.4)
15
+ nokogiri (1.12.5)
16
+ mini_portile2 (~> 2.6.1)
15
17
  racc (~> 1.4)
16
- nokogiri (1.11.1-x86_64-linux)
18
+ nokogiri (1.12.5-x86_64-darwin)
17
19
  racc (~> 1.4)
18
- parallel (1.20.1)
19
- parser (3.0.0.0)
20
+ nokogiri (1.12.5-x86_64-linux)
21
+ racc (~> 1.4)
22
+ parallel (1.21.0)
23
+ parser (3.0.2.0)
20
24
  ast (~> 2.4.1)
21
- pry (0.13.1)
25
+ pry (0.14.1)
22
26
  coderay (~> 1.1)
23
27
  method_source (~> 1.0)
24
28
  racc (1.5.2)
25
29
  rainbow (3.0.0)
26
- rake (13.0.3)
27
- regexp_parser (2.0.3)
28
- rexml (3.2.4)
29
- rubocop (1.9.0)
30
+ rake (13.0.6)
31
+ regexp_parser (2.1.1)
32
+ rexml (3.2.5)
33
+ rubocop (1.23.0)
30
34
  parallel (~> 1.10)
31
35
  parser (>= 3.0.0.0)
32
36
  rainbow (>= 2.2.2, < 4.0)
33
37
  regexp_parser (>= 1.8, < 3.0)
34
38
  rexml
35
- rubocop-ast (>= 1.2.0, < 2.0)
39
+ rubocop-ast (>= 1.12.0, < 2.0)
36
40
  ruby-progressbar (~> 1.7)
37
41
  unicode-display_width (>= 1.4.0, < 3.0)
38
- rubocop-ast (1.4.1)
39
- parser (>= 2.7.1.5)
40
- rubocop-minitest (0.10.3)
41
- rubocop (>= 0.87, < 2.0)
42
- rubocop-rake (0.5.1)
43
- rubocop
42
+ rubocop-ast (1.13.0)
43
+ parser (>= 3.0.1.1)
44
+ rubocop-minitest (0.16.0)
45
+ rubocop (>= 0.90, < 2.0)
46
+ rubocop-rake (0.6.0)
47
+ rubocop (~> 1.0)
44
48
  ruby-progressbar (1.11.0)
45
- unicode-display_width (2.0.0)
49
+ unicode-display_width (2.1.0)
46
50
  yard (0.9.26)
47
51
 
48
52
  PLATFORMS
53
+ ruby
49
54
  x86_64-darwin-20
50
55
  x86_64-linux
51
56
 
@@ -61,4 +66,4 @@ DEPENDENCIES
61
66
  yard-relative_markdown_links!
62
67
 
63
68
  BUNDLED WITH
64
- 2.2.7
69
+ 2.2.31
@@ -3,6 +3,6 @@
3
3
  module YARD
4
4
  module RelativeMarkdownLinks
5
5
  # Current version of the yard-relative_markdown_links gem.
6
- VERSION = "0.4.0"
6
+ VERSION = "0.4.1"
7
7
  end
8
8
  end
@@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
24
24
  spec.metadata["documentation_uri"] = "https://haines.github.io/yard-relative_markdown_links/"
25
25
  spec.metadata["homepage_uri"] = spec.homepage
26
+ spec.metadata["rubygems_mfa_required"] = "true"
26
27
  spec.metadata["source_code_uri"] = spec.homepage
27
28
  spec.metadata["yard.run"] = "yri"
28
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-relative_markdown_links
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Haines
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-29 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -61,6 +61,7 @@ metadata:
61
61
  changelog_uri: https://github.com/haines/yard-relative_markdown_links/blob/main/CHANGELOG.md
62
62
  documentation_uri: https://haines.github.io/yard-relative_markdown_links/
63
63
  homepage_uri: https://github.com/haines/yard-relative_markdown_links
64
+ rubygems_mfa_required: 'true'
64
65
  source_code_uri: https://github.com/haines/yard-relative_markdown_links
65
66
  yard.run: yri
66
67
  post_install_message:
@@ -78,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
79
  - !ruby/object:Gem::Version
79
80
  version: '0'
80
81
  requirements: []
81
- rubygems_version: 3.2.7
82
+ rubygems_version: 3.2.31
82
83
  signing_key:
83
84
  specification_version: 4
84
85
  summary: A YARD plugin to allow relative links between Markdown files