haphazardly_gem 0.1.0 → 0.1.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: c9a6c3edc31e55b335265d1f46cb36a8def3f4fb331cd63d84513fc71005a530
4
- data.tar.gz: b2dcb994da24e642c69b3372a4c5ffcf712fa7fe4bb3ec35e6f5821c43219c11
3
+ metadata.gz: c03e871f4dc956e8e412c5dec5c3e7e16ee3e62d8276b8ecdc4feb65cc22f5cf
4
+ data.tar.gz: bfb01954e38d2ead50f2e550ef4df8d3f3f222ee8b7d130287bfe19332e477e1
5
5
  SHA512:
6
- metadata.gz: e27eff4e6b673ab8c62902b51c16680ebaf4afd5a1a3603325a5ba291183ec30817b5ab217a23794308fea4acfb6337620d11acf655eca6557cffb74cd0a87f4
7
- data.tar.gz: 11e6c941328737ef3d800469e6b6416c6b8d770a12107fd9bfd96e59f85b89f0a5f078fe8570fbe55bb5fc8abe89ffb63c36fb55fa7c86115ade7882d68b02d2
6
+ metadata.gz: 9d2dc1d23d60bdd376a3b5789cd3c29be88114d03815e97d4ae90ef518f049a279eb5480f6b2f57568b6715d043df1364f69ad0b808d531b677fcde1117b9a0f
7
+ data.tar.gz: 4059499f4dcc88ea8135b4beeb39752269569c4b18a5673bf446389574728cdba1ffa527de2200758b238e09c70bf36ae1587dd16adae3625c89f2f1a56b3065
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## [Unreleased]
1
+ ## [0.1.1] - 2022-07-12
2
+
3
+ - removed extend feature which caused a crash.
2
4
 
3
5
  ## [0.1.0] - 2022-07-11
4
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- haphazardly_gem (0.1.0)
4
+ haphazardly_gem (0.1.1)
5
5
  minitest (~> 5.0)
6
6
  rake (~> 13.0)
7
7
  rubocop (~> 1.21)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HaphazardlyGem
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -6,10 +6,10 @@ module HaphazardlyGem
6
6
  require_relative "haphazardly_gem/lotto"
7
7
  require_relative "haphazardly_gem/playing_card"
8
8
 
9
- extend Coin
10
- extend Dice
11
- extend Lotto
12
- extend PlayingCard
9
+ # extend Coin
10
+ # extend Dice
11
+ # extend Lotto
12
+ # extend PlayingCard
13
13
 
14
14
  class Error < StandardError; end
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haphazardly_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Rogers
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.3.7
101
+ rubygems_version: 3.3.17
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: This gem will generate random results for games, such as rolling dice and