nanoc-cli 4.12.18 → 4.12.20

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: 06a03025f7eef087022fff79f2c76e348399cbb8534452b0859817ac1ab8f8e2
4
- data.tar.gz: af695835bf0f91fa37ce37cd7382810fe13219eada71486e4ee73feff4c15fea
3
+ metadata.gz: 75718c2d05f009f344a77d79bf30525a0c0639a4f0cfd34b4b27017ff5de70bf
4
+ data.tar.gz: 2e1780b02a4d021ad6dd14d6cd5f76e5410ca19de826c08b6c38b4df53ce035c
5
5
  SHA512:
6
- metadata.gz: ad2e443bf66d784f8bc467c3f8e0fd38ad58b016a3fa372e10f7e9bc8bd81c95d633ba57a3b4da1dcce4e776cf052f4096f0b34e092654e45bdbd9dfe22e3122
7
- data.tar.gz: 831aa210f969ed6f564b83fea38dd7ae8e21dd6d52600f77f558dd8133ffccd735aaa00e2aae4f3b2ca462c15df33df2f67cb23e8445e9ef5db4b74aef71868d
6
+ metadata.gz: 401911ef51c5273bf09c85ab89f2c3adb45f8608748bd901ec24faf987cebff4d73e157ca7d3aade7b2f9718f70a528d038751b6712d83ed5e7e00ee5f932404
7
+ data.tar.gz: 979f6e303b057b1568b3bababf5222a80cc08df5a565ff6d90752658f41fd50745f3a7c6b1845bd31ad4ec4c1a5fd5129c5e2fa48d7dde3254b96b2cc016e18d
data/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # nanoc-cli
2
2
 
3
- This package contains the command-line interface for [Nanoc](https://nanoc.ws/).
3
+ This package contains the command-line interface for [Nanoc](https://nanoc.app/).
@@ -23,7 +23,7 @@ module Nanoc::CLI::Commands
23
23
 
24
24
  source 'https://rubygems.org'
25
25
 
26
- gem 'nanoc', '~> #{Nanoc::VERSION.split('.').take(2).join('.')}'
26
+ gem 'nanoc', '~> #{Nanoc::CLI::VERSION.split('.').take(2).join('.')}'
27
27
  EOS
28
28
 
29
29
  DEFAULT_CONFIG = <<~EOS unless defined? DEFAULT_CONFIG
@@ -68,9 +68,7 @@ module Nanoc::CLI::Commands
68
68
  # end
69
69
  #end
70
70
 
71
- compile '/**/*' do
72
- write item.identifier.to_s
73
- end
71
+ passthrough '/**/*'
74
72
 
75
73
  layout '/**/*', :erb
76
74
  EOS
@@ -214,14 +212,14 @@ module Nanoc::CLI::Commands
214
212
  <div id="sidebar">
215
213
  <h2>Documentation</h2>
216
214
  <ul>
217
- <li><a href="https://nanoc.ws/doc/">Documentation</a></li>
218
- <li><a href="https://nanoc.ws/doc/tutorial/">Tutorial</a></li>
215
+ <li><a href="https://nanoc.app/doc/">Documentation</a></li>
216
+ <li><a href="https://nanoc.app/doc/tutorial/">Tutorial</a></li>
219
217
  </ul>
220
218
  <h2>Community</h2>
221
219
  <ul>
222
220
  <li><a href="http://groups.google.com/group/nanoc/">Discussion group</a></li>
223
221
  <li><a href="https://gitter.im/nanoc/nanoc">Gitter channel</a></li>
224
- <li><a href="https://nanoc.ws/contributing/">Contributing</a></li>
222
+ <li><a href="https://nanoc.app/contributing/">Contributing</a></li>
225
223
  </ul>
226
224
  </div>
227
225
  </body>
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Nanoc
4
4
  module CLI
5
- VERSION = '4.12.18'
5
+ VERSION = '4.12.20'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.12.18
4
+ version: 4.12.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-15 00:00:00.000000000 Z
11
+ date: 2024-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cri
@@ -44,14 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 4.12.18
47
+ version: 4.12.20
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 4.12.18
54
+ version: 4.12.20
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: zeitwerk
57
71
  requirement: !ruby/object:Gem::Requirement
@@ -101,11 +115,12 @@ files:
101
115
  - lib/nanoc/cli/stream_cleaners/utf8.rb
102
116
  - lib/nanoc/cli/transform.rb
103
117
  - lib/nanoc/cli/version.rb
104
- homepage: https://nanoc.ws/
118
+ homepage: https://nanoc.app/
105
119
  licenses:
106
120
  - MIT
107
121
  metadata:
108
122
  rubygems_mfa_required: 'true'
123
+ source_code_uri: https://github.com/nanoc/nanoc/tree/nanoc-cli-v4.12.20/nanoc-cli
109
124
  post_install_message:
110
125
  rdoc_options: []
111
126
  require_paths:
@@ -121,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
136
  - !ruby/object:Gem::Version
122
137
  version: '0'
123
138
  requirements: []
124
- rubygems_version: 3.4.20
139
+ rubygems_version: 3.5.3
125
140
  signing_key:
126
141
  specification_version: 4
127
142
  summary: CLI for Nanoc