gotsha 0.2.5 → 0.2.6

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: 91171467c8757fdfc1daa7d26824b5282a3273bc25649f67d907a24da5ed4b6b
4
- data.tar.gz: 2c8892e5129b38130dd7f3bb4f8b8a31330627754883c0e6fcf10d3191306e7a
3
+ metadata.gz: 19704a3e5086fd685b9adc78b8c16463584c6f67e3864549ebffbbe1bfb95449
4
+ data.tar.gz: 388cfa9549babd3c6c86c720ba7862e7c566cc47aae5415b3af127032682d2e7
5
5
  SHA512:
6
- metadata.gz: 2f05012248c5e815491ff5418a8a7fa09d736c6d9b103a6b083a80ddb1e9546897ce7e8e3d0b2b3d1c3acddd6369b3e5e4eb4755044aa7d3a4e25851c7e00eb3
7
- data.tar.gz: cb17994999f70a0600a3c9fbea42197a5054c7e7a5031e7960849e8d67e24d289df5faca6396e356ab3f5bcbffc7fa076558b282ccf3657d907a8352e188fea4
6
+ metadata.gz: 1a53d8d59c6395bb7f987fffcd647a54ebb292c106103a171a11cdea4f103bcba71a5fa24e5e341666a3aa54dc93d2473f809532bde1c8cc4bcbf135beeb4105
7
+ data.tar.gz: 0c06aa8cd525bd415483b33b9b4b225717a76d2aa5883b7f3aac81ef0e8a41a10ba0df7852ce5284336f1c6046a3e5a96be62286f860929ac39cbb0e522043d2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.6] - 2025-10-14
2
+
3
+ - Make the GH action faster by avoiding `bundle install` (we need to install just the Gotsha gem)
4
+
1
5
  ## [0.2.5] - 2025-10-14
2
6
 
3
7
  - Introduce `push` and `fetch` commands
@@ -15,7 +15,6 @@ jobs:
15
15
  - uses: ruby/setup-ruby@v1
16
16
  with:
17
17
  ruby-version: '3.3'
18
- bundler-cache: true
19
18
 
20
19
  - name: Install Gotsha
21
20
  run: gem install gotsha
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gotsha
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.6"
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.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitek Meloun