bonkers-bitfields 1.0.0 → 1.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: 3c1c757381a66cc87dd65a60dc30fdcce2a4d937d368ab919bf3de33fe6d3629
4
- data.tar.gz: 0be0ec980184561847d76fbfd1c5c8b00eb84638223fc055f18b22a1ad5b7057
3
+ metadata.gz: 205befb74c0b514c35cec2ce9f09223aefc594b3493544d93a2b5303ef8892aa
4
+ data.tar.gz: c7eabf56cb021d4f68d8e29281639a9929954d58a8efd2742e927904b9599e79
5
5
  SHA512:
6
- metadata.gz: f8bb243863c98d585f5924e3aa58c56b66480404c72218f5dec46aedc8b9fae560f09a314390ee9069e8f4bfc23518de2ed177467842e64c0e86b327a152ffd2
7
- data.tar.gz: eac346b8c6b45836024ce89002cdf4b60ca278f2f126f5f45525a98ddf7f1f943117c6cdd7ca62375d5b83b25b8c9cff0d8c24a922e76e2fba6332558194b3ca
6
+ metadata.gz: 1a4bcf1d8a1ac60b48bf3cc1243f1f81b16f15c727e9684adc3d67f7bc752b4d3fca5db130761579acb704f4e060aaca2ab924bb66f4682c7811efcd4223b994
7
+ data.tar.gz: 4a3a4e57de1b30620297ff25e4ab7e90cbb0afb977c9cf4c082e607c57361ef4a9b339c573ce995cf499cdd1b4464c269b1e026010c4f48f0504b11185ff1f70
data/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ All notable changes to this project are documented here. The format is based on
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.1] - 2026-06-29
10
+
11
+ ### Added
12
+ - Tested against ActiveRecord 8.1 (Ruby 3.2+); supported range is now AR 6.1 – 8.1.
13
+
14
+ ### Fixed
15
+ - Corrected the `Rael Gugelmin Cunha` contributor link, which pointed at another contributor's
16
+ GitHub profile.
17
+
18
+ ### Changed
19
+ - `Gemfile.lock` is no longer committed (standard for a library), so CI resolves dependencies
20
+ fresh against each `gemfiles/*.gemfile`.
21
+
22
+ ## [1.0.0] - 2026-06-29
23
+
9
24
  ### Changed (breaking)
10
25
  - **Renamed the published gem to `bonkers-bitfields`.** The required library path
11
26
  (`require "bitfields"`) and the `Bitfields` module are unchanged, so `include Bitfields`
@@ -41,3 +56,7 @@ All notable changes to this project are documented here. The format is based on
41
56
  ### Removed
42
57
  - Travis CI (replaced with GitHub Actions) and the `wwtd` development dependency.
43
58
  - Support for Ruby < 3.1 and ActiveRecord < 6.1.
59
+
60
+ [Unreleased]: https://github.com/bonkers-ie/bitfields/compare/v1.0.1...HEAD
61
+ [1.0.1]: https://github.com/bonkers-ie/bitfields/compare/v1.0.0...v1.0.1
62
+ [1.0.0]: https://github.com/bonkers-ie/bitfields/releases/tag/v1.0.0
data/README.md CHANGED
@@ -192,7 +192,7 @@ end
192
192
 
193
193
  Supported versions
194
194
  ===================
195
- Ruby >= 3.1 and ActiveRecord 6.1 – 8.0, tested on CI.
195
+ Ruby >= 3.1 and ActiveRecord 6.1 – 8.1, tested on CI.
196
196
 
197
197
  Authors
198
198
  =======
@@ -205,7 +205,7 @@ Authors
205
205
  - [Justin Aiken](https://github.com/JustinAiken)
206
206
  - [szTheory](https://github.com/szTheory)
207
207
  - [Reed G. Law](https://github.com/reedlaw)
208
- - [Rael Gugelmin Cunha](https://github.com/reedlaw)
208
+ - [Rael Gugelmin Cunha](https://github.com/raelgc)
209
209
  - [Alan Wong](https://github.com/naganowl)
210
210
  - [Andrew Bates](https://github.com/a-bates)
211
211
  - [Shirish Pampoorickal](https://github.com/shirish-pampoorickal)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bitfields
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  Version = VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonkers-bitfields
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser