github_pages_rake_tasks 1.0.4 → 1.0.5
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/.github/workflows/continuous_integration.yml +1 -1
- data/.github/workflows/enforce_conventional_commits.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/github_pages_rake_tasks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f366d2e3eb54bc6eb8f3846a8d88ef036bad6599a683e7c1b7cd6cf7cba8a969
|
|
4
|
+
data.tar.gz: 5a187b996fc175fc386fe8b63d60ad65f8e55c379a78782b2c9ec53afe04b6b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53d70675b8e261951e9f81f210db68cdb095206f9dbcd9c9d9dbf5254934087a2733249ded8ec37f42f7797ed50c17dd913d593fd25120040547bcf622813d80
|
|
7
|
+
data.tar.gz: bf5a9ec2324dd5852c1a884b8c9ececeb0aa6b30501f306f5dcae0ed6b4d2fba6ddfc9e481c2656e0f577df3fc7b990229d263473b3b122b178be8c8e4f71ed9
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
steps:
|
|
31
31
|
- name: Checkout project
|
|
32
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@v6
|
|
33
33
|
|
|
34
34
|
- name: Create release
|
|
35
|
-
uses: googleapis/release-please-action@
|
|
35
|
+
uses: googleapis/release-please-action@v5
|
|
36
36
|
id: release
|
|
37
37
|
with:
|
|
38
38
|
token: ${{ secrets.AUTO_RELEASE_TOKEN }}
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
|
|
6
6
|
|
|
7
|
+
## [1.0.5](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.4...v1.0.5) (2026-04-24)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Other Changes
|
|
11
|
+
|
|
12
|
+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([27fee47](https://github.com/main-branch/github_pages_rake_tasks/commit/27fee475bfd7b90f2eb943c148355e00b4d163de))
|
|
13
|
+
|
|
7
14
|
## [1.0.4](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.3...v1.0.4) (2025-04-18)
|
|
8
15
|
|
|
9
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_pages_rake_tasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
216
|
version: '0'
|
|
217
217
|
requirements: []
|
|
218
|
-
rubygems_version:
|
|
218
|
+
rubygems_version: 4.0.6
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: Rake tasks for publishing documentation to GitHub Pages
|
|
221
221
|
test_files: []
|