splendor_game 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +4 -4
- data/lib/splendor_game/version.rb +1 -1
- data/splendor_game.gemspec +1 -1
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c839353289f120f3c6b73e7191e2d2fd3c94a15e0734820c55d71192b829175e
|
4
|
+
data.tar.gz: 543e1bacc0b61e8da5fff84d3071d5efa173b5bad6a498175bb82972101e68f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af7ed7695cec02819075263f6d2f795d56c2e36cfde1444de35b08df040eb7a87f4a41769a683afabde761b7ff4190e1db2b96f2de673194b3253ee94c0feefd
|
7
|
+
data.tar.gz: 734fd016503200e8bbe0c1e1c9d643981e40eadafeb850c8f99ff9bbf5b93a573f36bf2f1de20cb5e70ecce14f111ce9c71ed7e9289943cfa2d67bc8c5db16cb
|
data/README.md
CHANGED
@@ -8,18 +8,18 @@ Find out more about the game at [BoardGameGeek](https://boardgamegeek.com/boardg
|
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
11
|
-
|
11
|
+
gem install splendor_game
|
12
12
|
|
13
13
|
## Usage
|
14
14
|
|
15
|
-
There is a simple CLI you can use. Simply run the following in irb or put in a .rb file and run it.
|
15
|
+
There is a simple CLI you can use, which requires [Highline](https://github.com/JEG2/highline). Simply run the following in irb or put in a .rb file and run it.
|
16
16
|
|
17
17
|
```ruby
|
18
18
|
require 'splendor_game'
|
19
19
|
SplendorGame::CLI.new
|
20
20
|
```
|
21
21
|
|
22
|
-
Or, hook this up to any front end you might desire to use.
|
22
|
+
Or, hook this up to any front end you might desire to use. If you do this, I'd be interested in knowing the details.
|
23
23
|
|
24
24
|
## Contributing
|
25
25
|
|
@@ -27,7 +27,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/reedst
|
|
27
27
|
|
28
28
|
## With thanks...
|
29
29
|
|
30
|
-
Whoever typed up a list of all the cards in the board game into this spreadsheet
|
30
|
+
Whoever typed up a list of all the cards in the board game into [this spreadsheet](https://drive.google.com/file/d/0B4yyYVH10iE5VlBFME9QelBVUnc/edit).
|
31
31
|
|
32
32
|
## License
|
33
33
|
|
data/splendor_game.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: splendor_game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- reedstonefood
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,15 +58,15 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '1
|
61
|
+
version: '2.1'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '1
|
69
|
-
description:
|
68
|
+
version: '2.1'
|
69
|
+
description:
|
70
70
|
email:
|
71
71
|
- reedstonefood@users.noreply.github.com
|
72
72
|
executables: []
|
@@ -100,7 +100,7 @@ homepage: https://github.com/reedstonefood/splendor_game
|
|
100
100
|
licenses:
|
101
101
|
- MIT
|
102
102
|
metadata: {}
|
103
|
-
post_install_message:
|
103
|
+
post_install_message:
|
104
104
|
rdoc_options: []
|
105
105
|
require_paths:
|
106
106
|
- lib
|
@@ -115,9 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '0'
|
117
117
|
requirements: []
|
118
|
-
|
119
|
-
|
120
|
-
signing_key:
|
118
|
+
rubygems_version: 3.4.10
|
119
|
+
signing_key:
|
121
120
|
specification_version: 4
|
122
121
|
summary: An implementation of the board game, Splendor.
|
123
122
|
test_files: []
|