git_game_show 0.1.0 → 0.1.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: d79381fcfc45667688aa066066dcfcaf8c6919d3536f74fd74e45d219cf36a3a
4
- data.tar.gz: 132412fc5067777c302dc3823d6df63971bb7c4e8f457a91f8a36232d8d8b9d8
3
+ metadata.gz: 7ec59cab67815d5ca2edf6def0169adc7aebe469b33949352b4715054f3b200f
4
+ data.tar.gz: 51d6a80287318663a6ee34c6f1ba9dcc43e9130c2661c7080ae8780eb2e07419
5
5
  SHA512:
6
- metadata.gz: d0887291e1c5e56acb46c35e029083cbb1d1e0f0472399bdb65840d747730e6b7e92aa69b2b72fe1c74db8f55ade68aa98b116397ae47a186093c684cfa672ad
7
- data.tar.gz: ca47ad7efd8c54e78f178e21320c12c4505af6bea297d0bc06c656aa2d203ed1511ae76144dd036cbd01d5621581fabb0b8396f24a7efde28f28f2b8f514a141
6
+ metadata.gz: 78d7959eb5b7f56abe8530a797847a9f3d4d8f4a1b8c6950322ff6307a4e1840100b42a29c737ff2be02303a02ee417898f1516eb9134d7859859328f401bf36
7
+ data.tar.gz: 88dfe154440118db58c4f7f773245eea20e02879c0633e4d2b666f14c6aee43ab0f15f18463a2cfe6e372eff8977bf64b2e1787170fb2a80158a98e9f01dd88b
data/README.md CHANGED
@@ -24,6 +24,19 @@ gem install git_game_show
24
24
 
25
25
  This will install the `git-game-show` command globally on your system.
26
26
 
27
+ If you encounter permission issues or the command is not found:
28
+
29
+ ```bash
30
+ # Fix permissions if needed
31
+ chmod +x $(gem which git_game_show | sed 's/lib\/git_game_show.rb/bin\/git-game-show/')
32
+
33
+ # For rbenv users
34
+ rbenv rehash
35
+
36
+ # For asdf users
37
+ asdf reshim ruby
38
+ ```
39
+
27
40
  ### Option 2: Manual Installation
28
41
 
29
42
  ```bash
@@ -1,4 +1,4 @@
1
1
  module GitGameShow
2
2
  # Current version of Git Game Show
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_game_show
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Paulson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-03 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor