eight_ball 3.0.1 → 3.1.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: fa845dab485f3d2165d963ae5dfea42156b1d6e843a53737d570080baba2ca14
4
- data.tar.gz: a764d87244a2d889590ac2c649497204ee111f42c0b57d98b42d8c419279c492
3
+ metadata.gz: ea7f43547fd5be64998e915e4ebed8d94b012a0a82454c9fc797435d85d1d260
4
+ data.tar.gz: 3d8834334cb8509206d42b28223ff2bcc0cf6d6878280907ad609c43a952f4b7
5
5
  SHA512:
6
- metadata.gz: 32f551d78e14441c94e65b285d84f81009207dffe4bc647b21a661433a5ace3ff827c98c34ee361c41634c89b6b0d2a89b8a5fa73a00e9106f76ad4ce7ed7f7a
7
- data.tar.gz: 3290e0a46ef183c241920f8ab9e235b20b63f8c13cd9716645fbc37f1a5dabba637290d18da70bece2005d877bb1f096b8edcd35018b57036bb14241c6b2b638
6
+ metadata.gz: 1ccbf457800c0d6b435ef2481d9ad8a0622ef39315cdb88fda283bb4b057edc740b60ec0b979cfbed24606dc41283962c3b253ffeffdbb3ca26542279eb4762f
7
+ data.tar.gz: ff4b58774dbaeb798fa00bd1069e86437523472b01ed2fa234b95054ea1ba8bde1b034f0c2456d200b8733994970711a2ad1c421844365b161c46e18695333da
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.8
1
+ 3.3.10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.0]
4
+
5
+ - Upgrade Ruby to 3.3.10
6
+
3
7
  ## [3.0.1]
4
8
 
5
9
  - Fix release workflow to use ruby/setup-ruby instead of actions/setup-ruby
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eight_ball (3.0.1)
4
+ eight_ball (3.1.0)
5
5
  awrence (~> 1.1)
6
6
  logger (~> 1.7)
7
7
  plissken (~> 1.2)
data/eight_ball.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.homepage = 'https://github.com/rewindio/eight_ball'
16
16
  spec.license = 'MIT'
17
17
 
18
- spec.required_ruby_version = '~> 3.1'
18
+ spec.required_ruby_version = '>= 3.3'
19
19
 
20
20
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|.github|examples)/}) }
21
21
  spec.bindir = 'exe'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EightBall
4
- VERSION = '3.0.1'
4
+ VERSION = '3.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eight_ball
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-04 00:00:00.000000000 Z
11
+ date: 2026-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awrence
@@ -193,16 +193,16 @@ require_paths:
193
193
  - lib
194
194
  required_ruby_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
- - - "~>"
196
+ - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: '3.1'
198
+ version: '3.3'
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - ">="
202
202
  - !ruby/object:Gem::Version
203
203
  version: '0'
204
204
  requirements: []
205
- rubygems_version: 3.4.19
205
+ rubygems_version: 3.5.22
206
206
  signing_key:
207
207
  specification_version: 4
208
208
  summary: The most cost efficient way to flag features