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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d2eaa7864b9db6785117da9995761e2f6012ebc0c17d6ea6bd509c36791237e
4
- data.tar.gz: d9c634e46197de4fd2c9515bf87ea7fee9f63cceb563dde98068a821e5bab175
3
+ metadata.gz: 0fcd97adf3389ca91dd4a960d384481f31846423bf51eac8ecda8cf4634d8eb8
4
+ data.tar.gz: f59e613178b3708fe10ea46ec5367459185a3c1786dbad66fb84835ba789e016
5
5
  SHA512:
6
- metadata.gz: e97d568ebcd2f288b16841a7a673ad64fe38fcbb6a63ab46acc82ff6601da22891218b9173a325a3ed00cbfe0c27db9247f7ab4590dd1cac7c6b056eabc8857a
7
- data.tar.gz: 45bb9f592dc803fbe9d2ce9c4b8e70671d27f92daaeee1c6251b3c83f60f0ce6458b22b2f5bc457c6939504588cfd009b3cb24598a6acc4c0cfca08b57665e79
6
+ metadata.gz: e5cd691e9c3b94e53d4f2772f06716423d941909a65ff21a2a662ef149d2436a70c6af3d6afceca7329f9ad17f30feadccb49ed07034cf02838c6d292f13e0fa
7
+ data.tar.gz: c9b1fceb52dc6f154cc65d19b6e8fc0fc97128092c2f10b0de96c41844901c491e33c5ccd861bd0b521ec9bf12f22047b44239bf146d6e662faaf5bf1f9ff33d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.3.1] - 2025-10-18
2
+
3
+ - Add some non-Ruby test command examples to autogenerated config file. Gotsha is language-agnostic :-).
4
+
1
5
  ## [0.3] - 2025-10-18
2
6
 
3
7
  - Add guide for case when `gotsha config` fails due to missing `ENV['EDITOR']`
@@ -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
- # "rubocop",
23
- # "docker exec -it great-app rspec"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gotsha
4
- VERSION = "0.3"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gotsha
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitek Meloun