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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 797a10fe89d74fae7cda9fe9e6278c939a04d88c5f222b49d31e8b31f31ac28d
4
- data.tar.gz: 73f3df89134697ba8cd02f3015d452465ced3e9a330704f833a80cadf7947b2b
3
+ metadata.gz: e4a66d3d3aab81de6fd3ab7b8695f4572473b9bbf3b3ead666c7d202d50f8db8
4
+ data.tar.gz: 7a200e2a8ce85207119118175797fa7f4ed9422a3f4a633d7c31def1195c2965
5
5
  SHA512:
6
- metadata.gz: 313fee0f482b4c59acdae70a53daf82caff26cdca3814d1d3bdbe621adf3f49ac9cf7fda1630249306590c1e84b26884478aa8132da6e8abd00c833a6423e108
7
- data.tar.gz: 4be00663ba540014b7846586f24c71e979443a100242ae7b175078c8398930440d7d758d58a8a02d5f98c8c665ab6bf06fa756b760ba5eedbd546c97bf9deca1
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHubPages
4
- VERSION = 221
4
+ VERSION = 222
5
5
  end
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: '221'
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-10-13 00:00:00.000000000 Z
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: []