rollr 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.
- data/bin/rollr +0 -0
- metadata +4 -2
data/bin/rollr
ADDED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rollr
|
|
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:
|
|
@@ -14,11 +14,13 @@ dependencies: []
|
|
|
14
14
|
description: Rollr is a Gem that provides useful functions to simulate the Rolling
|
|
15
15
|
of Dice... because we weren't social enough as is.
|
|
16
16
|
email: alxjrvs@gmail.com
|
|
17
|
-
executables:
|
|
17
|
+
executables:
|
|
18
|
+
- rollr
|
|
18
19
|
extensions: []
|
|
19
20
|
extra_rdoc_files: []
|
|
20
21
|
files:
|
|
21
22
|
- lib/rollr.rb
|
|
23
|
+
- bin/rollr
|
|
22
24
|
homepage: https://github.com/alxjrvs/Rollr
|
|
23
25
|
licenses: []
|
|
24
26
|
post_install_message:
|