git_game_show 0.2.0 → 0.2.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 +4 -4
- data/lib/git_game_show/version.rb +1 -1
- data/lib/git_game_show.rb +1 -1
- data/mini_games/author_quiz.rb +1 -1
- data/mini_games/branch_detective.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c1276258a9e2d5888ea51d9c44275c81a6b062b6b0be1959ad35e707f8d0b25
|
4
|
+
data.tar.gz: 1a0de92893ef2f8fd80762f0c36e00516ffbdd1d46c77c36afca4dfcac30ef26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c30984bf5db7535d12ea5ce36d4dfbeaf02856676bcad043da143ee7a0e142b5f3406c50f761de03c812bcf090754c9119b2155c446b3f57967ba0fda58ae9bf
|
7
|
+
data.tar.gz: b2a882dec2a57908ebcd4574aee757df13ba3cdf084f642f6ff5775d65dc8ff224d1244dcf08e3f2eebb2ec04f2fab05d18e7520c6d040b2b4045cdcd87022eb
|
data/lib/git_game_show.rb
CHANGED
@@ -24,7 +24,7 @@ module GitGameShow
|
|
24
24
|
rounds: 3,
|
25
25
|
question_timeout: 30, # seconds
|
26
26
|
question_display_time: 5, # seconds to show results before next question
|
27
|
-
transition_delay:
|
27
|
+
transition_delay: 10 # seconds between rounds
|
28
28
|
}.freeze
|
29
29
|
|
30
30
|
# Message types for WebSocket communication
|
data/mini_games/author_quiz.rb
CHANGED