game_dice 0.0.1 → 0.0.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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: game_dice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,10 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-09-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: ! "This is a simple library for dealing with RPG dice systems. \n It
|
|
15
|
+
comes packaged with some scripts for rolling dice and \n dealing
|
|
16
|
+
with other common RPG scenarios. See the scripts \n in the bin/
|
|
17
|
+
dir for details."
|
|
15
18
|
email: brice84@gmail.com
|
|
16
19
|
executables:
|
|
17
20
|
- roll
|
|
@@ -21,7 +24,7 @@ files:
|
|
|
21
24
|
- lib/game_dice.rb
|
|
22
25
|
- lib/game_dice/die.rb
|
|
23
26
|
- bin/roll
|
|
24
|
-
homepage:
|
|
27
|
+
homepage: https://github.com/nevern02/game_dice
|
|
25
28
|
licenses: []
|
|
26
29
|
post_install_message:
|
|
27
30
|
rdoc_options: []
|