ztil 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ztil.rb +1 -1
  3. data/lib/ztil/command.rb +4 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3337064c5544827a1495042dbab671c97675c561
4
- data.tar.gz: 770fb27124f658627c3453a4c88de101b8f35200
3
+ metadata.gz: b6c229229ed30d274088657f944f17089ac4cb20
4
+ data.tar.gz: 3ca2e80087380aa2a34a15fd00d4eec00014bc0d
5
5
  SHA512:
6
- metadata.gz: f0e017aa20eaf76bbd8cc753ae1211d93d31e449293fc91bc23e00fa82158602e626b01c763706654a3e3924156385a021245a50f3050e36017dfd5bc68a0de7
7
- data.tar.gz: 917d35be8355e85cf23eb5f2ed5600e960f2bc0caa5b86709c18c84c036df4384b43405b1586f8f2afd8f0c9ab8f803244454f8908110bef7929911ead2ac7b7
6
+ metadata.gz: ecfd344dd2b3f61c28d5bae247ca86ed26a883b89796546e9567f82d6dd9fe6f8190f5db69d8baad4a5a6538ac30c58059eaed02bc2a83c9916a0920c6d39e16
7
+ data.tar.gz: 48ebacdf32540e2cbcfe47c79077d225fb5e43c49211a249d07e69833fbc672a967ddbd4da6eea8a1987ac18d038fc8d2a559e7acdf3b276f5cd845bc33cf222
data/lib/ztil.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ztil
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
data/lib/ztil/command.rb CHANGED
@@ -143,7 +143,10 @@ end
143
143
  run "cp -R #{tmp_dir}/config #{path}/"
144
144
  run "cp -R #{tmp_dir}/lib #{path}/"
145
145
  append_to_file File.join(path, 'Capfile') do
146
- "Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }"
146
+ <<-CAP
147
+ Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
148
+ Dir.glob('lib/capistrano/**/*.rb').each { |r| import r }
149
+ CAP
147
150
  end
148
151
 
149
152
  uncomment_lines File.join(path, 'Capfile'), /require.+rbenv/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ztil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zires