fair_dice_roll 10.0.0 → 11.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/README.md +10 -4
- data/lib/fair_dice_roll/version.rb +1 -1
- data/lib/fair_dice_roll.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1617f4376f2d3a52b38b41f56b4905277febd11036b2f385a020e4f4b73ef60
|
4
|
+
data.tar.gz: 774f09973ab2e3b44ebb98564adff7a928d4974304c91e9ad7030f4080c8f4ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e789c55b8e0b19e921c1895ec87f75dc1abb1d11fa815503264d7fe150f5612234a0612060b4c314167ea3bbd84e14cbee8f64018c5f2682a9ab00f75ac9c0f4
|
7
|
+
data.tar.gz: 3eca29678cdf64e40c1e7d066998655aaee8e9685009dfdf3bed9265eb8b6541c06ee366815e7a80afd9e84892151d8fc09935329f7cc48450bf9c8e97c235ae
|
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
|
+
## [11.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Re-roll
|
15
|
+
|
10
16
|
## [10.0.0] - 2025-03-11
|
11
17
|
|
12
18
|
### Added
|
@@ -104,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
104
110
|
|
105
111
|
- Initial release!
|
106
112
|
|
107
|
-
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/
|
113
|
+
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v11.0.0...HEAD
|
114
|
+
[11.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v10.0.0...v11.0.0
|
108
115
|
[10.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v9.0.0...v10.0.0
|
109
116
|
[9.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v8.0.0...v9.0.0
|
110
117
|
[8.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...v8.0.0
|
data/README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
1
|
-
|
1
|
+
<h1>
|
2
|
+
<picture>
|
3
|
+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/00e02a4a-80e5-4ba5-a86c-397f2bccbfa2">
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/48e6f6c2-f546-4ae8-ae41-90813a7bb623">
|
5
|
+
<img alt="Fair Dice Roll" src="https://github.com/user-attachments/assets/00e02a4a-80e5-4ba5-a86c-397f2bccbfa2" style="height:2em">
|
6
|
+
</picture>
|
7
|
+
</h1>
|
2
8
|
|
3
9
|
Finally. Truly random numbers in Ruby.
|
4
10
|
|
5
|
-
[](https://github.com/laserlemon)
|
12
|
+
[](https://rubygems.org/gems/fair_dice_roll)
|
13
|
+
[](https://github.com/laserlemon/fair_dice_roll/actions/workflows/test.yml)
|
8
14
|
|
9
15
|
## Installation
|
10
16
|
|
data/lib/fair_dice_roll.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fair_dice_roll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 11.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Richert
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-07-01 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: bundler
|