github-pages 221 → 222
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/bin/github-pages +13 -0
- data/lib/github-pages/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4a66d3d3aab81de6fd3ab7b8695f4572473b9bbf3b3ead666c7d202d50f8db8
|
4
|
+
data.tar.gz: 7a200e2a8ce85207119118175797fa7f4ed9422a3f4a633d7c31def1195c2965
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b1a9215593051cf0e9e77f7b846928570604b15fe5840484113c9a865e4d3cda9da6445c35d58d3cc1e4e934fb00a23c91bbf469198197a01dddd6a624d97e5
|
7
|
+
data.tar.gz: a3126ede68f10580793f245c654ffc1acb657963df2484627f465dee683f2aaa4e13faf5d36e659209d8eebe401ed3c51bebd749ba363c451f864c2e3bbf4099
|
data/bin/github-pages
CHANGED
@@ -56,4 +56,17 @@ Mercenary.program(:"github-pages") do |p|
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
end
|
59
|
+
|
60
|
+
p.command(:build) do |c|
|
61
|
+
c.syntax "build [options]"
|
62
|
+
c.description "Builds your Jekyll site"
|
63
|
+
|
64
|
+
c.option 'verbose', '--verbose', 'Verbose logging'
|
65
|
+
c.option 'source', '--source DIR', 'From where to collect the source files'
|
66
|
+
c.option 'destination', '--destination DIR', 'To where the compiled files should be written'
|
67
|
+
|
68
|
+
c.action do |_, options|
|
69
|
+
Jekyll::Commands::Build.process(options)
|
70
|
+
end
|
71
|
+
end
|
59
72
|
end
|
data/lib/github-pages/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-pages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '222'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub, Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -692,7 +692,7 @@ homepage: https://github.com/github/pages-gem
|
|
692
692
|
licenses:
|
693
693
|
- MIT
|
694
694
|
metadata: {}
|
695
|
-
post_install_message:
|
695
|
+
post_install_message:
|
696
696
|
rdoc_options: []
|
697
697
|
require_paths:
|
698
698
|
- lib
|
@@ -708,7 +708,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
708
708
|
version: '0'
|
709
709
|
requirements: []
|
710
710
|
rubygems_version: 3.1.6
|
711
|
-
signing_key:
|
711
|
+
signing_key:
|
712
712
|
specification_version: 4
|
713
713
|
summary: Track GitHub Pages dependencies.
|
714
714
|
test_files: []
|