gotsha 0.3 → 0.3.1
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/CHANGELOG.md +4 -0
- data/lib/gotsha/templates/config.toml +4 -3
- data/lib/gotsha/version.rb +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: 0fcd97adf3389ca91dd4a960d384481f31846423bf51eac8ecda8cf4634d8eb8
|
4
|
+
data.tar.gz: f59e613178b3708fe10ea46ec5367459185a3c1786dbad66fb84835ba789e016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5cd691e9c3b94e53d4f2772f06716423d941909a65ff21a2a662ef149d2436a70c6af3d6afceca7329f9ad17f30feadccb49ed07034cf02838c6d292f13e0fa
|
7
|
+
data.tar.gz: c9b1fceb52dc6f154cc65d19b6e8fc0fc97128092c2f10b0de96c41844901c491e33c5ccd861bd0b521ec9bf12f22047b44239bf146d6e662faaf5bf1f9ff33d
|
data/CHANGELOG.md
CHANGED
@@ -17,10 +17,11 @@ commands = [
|
|
17
17
|
# Your first test command goes into the parentheses!
|
18
18
|
"",
|
19
19
|
# See some examples:
|
20
|
-
# "bundle exec rspec --order rand",
|
21
20
|
# "bin/rails t",
|
22
|
-
# "
|
23
|
-
# "
|
21
|
+
# "docker-compose exec great_app rspec"
|
22
|
+
# "npm test"
|
23
|
+
# "npx jest --ci"
|
24
|
+
# "pytest -q"
|
24
25
|
]
|
25
26
|
|
26
27
|
# Git hooks config
|
data/lib/gotsha/version.rb
CHANGED