rdoc_link_checker 0.6.0 → 0.7.0

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc_link_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burdette Lamar
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: bundler
@@ -52,7 +51,6 @@ dependencies:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
53
  version: '5.0'
55
- description:
56
54
  email:
57
55
  - burdettelamar@yahoo.com
58
56
  executables:
@@ -66,6 +64,7 @@ files:
66
64
  - README.md
67
65
  - Rakefile
68
66
  - bin/rdoc_link_checker
67
+ - config/ruby.json
69
68
  - doc/help.txt
70
69
  - lib/rdoc_link_checker.rb
71
70
  - lib/rdoc_link_checker/version.rb
@@ -77,7 +76,6 @@ metadata:
77
76
  bug_tracker_uri: https://github.com/BurdetteLamar/rdoc_link_checker/issues
78
77
  documentation_uri: https://github.com/BurdetteLamar/rdoc_link_checker/blob/dev/README.md
79
78
  homepage_uri: https://github.com/BurdetteLamar/rdoc_link_checker
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.9
97
94
  specification_version: 4
98
95
  summary: Tool to check links in RDoc-generated HTML files.
99
96
  test_files: []