itamae-mitsurin 0.33 → 0.34
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/lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/itamae_with_git_task.config +1 -1
- data/lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/itamae_with_target_task.config +8 -0
- data/lib/itamae-mitsurin/mitsurin/itamae_with_target_task.rb +1 -1
- data/lib/itamae-mitsurin/version.txt +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64895e8dac9c6b5770237bcc9c89a487d2312ce8
|
|
4
|
+
data.tar.gz: 8847a34c68ba45c2cb48b20dfd0ad3eae32fe050
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26bb54ef3e810c77298b1279b89e71bdd912b083cfaf5ac0782972ee1f892784bd3b2ea6ea84c7a241bed2bc7dc218c719d59f2874b96ce339251946793b96e0
|
|
7
|
+
data.tar.gz: e4221a1a9662ef5e8a9dda4980c8ad2a97ab72b557888bb504647a05cf07697166d838132ce8a2af329748085ebeb43587a11984a438591b9bc1139a864e73d2
|
|
@@ -121,7 +121,7 @@ module ItamaeMitsurin
|
|
|
121
121
|
command << " --ask-password" unless ssh_password.nil?
|
|
122
122
|
command << " --dry-run" if ENV['dry-run'] == "true"
|
|
123
123
|
command << " -l debug" if ENV['debug'] == "true"
|
|
124
|
-
command << " -c logs/config/
|
|
124
|
+
command << " -c logs/config/itamae_with_target_task.config"
|
|
125
125
|
|
|
126
126
|
# recipe load to_command
|
|
127
127
|
command_recipe = []
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.34
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itamae-mitsurin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.34'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akihiro Kamiyama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -313,6 +313,7 @@ files:
|
|
|
313
313
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/keys/.keep
|
|
314
314
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/itamae_task.config
|
|
315
315
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/itamae_with_git_task.config
|
|
316
|
+
- lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/itamae_with_target_task.config
|
|
316
317
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/logs/config/local_task.config
|
|
317
318
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/nodes/.keep
|
|
318
319
|
- lib/itamae-mitsurin/mitsurin/creators/templates/project/nodes/sample01.json
|