unf_ext 0.0.8-x86-mingw32 → 0.0.8.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6309af2e82dfd6b9fdae545bdccbde524b436defb913fb122d5293d4bcc04691
4
- data.tar.gz: de0fcfd7eaf3aaca8cdeb7206bf7abbb7cae7454ac1401595cd77394cbb45511
3
+ metadata.gz: 6dea05cd5f88ace9040ca6b0460dde055cb9e0195774bdc9e98202a015d235a3
4
+ data.tar.gz: 0ec16f002ea993b373b50fb51f0e228f1a277594bcb943c6d376cbcf63fca2a7
5
5
  SHA512:
6
- metadata.gz: '041390598be50f3eb88dcce396d4c6a1806793090101bbef2523413d1f7ec76440078ec437782c052b2ccf8d6d298f3f5f9b41fc4eba41cd6f0e3cb2a738ef91'
7
- data.tar.gz: 36f6cf55ad85447b17695ca21f0a9826caebb682dd675053b7da0b52519dffa872e461c0dbb17eb56bbb4bb593eb6ec7384ca5d84c535ab399dd39a011ccdda4
6
+ metadata.gz: a9c0d1233321845abdb7214480ce550cec41d8bd6c379c36d3319454f3f2f34b46dc57dd2094cd8294bb684a689e36148027a8fe8c6eba40721e0ffebe6c263d
7
+ data.tar.gz: 7deba8fdf08e6ea8283652ca6bafe816560174127145818fd52c2503e764aad15a64b9bbbe08e776226e6f5e9b0a81abb5c66bedc1ecebe3c788b5b698647e0f
@@ -12,12 +12,10 @@ jobs:
12
12
  fail-fast: false
13
13
  matrix:
14
14
  os: [ ubuntu-20.04, macos-11.0, windows-2019 ]
15
- ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head ]
15
+ ruby: [ 2.6, 2.7, "3.0", 3.1, head ]
16
16
  include:
17
17
  - { os: windows-2019, ruby: mingw }
18
18
  exclude:
19
- - { os: macos-11.0, ruby: 2.2 }
20
- - { os: macos-11.0, ruby: 2.3 }
21
19
  - { os: windows-2019, ruby: head }
22
20
 
23
21
  steps:
@@ -33,10 +31,6 @@ jobs:
33
31
  - name: bundle install
34
32
  shell: pwsh
35
33
  run: |
36
- # update RubyGems in Ruby 2.2, bundle install
37
- if ('${{ matrix.ruby }}' -lt '2.3') {
38
- gem update --system 2.7.10 --no-document
39
- }
40
34
  bundle config set --local path .bundle/vendor
41
35
  bundle install --jobs 4 --retry 3
42
36
 
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 0.0.8
1
+ ## 0.0.8.1 (2022-03-13)
2
+
3
+ - Include Windows binaries for Ruby 3.1.
4
+
5
+ ## 0.0.8 (2021-09-14)
2
6
 
3
7
  - No functional change in the library code.
4
8
  - Include Windows binaries for Ruby 3.0.
data/lib/2.4/unf_ext.so CHANGED
Binary file
data/lib/2.5/unf_ext.so CHANGED
Binary file
data/lib/2.6/unf_ext.so CHANGED
Binary file
data/lib/2.7/unf_ext.so CHANGED
Binary file
data/lib/3.0/unf_ext.so CHANGED
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module UNF
2
2
  class Normalizer
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.8.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unf_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.8.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Takeru Ohta
8
8
  - Akinori MUSHA
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-09-14 00:00:00.000000000 Z
12
+ date: 2022-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -120,12 +120,12 @@ files:
120
120
  - ext/unf_ext/unf/trie/node.hh
121
121
  - ext/unf_ext/unf/trie/searcher.hh
122
122
  - ext/unf_ext/unf/util.hh
123
- - lib/2.3/unf_ext.so
124
123
  - lib/2.4/unf_ext.so
125
124
  - lib/2.5/unf_ext.so
126
125
  - lib/2.6/unf_ext.so
127
126
  - lib/2.7/unf_ext.so
128
127
  - lib/3.0/unf_ext.so
128
+ - lib/3.1/unf_ext.so
129
129
  - lib/unf_ext.rb
130
130
  - lib/unf_ext/version.rb
131
131
  - test/helper.rb
@@ -136,7 +136,7 @@ homepage: https://github.com/knu/ruby-unf_ext
136
136
  licenses:
137
137
  - MIT
138
138
  metadata: {}
139
- post_install_message:
139
+ post_install_message:
140
140
  rdoc_options: []
141
141
  require_paths:
142
142
  - lib
@@ -144,18 +144,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: '2.3'
147
+ version: '2.4'
148
148
  - - "<"
149
149
  - !ruby/object:Gem::Version
150
- version: 3.1.dev
150
+ version: 3.2.dev
151
151
  required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  requirements:
153
153
  - - ">="
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.2.3
158
- signing_key:
157
+ rubygems_version: 3.3.4
158
+ signing_key:
159
159
  specification_version: 4
160
160
  summary: Unicode Normalization Form support library for CRuby
161
161
  test_files:
data/lib/2.3/unf_ext.so DELETED
Binary file