99_game 3.1.2.pre.113 → 3.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.
- checksums.yaml +8 -8
- data/spec/spec_helper.rb +0 -1
- metadata +4 -18
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDUxNTFjY2QzNTdmNzgzYjM4ZjQ1ZWQ1OTlkYjQwY2FjMjg4ZjgwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzQyZjdiZmNkNGI3OGIwNzcyNjJhODY1MTg4Njg5NzFjY2E5YzY0ZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDBkZjJjMWQ4ZjQyYzE0MGQ4YjBhNWUxYzA3MGUxOGZiMDY0NGZlMjNhZjNi
|
|
10
|
+
MzQzMTI0ZGJiY2QwOTU2Y2Y0MDhkMjIyMWJhNGZhZWMzZDAyNWIyODJkNGQ4
|
|
11
|
+
YWE3ZTE1NGMxNTA1MGYzNDU5Yjk0MTU4MTRjOTAxYjI5MmY3Y2M=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmNmYzQ3OTNiZTE3OGZmYjIyYjM1MGFkNzc2MjBhMDhiODY4Yzk1ZmEyODAy
|
|
14
|
+
YmIzYzcxYmNlMzZjN2Y4NjY3MzY5MTFjMDc1NTQyMzk1NDE2YmVhM2QyZGRl
|
|
15
|
+
ZGEyNjY4YmY3ZDFlNzllYzhlZTQ2NGNhOThmYTUxNmFjMGZiNzM=
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 99_game
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.2
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zachary Perlmutter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: card_deck
|
|
@@ -24,20 +24,6 @@ dependencies:
|
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.1'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: rspec
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ! '>='
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
34
|
-
type: :development
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ! '>='
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
41
27
|
description: ! 'This is a text-based interpretation of the card game 99. Comes with
|
|
42
28
|
the gem in the form of an executable. Make sure to read the rules in `99_game -h`
|
|
43
29
|
before playing.
|
|
@@ -73,9 +59,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
59
|
version: 1.9.2
|
|
74
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
61
|
requirements:
|
|
76
|
-
- - ! '
|
|
62
|
+
- - ! '>='
|
|
77
63
|
- !ruby/object:Gem::Version
|
|
78
|
-
version:
|
|
64
|
+
version: '0'
|
|
79
65
|
requirements: []
|
|
80
66
|
rubyforge_project:
|
|
81
67
|
rubygems_version: 2.4.2
|