takelage 0.23.2 → 0.23.3
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/README.md +3 -0
- data/lib/takelage/docker/check/socat.rb +1 -1
- data/lib/takelage/version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24b3d161560016f990a94d7b20069137900e32f5a58956aa5707eb9aa0f60027
|
|
4
|
+
data.tar.gz: 755d43225e3eed43930e9f563701752999df2088fdf7f9210bfe1df7c57bd659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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*
|
data/lib/takelage/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.23.
|
|
1
|
+
0.23.3
|