99_game 1.0.1 → 1.0.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.
- checksums.yaml +4 -4
- data/bin/99_game +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75eafdc6f950f1967fd0b6582659368af08b035e
|
|
4
|
+
data.tar.gz: 4b0880db38e4a6a8a02ca34851b9378d834b5e02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 387c47b67b3b9d635b3a52d35aaccee27a2479d34447a7eaa02f40acf0cd33bccd1d557dcb771de2c05742aaae5b4687f3387a507eedd449e18f395e4bce934c
|
|
7
|
+
data.tar.gz: ad8f3014aca2c74572c09e320054bcc45e5566b373676ceca20e2617af9fb7c2bee79b029aef10cf34ef3be76e8d5f0722fbe88ff1004fcc27f4c395d1189c64
|
data/bin/99_game
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
-
require '
|
|
2
|
+
require '99_game'
|
|
3
3
|
BEGIN { # Rules of the game
|
|
4
4
|
puts "\n\t\t\t\tThe Game Of 99\n\t\t\t\t--------------\n\n"
|
|
5
5
|
sleep(1)
|
|
@@ -101,4 +101,4 @@ loop do
|
|
|
101
101
|
end
|
|
102
102
|
end
|
|
103
103
|
__END__
|
|
104
|
-
Programmed by: Zachary Perlmutter
|
|
104
|
+
Programmed by: Zachary Perlmutter
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 99_game
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zachary Perlmutter
|
|
@@ -25,7 +25,7 @@ files:
|
|
|
25
25
|
- lib/99_game.rb
|
|
26
26
|
- spec/99spec.rb
|
|
27
27
|
- spec/spec_helper.rb
|
|
28
|
-
homepage: https://
|
|
28
|
+
homepage: https://rubygems.org/gems/99_game
|
|
29
29
|
licenses:
|
|
30
30
|
- MIT
|
|
31
31
|
metadata: {}
|