blingfire 0.2.2 → 0.3.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: 4249b21d00e9ae5d0c3c57f4637067b8930703c128f24c17f51ad8bc00a8c44a
4
- data.tar.gz: 5525869e2be863473f98dd539d742612c1d2bbe0cdf36eb0735222fc018e0046
3
+ metadata.gz: 0a63930943ea4fe6a3dcbf4dd30219c7986b5f9e1cdcff9e6ada001a00399761
4
+ data.tar.gz: d14acf9c98a6ffc8d1917d3d29fb14be4f68ce9dd7519a7e4d79a8ba4dda3a3d
5
5
  SHA512:
6
- metadata.gz: 30f423cf980c12bf88e2700568a7547167575664f921d8fa20472381273f4ca86a491fc5326a407dc2acbef54516280abef39ddccb145f1595ab01c7726c4536
7
- data.tar.gz: 55be1b28608ec67044bfa1877e6bda8de697c2b4a18dcc019d5749459c7dbd4d416a152842090268db3867e614f05a5be697f2b1fbfd5b27d4211a2e2ce3a2d6
6
+ metadata.gz: 538838c9d5c59fbd2fcdec2742500d76b9d4cf6a115c673fccf87c84f393af463524e6e0c19bf7bbaafa26237e3a61e96e68732fc59c97d97a7a7605c7e0e63c
7
+ data.tar.gz: dc75f4af27a2d62d3a0edba001dc99c848c534ea54a2bec32f3fb7e1eadb5ff8e7c2864ce6dd771cf3d7676ed355074f278f18b819f8422566038dc985958daf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.0 (2025-04-03)
2
+
3
+ - Dropped support for Ruby < 3.2
4
+
1
5
  ## 0.2.2 (2024-12-29)
2
6
 
3
7
  - Fixed warning with Ruby 3.4
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) Microsoft Corporation. All rights reserved.
4
- Copyright (c) 2020-2024 Andrew Kane
4
+ Copyright (c) 2020-2025 Andrew Kane
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module BlingFire
2
- VERSION = "0.2.2"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blingfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-29 00:00:00.000000000 Z
10
+ date: 2025-04-03 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: fiddle
@@ -52,7 +52,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
- version: '3'
55
+ version: '3.2'
56
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - ">="