git_game_show 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git_game_show/version.rb +1 -1
  3. metadata +13 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ec59cab67815d5ca2edf6def0169adc7aebe469b33949352b4715054f3b200f
4
- data.tar.gz: 51d6a80287318663a6ee34c6f1ba9dcc43e9130c2661c7080ae8780eb2e07419
3
+ metadata.gz: eb852185be4e80bb32062b74675572ddcc45ea5e4ec8716969b90d0d73225fe8
4
+ data.tar.gz: 6ac3c1001051cb307caf4a6e1c87778fe1d94812c3b7f32f2e27045cef0f00a8
5
5
  SHA512:
6
- metadata.gz: 78d7959eb5b7f56abe8530a797847a9f3d4d8f4a1b8c6950322ff6307a4e1840100b42a29c737ff2be02303a02ee417898f1516eb9134d7859859328f401bf36
7
- data.tar.gz: 88dfe154440118db58c4f7f773245eea20e02879c0633e4d2b666f14c6aee43ab0f15f18463a2cfe6e372eff8977bf64b2e1787170fb2a80158a98e9f01dd88b
6
+ metadata.gz: 824c2da32e7802bc354b28196a41eb4b8c4acd84de92208f97b3eaba61a61ba83c6724ddeabc08d62ef0ca00f6617ca6409ae82739cc4ae06e1c126f21b9449e
7
+ data.tar.gz: 13fc7daecb192024caf2f64b1373556999e32608209f53de7111afbe5b575917af34e44585821526332e690b224425ebc451b5938f687776e61297fbfff4cc0f
@@ -1,4 +1,4 @@
1
1
  module GitGameShow
2
2
  # Current version of Git Game Show
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_game_show
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Paulson
@@ -223,7 +223,18 @@ metadata:
223
223
  homepage_uri: https://github.com/justinpaulson/git_game_show
224
224
  source_code_uri: https://github.com/justinpaulson/git_game_show
225
225
  changelog_uri: https://github.com/justinpaulson/git_game_show/blob/main/CHANGELOG.md
226
- post_install_message:
226
+ rubygems_mfa_required: 'true'
227
+ post_install_message: |
228
+ =======================================
229
+ Thank you for installing Git Game Show!
230
+
231
+ If the executable is not available, run:
232
+ chmod +x $(gem which git_game_show | sed 's/lib\/git_game_show.rb/bin\/git-game-show/')
233
+
234
+ For version managers:
235
+ rbenv users: rbenv rehash
236
+ asdf users: asdf reshim ruby
237
+ =======================================
227
238
  rdoc_options: []
228
239
  require_paths:
229
240
  - lib