icu 0.10.2 → 0.10.3
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 +5 -5
- data/README.md +2 -1
- data/ext/icu/extconf.rb +1 -1
- data/lib/icu/version.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5acdb8b2e1a0ec57eba318d0fad3cd013f0979162553dca648dce75e57fc0586
|
|
4
|
+
data.tar.gz: af41368b37083e79a39d100a5b3d805996ffe75030c4f4de25dad0e931741cfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1bb00122744500e3400a912540d8cdabdef3f59ceca771a0ee9c828e5efd92c5baf8c30c8fee036758f7a69445f6392494d72da808c9a9495f1ddc6772cbb4e
|
|
7
|
+
data.tar.gz: 69c89cc02c8cf77903660d52e0fbc20feff461a88c941a4c1e2f5b5216320e42b2456dbde7b6d45924d2cb761c6a5827e17e83a21a53f10ae8f40eeb1f975e87
|
data/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
ICU - A Unicode processing functions ruby gem - binding to ICU
|
|
2
2
|
|
|
3
|
-
Beta stage.
|
|
3
|
+
Beta stage. I'm sure ffi-icu can also do the same thing once you understand the internal C module for transcoding.
|
|
4
4
|
|
|
5
5
|
Ruby required 2.3.1.
|
|
6
6
|
|
|
7
|
+
[](https://badge.fury.io/rb/icu)
|
|
7
8
|
[](https://travis-ci.org/fantasticfears/icu4r)
|
|
8
9
|
|
|
9
10
|
## Usage
|
data/ext/icu/extconf.rb
CHANGED
data/lib/icu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: icu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erick Guan
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake-compiler
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 2.2.0
|
|
69
|
-
description:
|
|
69
|
+
description:
|
|
70
70
|
email:
|
|
71
71
|
- fantasticfears@gmail.com
|
|
72
72
|
executables: []
|
|
@@ -116,7 +116,7 @@ homepage: https://github.com/fantasticfears/icu4r
|
|
|
116
116
|
licenses:
|
|
117
117
|
- MIT
|
|
118
118
|
metadata: {}
|
|
119
|
-
post_install_message:
|
|
119
|
+
post_install_message:
|
|
120
120
|
rdoc_options: []
|
|
121
121
|
require_paths:
|
|
122
122
|
- lib
|
|
@@ -131,9 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
132
|
version: '0'
|
|
133
133
|
requirements: []
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
signing_key:
|
|
134
|
+
rubygems_version: 3.4.10
|
|
135
|
+
signing_key:
|
|
137
136
|
specification_version: 4
|
|
138
137
|
summary: A Unicode processing functions ruby gem, binding to ICU
|
|
139
138
|
test_files:
|