7_half 0.0.1.pre.1 → 0.0.1.pre.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 +8 -8
- metadata +12 -13
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTcyOWY1ODY2YjM5MTM0ODY1M2NiMzQxYzFiZWFhOGM2ZWQ1ZDllZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDM5NjcyNTk0ZDg2M2MwMmY2MzU2MTA5OGExODdmY2RmMDc3YzI1YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmY1MzcwYzIzOWYyOGViYmUwZWFhZDkyMTk0MTk3ZWI5YmEwMzYyMjYzNjZj
|
|
10
|
+
ODBiZjVjYmU1OTJmZmFiNjliYzgwNTZlMzVhMTVhZjc5YjZlNGE5YmMxYzBi
|
|
11
|
+
MWMwNmViMjdmMjMxYjQwOGRiNjU0MjEwMjY1MDZhMmM1ODE2Yjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTQ1ZThlM2JhMzRmYjI2ZDE4M2FjYzg1Y2FhY2Q5NGZjYTJmYzU4ZWMxZDk0
|
|
14
|
+
YWEzZjYyMWY2N2UxZWQzZGY1NzM1MjNmN2VlNTZmMGQzNGYxNTdiZGQzZDFi
|
|
15
|
+
ZTkxNGFhOTNiMjFjZjM1N2MxYThjYzMwYjRiZTY4MDY5MWY1NjQ=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 7_half
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.pre.1
|
|
4
|
+
version: 0.0.1.pre.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zachary Perlmutter
|
|
@@ -14,30 +14,30 @@ dependencies:
|
|
|
14
14
|
name: rspec
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '3.1'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '3.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec-its
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '1.1'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '1.1'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: card_deck
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,10 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.0'
|
|
55
|
-
description: ! "\
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
and play against the dealer.\n"
|
|
55
|
+
description: ! "\tThis game is played with a 30 card deck or a 52 card deck with all
|
|
56
|
+
the 8s, 9s. and 10s removed. It works like blackjack except you bust at 7½ and face
|
|
57
|
+
cards are worth ½. You start with one card and play against the dealer.\n"
|
|
59
58
|
email: zrp200@gmail.com
|
|
60
59
|
executables:
|
|
61
60
|
- 7_half
|