github-pages 218 → 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/dependencies.rb +1 -1
- data/lib/github-pages/version.rb +1 -1
- metadata +6 -6
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
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
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.17.
|
117
|
+
version: 1.17.9
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - '='
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.17.
|
124
|
+
version: 1.17.9
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: jekyll-redirect-from
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -590,7 +590,7 @@ dependencies:
|
|
590
590
|
requirements:
|
591
591
|
- - ">="
|
592
592
|
- !ruby/object:Gem::Version
|
593
|
-
version: 1.
|
593
|
+
version: 1.12.5
|
594
594
|
- - "<"
|
595
595
|
- !ruby/object:Gem::Version
|
596
596
|
version: '2.0'
|
@@ -600,7 +600,7 @@ dependencies:
|
|
600
600
|
requirements:
|
601
601
|
- - ">="
|
602
602
|
- !ruby/object:Gem::Version
|
603
|
-
version: 1.
|
603
|
+
version: 1.12.5
|
604
604
|
- - "<"
|
605
605
|
- !ruby/object:Gem::Version
|
606
606
|
version: '2.0'
|