haphazardly_gem 0.1.3 → 0.1.4
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 +2 -1
- data/Gemfile.lock +1 -1
- data/lib/haphazardly_gem/lotto.rb +1 -1
- data/lib/haphazardly_gem/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: e20c7238cb8177ebeabaa03275d94fec90ff0daa2aabc1f11bbec724bdfece25
|
|
4
|
+
data.tar.gz: 218a695f7ba9d430e0d4f35cc786b77891ab4defed9c2d52789a877ad3933065
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 384ca71d41a4ed1b21462fb65db975563b9713df09959378639be9b984a98586ebe3926f0a338ff429e1e30ae90e532f260a82aff6890581e0dcb1a261992d56
|
|
7
|
+
data.tar.gz: 46cb281e6a79fe5e8707a4e34ad87422f298132ae55b5d659f768a19d84958360efc338bca5ca5a818fb83d6d244c1392b723857ba64796c387719ec7b98ff9f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
## [0.1.1] & [0.1.2] & [0.1.3] - 2022-07-12
|
|
1
|
+
## [0.1.1] & [0.1.2] & [0.1.3] & [0.1.4] - 2022-07-12
|
|
2
2
|
|
|
3
3
|
- removed extend feature which caused a crash.
|
|
4
4
|
- bug fixes due to namespacing
|
|
5
5
|
- Fixed logic error in lotto.draw
|
|
6
|
+
- possible fix to ci/cd
|
|
6
7
|
|
|
7
8
|
## [0.1.0] - 2022-07-11
|
|
8
9
|
|
data/Gemfile.lock
CHANGED