fair_dice_roll 7.0.0 → 7.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/README.md +1 -1
- data/lib/fair_dice_roll/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0abd517eb300b75a660d7ff362b396cb3e3b8d69e5084b30d65ca568a770298a
|
4
|
+
data.tar.gz: af9261b74f04b527f18f0bff273db14807d33c6e2a24d86fe4c129b88757542d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bd9a924676b0623974a9f276bb1631b4c7c3cb0439a215cd029c7706a9eddd4b0408c12da54acddebeb7ede068b3f83cab81a51f9a9ad625d3da2e84b87490d
|
7
|
+
data.tar.gz: e676121ad3d45541f9923d1f99148c9fca42bc4495be785e5bc197ab376e76e98656b4f9bf3800ad830446ecd104d9c606e124e3738b613a84770d667adf8502
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [7.0.1] - 2024-04-15
|
11
|
+
|
12
|
+
### Fixed
|
13
|
+
|
14
|
+
- Corrected link in contribution steps
|
15
|
+
|
10
16
|
## [7.0.0] - 2024-04-15
|
11
17
|
|
12
18
|
### Added
|
@@ -72,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
72
78
|
|
73
79
|
- Initial release!
|
74
80
|
|
75
|
-
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.
|
81
|
+
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...HEAD
|
82
|
+
[7.0.1]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...v7.0.1
|
76
83
|
[7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
|
77
84
|
[6.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0...v6.0.0
|
78
85
|
[5.1.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0.rc1...v5.1.0
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ Finally. Truly random numbers in Ruby.
|
|
26
26
|
|
27
27
|
1. [Fork](https://github.com/laserlemon/fair_dice_roll/fork) it.
|
28
28
|
2. Roll a die… fairly.
|
29
|
-
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#
|
29
|
+
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L6-L7) your result.
|
30
30
|
4. Submit a [pull request](https://github.com/laserlemon/fair_dice_roll/pulls).
|
31
31
|
5. Please include photographic [evidence](https://cloud.githubusercontent.com/assets/34264/6920894/4f46d4de-d78f-11e4-8414-6c436864705e.JPG) of your roll.
|
32
32
|
|