fair_dice_roll 7.0.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eb996f7a81bf7468f00f5d9942ea458799a7fd576208914aa0ea01292bcfd13
4
- data.tar.gz: 5cdaeb753e467c049bcb82506185c0dff2c62df09b6cdc90aba585fca93fe935
3
+ metadata.gz: 4139a0fdd1762b06c9c4b8ae68d600ab4b73878c3877eee68e06b590656181d8
4
+ data.tar.gz: e1815b391dfd861dc302858c081e6ce361720dcbd1626ceece9b2c007af642a6
5
5
  SHA512:
6
- metadata.gz: 509c3175f9f80d1be8293510677b4823235811566404ce1e6aecc896dfed70a7d3142e709601a8969bd07a44168e5db054baf89a48a0424b19071a7857f1e759
7
- data.tar.gz: 26be6a460899b204358c3aae4d9f0b4ce5ed0ff28470d4e575118478a70840cf0cc7b493e3124e9b196b778993fdf51c672086cfe45b13d494c3f1f593d57693
6
+ metadata.gz: b201dad60dde6859ab9570bf5d3c933dc804e375e11b53e6a9c85dda551d74842aed37fd6f896428bfd4f8c32ddae5cf94c7a2ec56cfc3f916d928ba11e8d04f
7
+ data.tar.gz: 1cf6d21176da91ce7e6a5fa6cb400ac55ec011ea34d8e3e2dde88a77e1351bc0cc2ebfb432ad05a4c0236ab00ed8b6f8ee2102f321e85aed0820a9045f8c16db
data/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ 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
+
16
+ ## [7.0.1] - 2024-04-15
17
+
18
+ ### Fixed
19
+
20
+ - Corrected link in contribution steps
21
+
10
22
  ## [7.0.0] - 2024-04-15
11
23
 
12
24
  ### Added
@@ -72,7 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
84
 
73
85
  - Initial release!
74
86
 
75
- [unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...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
89
+ [7.0.1]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...v7.0.1
76
90
  [7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
77
91
  [6.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0...v6.0.0
78
92
  [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#L4) your result.
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FairDiceRoll
4
- VERSION = Gem::Version.new("7.0.0")
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.0
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