fair_dice_roll 7.0.1 → 8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0abd517eb300b75a660d7ff362b396cb3e3b8d69e5084b30d65ca568a770298a
4
- data.tar.gz: af9261b74f04b527f18f0bff273db14807d33c6e2a24d86fe4c129b88757542d
3
+ metadata.gz: 4139a0fdd1762b06c9c4b8ae68d600ab4b73878c3877eee68e06b590656181d8
4
+ data.tar.gz: e1815b391dfd861dc302858c081e6ce361720dcbd1626ceece9b2c007af642a6
5
5
  SHA512:
6
- metadata.gz: 1bd9a924676b0623974a9f276bb1631b4c7c3cb0439a215cd029c7706a9eddd4b0408c12da54acddebeb7ede068b3f83cab81a51f9a9ad625d3da2e84b87490d
7
- data.tar.gz: e676121ad3d45541f9923d1f99148c9fca42bc4495be785e5bc197ab376e76e98656b4f9bf3800ad830446ecd104d9c606e124e3738b613a84770d667adf8502
6
+ metadata.gz: b201dad60dde6859ab9570bf5d3c933dc804e375e11b53e6a9c85dda551d74842aed37fd6f896428bfd4f8c32ddae5cf94c7a2ec56cfc3f916d928ba11e8d04f
7
+ data.tar.gz: 1cf6d21176da91ce7e6a5fa6cb400ac55ec011ea34d8e3e2dde88a77e1351bc0cc2ebfb432ad05a4c0236ab00ed8b6f8ee2102f321e85aed0820a9045f8c16db
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
+ ## [8.0.0] - 2024-05-08
11
+
12
+ ### Changed
13
+
14
+ - Re-roll
15
+
10
16
  ## [7.0.1] - 2024-04-15
11
17
 
12
18
  ### Fixed
@@ -78,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78
84
 
79
85
  - Initial release!
80
86
 
81
- [unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...HEAD
87
+ [unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v8.0.0...HEAD
88
+ [8.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...v8.0.0
82
89
  [7.0.1]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...v7.0.1
83
90
  [7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
84
91
  [6.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0...v6.0.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FairDiceRoll
4
- VERSION = Gem::Version.new("7.0.1")
4
+ VERSION = Gem::Version.new("8.0.0")
5
5
  end
@@ -3,8 +3,8 @@
3
3
  require "securerandom"
4
4
 
5
5
  module FairDiceRoll
6
- RANDOM_NUMBER = 12 # chosen by fair dice roll.
7
- # guaranteed to be random.
6
+ RANDOM_NUMBER = 1 # chosen by fair dice roll.
7
+ # guaranteed to be random.
8
8
  end
9
9
 
10
10
  module Kernel
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fair_dice_roll
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Richert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-15 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler