itamae-mitsurin 0.23 → 0.24

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: b3849e8f03df3239958f48d33694be845ae244c1
4
- data.tar.gz: 853598ce929d2bcef125efbaa954983b0d08ae60
3
+ metadata.gz: baac90f0f5aa705c0c2d1e3a9bdd222b1ce47e3b
4
+ data.tar.gz: 1d112209337e4cb63cd2f6d00962db1d78e28b10
5
5
  SHA512:
6
- metadata.gz: 926a3e4d8d0555d9d27d61ba5afde41b78ef85498c49c40dc6f97c34719e0306f39c41b5f48f1b62beaf633c1c1e069ab971526ded0dc27d76144fd059bfa438
7
- data.tar.gz: 6c44f688502a6183a9a9072230921f2590d504c5afc971ee8056c9e48b05f08412660de913b4d372ab83ab89c93210438c19491b24c103b1f510b8652c7a1a27
6
+ metadata.gz: 5b0823ffe5231992c98be804f49a5b0f1c667855a747867a2088151ae58a359916d5e6989dad0eeb8bdafd3169e7009d0f80b273fc90fa831cfdb54f10f7a44b
7
+ data.tar.gz: 4ee53138a35fb70339e09d5675c37f9baeca35c6d7dd08a7951ee0d1aaedf83d43820bc9c7b0c1b2c99e9aadd99226b386598de83c1b176e525b429b05853be8
@@ -105,7 +105,7 @@ module ItamaeMitsurin
105
105
  command << " --ask-password" unless ssh_password.nil?
106
106
  command << " --dry-run" if ENV['dry-run'] == "true"
107
107
  command << " -l debug" if ENV['debug'] == "true"
108
- command << " -c logs/itamae_task.config"
108
+ command << " -c logs/config/itamae_task.config"
109
109
 
110
110
  # recipe load to_command
111
111
  command_recipe = []
@@ -122,7 +122,7 @@ module ItamaeMitsurin
122
122
  command << " --ask-password" unless ssh_password.nil?
123
123
  command << " --dry-run" if ENV['dry-run'] == "true"
124
124
  command << " -l debug" if ENV['debug'] == "true"
125
- command << " -c logs/itamae_with_git_task.config"
125
+ command << " -c logs/config/itamae_with_git_task.config"
126
126
 
127
127
  # recipe load to_command
128
128
  command_recipe = []
@@ -100,7 +100,7 @@ module ItamaeMitsurin
100
100
  command << " --shell=bash"
101
101
  command << " --dry-run" if ENV['dry-run'] == "true"
102
102
  command << " -l debug" if ENV['debug'] == "true"
103
- command << " -c logs/local_task.config"
103
+ command << " -c logs/config/local_task.config"
104
104
 
105
105
  # recipe load to_command
106
106
  command_recipe = []
@@ -1 +1 @@
1
- 0.23
1
+ 0.24
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-mitsurin
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.23'
4
+ version: '0.24'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akihiro Kamiyama