splendor_game 0.1.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 547dab96b270b9680b85697dcfdebf09fac4f8db
4
- data.tar.gz: 9fbdd1e06feb465f45e47b43018fc0b497a913b0
2
+ SHA256:
3
+ metadata.gz: c839353289f120f3c6b73e7191e2d2fd3c94a15e0734820c55d71192b829175e
4
+ data.tar.gz: 543e1bacc0b61e8da5fff84d3071d5efa173b5bad6a498175bb82972101e68f2
5
5
  SHA512:
6
- metadata.gz: e63c1ad7284bafc6844d171967b9eeada48d1cc973b0de224531e31a4a9981f14cf22db2d06a16bcc36f190304440b840bdd1b437952432d2fa368b61f8c29a7
7
- data.tar.gz: 2675112afc9482cb891145bb3a88e32ef96dfe26de643d4ecaba1fd1cb179ae6e3163fbaf9c1091cdf8524268baa23b95d58110234797d2dbe37f74b00e761e1
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
- Not yet ready for use - still in development.
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... https://drive.google.com/file/d/0B4yyYVH10iE5VlBFME9QelBVUnc/edit
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
 
@@ -1,3 +1,3 @@
1
1
  module SplendorGame
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency "rake", "~> 10.0"
25
25
  spec.add_development_dependency "rspec", "~> 3.0"
26
26
 
27
- spec.add_dependency "highline", "~> 1.7"
27
+ spec.add_dependency "highline", "~> 2.1"
28
28
  end
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.0
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: 2017-08-23 00:00:00.000000000 Z
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.7'
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.7'
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
- rubyforge_project:
119
- rubygems_version: 2.6.6
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: []