rollr 1.0.3 → 1.0.4
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 +4 -4
- data/README.md +1 -1
- data/lib/rollr/die.rb +2 -2
- data/lib/rollr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 305739b5f3af52bd0527a124d52ac47c37c2ea36
|
4
|
+
data.tar.gz: b13519a9d8c7a0d8936ad832b720f7a6a853b29f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4757a06656f0f6301b0ff959f3393054a7aa828bc1fdef6a3e5539aa89d4100a25f11e85ab6e943276f8053159913f8fc4f71302ffb6082306ca9ff8f816c345
|
7
|
+
data.tar.gz: 6477df1ec94af2acf60c5f7202c0a8b7b53fe185f63b07570290d09bfe7b7d97d1bddb6fa753bbbf11726957347353e5839bbef5761aafb7cbb2639bd6caebd3
|
data/README.md
CHANGED
@@ -44,7 +44,7 @@ When you roll a `Die`, you get a `RollResult`.
|
|
44
44
|
#=> <Rollr::RollResult #hash total: 6, rolls: [6], number_of_dice: 1, die_sides: 6>
|
45
45
|
```
|
46
46
|
|
47
|
-
You can roll multiple dice of the same kind by passing a number to the `roll` argument
|
47
|
+
You can roll multiple dice of the same kind by passing a number to the `roll` argument.
|
48
48
|
|
49
49
|
```
|
50
50
|
> d6.roll(number: 3)
|
data/lib/rollr/die.rb
CHANGED
data/lib/rollr/version.rb
CHANGED