studio_game_jb 1.0.0 → 1.1.0

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -37
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84fe51e9cdedc9f906cd585b84e0c27e93eadfcb
4
- data.tar.gz: 34c23f8dec802b1badcd774b1690872b6a61015e
3
+ metadata.gz: e45c302a05f43e37f78c4e91444b5802f6f2facc
4
+ data.tar.gz: ef53c1f981c9133631223dd89e109f4bf7ff8d62
5
5
  SHA512:
6
- metadata.gz: dfb62e941f7bc24b5d3d0469b9e352036d3838b722145753fd64060e1cf7c0daf19bbb9be7f4ab528bd8dc573367051151b51fc22735fc810a1e9fe0c701f5da
7
- data.tar.gz: 8bed8fddc6c1efb856ed980337c972fc8659621978a2a6bb8b5f49400298b86925dc6233a32f6a33d48ba864b0716ef45f8af365b65b99e38b3beab9ed073a4d
6
+ metadata.gz: 6ca5a9da8cd6557ea08185c382bdd99b1499554686928c2a85757d1966f596f37ef5e658418e8d054ab9ae471548339ede108a39d73fb7d2a1de1915876358b4
7
+ data.tar.gz: a545159811ce010b668e640d64b4cfaa94fa8454d8c0803ed50b202ed8efd171833a4aed8bd10e7bb389a3e5674d3eaba4f4bdd65d382325f18a79afdd99260d
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: studio_game_jb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Alberto Borges Colina
@@ -24,41 +24,7 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: |
28
- # studio_game_jb
29
-
30
- A simple CLI game made for the Pragmatic Studio Ruby course.
31
-
32
- Install & Usage
33
- --------
34
-
35
- ```shell
36
- gem install studio_game_jb
37
- ```
38
-
39
- Then, to run a game:
40
-
41
- ```shell
42
- studio_game_jb
43
- ```
44
-
45
- And input the number of rounds to play.
46
-
47
- You may also load you own players by creating a CSV file (name, health) and passing it as a parameter:
48
-
49
- ```shell
50
- studio_game_jb my_players.csv
51
- ```
52
-
53
- More Information
54
- ----------------
55
-
56
- * [Pragmatic Studio Ruby Course](http://pragmaticstudio.com/ruby)
57
-
58
- License
59
- -------
60
-
61
- studio_game_jb is Copyright © 2013 Jorge A. Borges Colina. It is free software, and may be redistributed under the terms specified in the [LICENSE](https://github.com/jorgeborges/studio_game_jb/blob/master/LICENSE) file.
27
+ description: A simple CLI game made for the Pragmatic Studio Ruby course.
62
28
  email: jborges82@gmail.com
63
29
  executables:
64
30
  - studio_game_jb
@@ -107,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
73
  version: '0'
108
74
  requirements: []
109
75
  rubyforge_project:
110
- rubygems_version: 2.0.3
76
+ rubygems_version: 2.0.5
111
77
  signing_key:
112
78
  specification_version: 4
113
79
  summary: A simple CLI game made for the Pragmatic Studio Ruby course.