chake 0.17.1 → 0.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c5f0b102b11596b4d5c17a94414688f01efeda3062d4990af4654a1bd856d17
4
- data.tar.gz: 93819f4977f09d4042edcffba5ee59cac59a6eac3cff76a476cc25785c6a6bd0
3
+ metadata.gz: 9e999ef9976eeee6cb361db68eae06bc38fc2772f68549fdd3124db99568963d
4
+ data.tar.gz: ce36cb5086edfbfb3e94cfdde882f199a87b203a28f86beff457c656e3663b04
5
5
  SHA512:
6
- metadata.gz: d6be31b067c17b9d8fc5805abd973d38dbcc7b11ae1db57b5b578e34b2df0a9151d1f73ebb77a5f9c8d7f99f0364d146054ad97ee57a13dcebcf3a70ae8a1a84
7
- data.tar.gz: 933a3c032d92635f0e3e5ef7e1b3c643e9140dccbeaf4e111b995fc890197a2dd27b0d22241733847deff1b3f6c7859f9ff6e38d5dcdf16069b1bb6711b14b28
6
+ metadata.gz: ae9646a7159990afcb3d9a68c6c1d1da5dc6dc0e381cdb5697244489cf8f318d5af896beac6e1377fa2d7469ba990f8355e1b4a8002b5d59150b77fcb4331625
7
+ data.tar.gz: a24ae689b033bf399243798a43e51ac046e7a121723b206a62ff5d2a7d123c986b544b9190919cd786bca48c23df5b66713a88641980030fa9c35a7a09090a40
@@ -1,3 +1,9 @@
1
+ # 0.18
2
+
3
+ * add console task
4
+ * manpage: fix header transformation
5
+ * manpage: ignore intermediary .adoc file
6
+
1
7
  # 0.17.1
2
8
 
3
9
  * manpage: drop ad-hoc handling of `SOURCE_DATE_EPOCH` (let asciidoctor handle
@@ -316,3 +316,16 @@ multitask :check => ($nodes.map { |node| "check:#{node.hostname}" }) do
316
316
  puts " - ssh connection works"
317
317
  puts " - password-less sudo works"
318
318
  end
319
+
320
+ desc 'runs a Ruby console in the chake environment'
321
+ task :console do
322
+ require 'irb'
323
+ IRB.setup(eval("__FILE__"), argv: [])
324
+ workspace = IRB::WorkSpace.new(self)
325
+
326
+ puts 'chake - interactive console'
327
+ puts '---------------------------'
328
+ puts 'all node data in available in $nodes'
329
+ puts
330
+ IRB::Irb.new(workspace).run(IRB.conf)
331
+ end
@@ -1,3 +1,3 @@
1
1
  module Chake
2
- VERSION = "0.17.1"
2
+ VERSION = "0.18"
3
3
  end
@@ -1 +1,2 @@
1
1
  chake.1*
2
+ chake.adoc
@@ -3,4 +3,4 @@
3
3
  /^## Install/,/^[^#]/ d
4
4
  /^## Contributing/,$ d
5
5
 
6
- s/^##\(.*\)/## \U\1/
6
+ s/^\(##\+\)\(.*\)/\1 \U\2/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: '0.18'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Terceiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2019-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  requirements: []
147
147
  rubyforge_project:
148
- rubygems_version: 2.7.6
148
+ rubygems_version: 2.7.6.2
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: serverless configuration management tool for chef