takelage 0.23.2 → 0.23.3

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: cf02f1f533c35aa972e1d54e901bb73d8df8bc2a5f3756cfceda0327f64e8c6f
4
- data.tar.gz: 9a6f0a339620874334e281b59593744f5ba753978892655b0616db4f2648250e
3
+ metadata.gz: 24b3d161560016f990a94d7b20069137900e32f5a58956aa5707eb9aa0f60027
4
+ data.tar.gz: 755d43225e3eed43930e9f563701752999df2088fdf7f9210bfe1df7c57bd659
5
5
  SHA512:
6
- metadata.gz: 84006fbef1835dc1c7f1cc6167497ff84598e6d32a56ca78f89b56566c66a55a0800fd1d94ed1372580ee1be9f088b14aed26e06927b720ad953b95134bf13a1
7
- data.tar.gz: 76e6f343b509423b7602d27413d926596c78328c199faf3669555f576f567c4b822917d3cd7b5f020df57cadb8b3067955157e333502c74fe09c679e7d93e830
6
+ metadata.gz: 995e31c2e97743b63df181b0975c63c7cc6fffc04c3ed338cce64279c96401dead03e1188bd5308af0909e5472127cdbdecd27dd7e7323d711b5973c75da2d57
7
+ data.tar.gz: 53d043282900c5ea74825c911a9fa504001edd9290bc6251671a74f974ad1420f035c4055e72b01abd0f9d2869db81b3dd49a5f8a8251cd3e9d84c3c82763e39
data/README.md CHANGED
@@ -125,6 +125,9 @@ or *tau config*.
125
125
  | *~/.takelage.yml* | normal | User-wide configuration file in your home directory. This is your normal custom configuration file. |
126
126
  | *takelage.yml* | highest | Project-specific configuration file next to your main Rakefile. Some projects need special configuration. |
127
127
 
128
+ Please remember that a project directory is identified by the main
129
+ [Rakefile](Rakefile).
130
+
128
131
  ### Configuration Examples
129
132
 
130
133
  - You should add the following configuration items in your *~/.takelage.yml*
@@ -12,7 +12,7 @@ module DockerCheckSocat
12
12
  status = try config.active['cmd_docker_check_socat_which_socat']
13
13
 
14
14
  unless status.exitstatus.zero?
15
- log.error 'The socat command is not available'
15
+ log.debug 'The socat command is not available'
16
16
  return false
17
17
  end
18
18
 
@@ -1 +1 @@
1
- 0.23.2
1
+ 0.23.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takelage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.2
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geospin