hoe-halostatue 2.0.0 → 2.0.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Rakefile +1 -1
- data/lib/hoe/halostatue/version.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8569a79b0cf849cc7466e07378c8215965fc282c1b9d1ceb833c0a67974499d
|
4
|
+
data.tar.gz: 055e930a84f3cd0c97f6704d0aa474feb5d9f731fea5e9681da53889ad018f2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36b0231820a9c18b2d88c59fd9df5efa203be9e99d19e4d400752bc8461cccd08c5c7dae6b4ce397a4422129f87b1b0e19c1b4c364dd7cfc83a7454977020860
|
7
|
+
data.tar.gz: b80b941279a8d08fd55e16a061a78f80a44a2db520468326926b3b2f99e63bb4ad73a213d54febfcdc8d394aa4eb9e7bacf050fb3870db210bb0c3c0c8cb0833
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe-halostatue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: hoe
|
@@ -36,14 +35,14 @@ dependencies:
|
|
36
35
|
requirements:
|
37
36
|
- - "~>"
|
38
37
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
38
|
+
version: '1.4'
|
40
39
|
type: :runtime
|
41
40
|
prerelease: false
|
42
41
|
version_requirements: !ruby/object:Gem::Requirement
|
43
42
|
requirements:
|
44
43
|
- - "~>"
|
45
44
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
45
|
+
version: '1.4'
|
47
46
|
- !ruby/object:Gem::Dependency
|
48
47
|
name: hoe-markdown
|
49
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,7 +143,6 @@ metadata:
|
|
144
143
|
source_code_uri: https://github.com/halostatue/halostatue-data/
|
145
144
|
changelog_uri: https://github.com/halostatue/halostatue-data/blob/main/CHANGELOG.md
|
146
145
|
rubygems_mfa_required: 'true'
|
147
|
-
post_install_message:
|
148
146
|
rdoc_options:
|
149
147
|
- "--main"
|
150
148
|
- README.md
|
@@ -161,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
159
|
- !ruby/object:Gem::Version
|
162
160
|
version: '0'
|
163
161
|
requirements: []
|
164
|
-
rubygems_version: 3.
|
165
|
-
signing_key:
|
162
|
+
rubygems_version: 3.6.9
|
166
163
|
specification_version: 4
|
167
164
|
summary: Hoe::Halostatue is a [Hoe][hoe] meta-plugin that provides improved support
|
168
165
|
for Markdown README files, provides features from other plugins, and enables improved
|