gotsha 1.0.0 → 1.0.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: b7411287a2f974c217e4cafc5adbb2181d9524ca115e447467d1b9e0ca4731c5
4
- data.tar.gz: 848bb1ebec319ef7f118ce40ee975273546b2f69f3d1496dd584645381fc68af
3
+ metadata.gz: 16232c9b98aaded3d2b891cd656535e6bf459ca38d54713d02ff99edb30a315f
4
+ data.tar.gz: 3b2fa2a182a012259a8e6580904c4fbbe6ed4d46c2e92c9b29d0b2fbe5073711
5
5
  SHA512:
6
- metadata.gz: 83705285475022d4e72b80fa6c55e2344674a4f2112a09848a83d5ddcb5961870b16e822982e25fcf48d8ed8af9c475a8de48feaf815c1a97e6996bad1cda177
7
- data.tar.gz: 379693d2f2bbbaf7614101207f4ad0dc2199c02c69d668091a2f6d786c793fa75fd93b85f9780efbbfb0f31040871eb1c9cd7f2824844a31e106c15cd87b62a3
6
+ metadata.gz: 43f2104554585f96fa39e4554478322bc754dd556ff763652a476a9a18833652a6656da00377559487aa1a25ad4022132bef82496768c1d1754b5e20b2d3ed6e
7
+ data.tar.gz: c46031edc29d263cebab3c7bfd3108187e7d3aae9e261ef22ecc5631956134fef27518f98175c2bf72953597ef7b08b62733a3b2a5ed8b3119b66e885fdfecd9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.1] - 2025-10-19
2
+
3
+ - Fix a bug, happening on first push in a new repository.
4
+
1
5
  ## [1.0.0] - 2025-10-19
2
6
 
3
7
  - Polish the readme.
@@ -9,7 +9,9 @@ module Gotsha
9
9
  try_push = push_command
10
10
 
11
11
  unless try_push.success?
12
+ puts "First push detected, need to run tests one more time..."
12
13
  Fetch.new.call
14
+ Test.new.call
13
15
  push_command
14
16
  end
15
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gotsha
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.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: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitek Meloun