blingfire 0.2.1 → 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: 890fb5c4a1c6bf935b733e3c004f7a0128d81112d55cacd43d7d5d9b62cbaf8f
4
- data.tar.gz: b986e941724657af926a50db274a038957c1937b68ca6dd5dbfc733a59c160db
3
+ metadata.gz: 0a63930943ea4fe6a3dcbf4dd30219c7986b5f9e1cdcff9e6ada001a00399761
4
+ data.tar.gz: d14acf9c98a6ffc8d1917d3d29fb14be4f68ce9dd7519a7e4d79a8ba4dda3a3d
5
5
  SHA512:
6
- metadata.gz: af31055e834a91bb51c95e60ba6dc35bbd2ca5c844bc75ae0cf5681f71c7e5acacd3d9f2d5ca4ef9e962d022997f594cf35651a0478d53182f3522a5dfcf9840
7
- data.tar.gz: 4aff0c7edc5c09675b438167b2449cfcce8aca98bf0b14b9c17fb89192dd5cd8e7c51894a341fbda30411ad7ae29972a37e3ad0f029a9056825f017c1ae65f8e
6
+ metadata.gz: 538838c9d5c59fbd2fcdec2742500d76b9d4cf6a115c673fccf87c84f393af463524e6e0c19bf7bbaafa26237e3a61e96e68732fc59c97d97a7a7605c7e0e63c
7
+ data.tar.gz: dc75f4af27a2d62d3a0edba001dc99c848c534ea54a2bec32f3fb7e1eadb5ff8e7c2864ce6dd771cf3d7676ed355074f278f18b819f8422566038dc985958daf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.3.0 (2025-04-03)
2
+
3
+ - Dropped support for Ruby < 3.2
4
+
5
+ ## 0.2.2 (2024-12-29)
6
+
7
+ - Fixed warning with Ruby 3.4
8
+
1
9
  ## 0.2.1 (2023-12-12)
2
10
 
3
11
  - Fixed error with `ids_to_text` and all special tokens
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-2023 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
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Bling Fire](https://github.com/microsoft/BlingFire) - high speed text tokenization - for Ruby
4
4
 
5
- [![Build Status](https://github.com/ankane/blingfire-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/blingfire-ruby/actions)
5
+ [![Build Status](https://github.com/ankane/blingfire-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/blingfire-ruby/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module BlingFire
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,16 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blingfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-12 00:00:00.000000000 Z
12
- dependencies: []
13
- description:
10
+ date: 2025-04-03 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: fiddle
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
14
26
  email: andrew@ankane.org
15
27
  executables: []
16
28
  extensions: []
@@ -33,7 +45,6 @@ homepage: https://github.com/ankane/blingfire-ruby
33
45
  licenses:
34
46
  - MIT
35
47
  metadata: {}
36
- post_install_message:
37
48
  rdoc_options: []
38
49
  require_paths:
39
50
  - lib
@@ -41,15 +52,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
52
  requirements:
42
53
  - - ">="
43
54
  - !ruby/object:Gem::Version
44
- version: '3'
55
+ version: '3.2'
45
56
  required_rubygems_version: !ruby/object:Gem::Requirement
46
57
  requirements:
47
58
  - - ">="
48
59
  - !ruby/object:Gem::Version
49
60
  version: '0'
50
61
  requirements: []
51
- rubygems_version: 3.4.10
52
- signing_key:
62
+ rubygems_version: 3.6.2
53
63
  specification_version: 4
54
64
  summary: High speed text tokenization for Ruby
55
65
  test_files: []