fair_dice_roll 7.0.0 → 7.0.1

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: 4eb996f7a81bf7468f00f5d9942ea458799a7fd576208914aa0ea01292bcfd13
4
- data.tar.gz: 5cdaeb753e467c049bcb82506185c0dff2c62df09b6cdc90aba585fca93fe935
3
+ metadata.gz: 0abd517eb300b75a660d7ff362b396cb3e3b8d69e5084b30d65ca568a770298a
4
+ data.tar.gz: af9261b74f04b527f18f0bff273db14807d33c6e2a24d86fe4c129b88757542d
5
5
  SHA512:
6
- metadata.gz: 509c3175f9f80d1be8293510677b4823235811566404ce1e6aecc896dfed70a7d3142e709601a8969bd07a44168e5db054baf89a48a0424b19071a7857f1e759
7
- data.tar.gz: 26be6a460899b204358c3aae4d9f0b4ce5ed0ff28470d4e575118478a70840cf0cc7b493e3124e9b196b778993fdf51c672086cfe45b13d494c3f1f593d57693
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.0...HEAD
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#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("7.0.1")
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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: 7.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Richert