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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e3f1370d112d2e17244121f7844b94d13d35efd
4
- data.tar.gz: 93da50239d20cb233da87db9974d74b1d50083a6
3
+ metadata.gz: 64895e8dac9c6b5770237bcc9c89a487d2312ce8
4
+ data.tar.gz: 8847a34c68ba45c2cb48b20dfd0ad3eae32fe050
5
5
  SHA512:
6
- metadata.gz: 5e26ec058020c8bab2607f7c71ea9ecfe9da021ae5062c836653d9541742c386cbca28bc9f2289e4a474a3e583a82678fc6ea6f7e80f541051a51141c41c7a91
7
- data.tar.gz: 21aa878a2c844a67d7e6475c4c2746f253db1f04c331faf28ed9d78909dd76ec35c27cd4ad51afacf20d1e48faec9b0794b36682110438018663c026515b55fd
6
+ metadata.gz: 26bb54ef3e810c77298b1279b89e71bdd912b083cfaf5ac0782972ee1f892784bd3b2ea6ea84c7a241bed2bc7dc218c719d59f2874b96ce339251946793b96e0
7
+ data.tar.gz: e4221a1a9662ef5e8a9dda4980c8ad2a97ab72b557888bb504647a05cf07697166d838132ce8a2af329748085ebeb43587a11984a438591b9bc1139a864e73d2
@@ -2,7 +2,7 @@
2
2
  "handlers": [
3
3
  {
4
4
  "type": "json",
5
- "path": "logs/itamae-with-git.log"
5
+ "path": "logs/itamae.log"
6
6
  }
7
7
  ]
8
8
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "handlers": [
3
+ {
4
+ "type": "json",
5
+ "path": "logs/itamae.log"
6
+ }
7
+ ]
8
+ }
@@ -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/itamae_with_git_task.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.33
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.33'
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-22 00:00:00.000000000 Z
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