icu 0.10.2 → 0.10.3

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
- SHA1:
3
- metadata.gz: 52bd5b4ff7de493e861afcde8e5b8d0d166e1978
4
- data.tar.gz: 4a38c359cc8ed339e2a328a221c29a22c0db405c
2
+ SHA256:
3
+ metadata.gz: 5acdb8b2e1a0ec57eba318d0fad3cd013f0979162553dca648dce75e57fc0586
4
+ data.tar.gz: af41368b37083e79a39d100a5b3d805996ffe75030c4f4de25dad0e931741cfc
5
5
  SHA512:
6
- metadata.gz: 4d22f947f3b513b9a4abb8e5c2a0eab570bb4ad28ea2ea0f0ffeaacf56924a51fd0ea224f2bca48e9777fc785c1feecc0ea7e6aaee6bf0b4a989d2e650a34049
7
- data.tar.gz: 687fde4436ca2b756ebdda7502f40d3b0433ae8ecafe236dbc0a7e946bd957eb1752c74ae741a98a0e6cdbd25f3147d4459fbe2ce454e72f9774bd30f6cab8a9
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
+ [![Gem Version](https://badge.fury.io/rb/icu.svg)](https://badge.fury.io/rb/icu)
7
8
  [![Build Status](https://travis-ci.org/fantasticfears/icu4r.svg?branch=master)](https://travis-ci.org/fantasticfears/icu4r)
8
9
 
9
10
  ## Usage
data/ext/icu/extconf.rb CHANGED
@@ -29,7 +29,7 @@ if using_system_libraries?
29
29
  unless dir_config('icu').any?
30
30
  base = if !`which brew`.empty?
31
31
  `brew --prefix`.strip
32
- elsif File.exists?("/usr/local/Cellar/icu4c")
32
+ elsif File.exist?("/usr/local/Cellar/icu4c")
33
33
  '/usr/local/Cellar'
34
34
  end
35
35
 
data/lib/icu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ICU
2
- VERSION = "0.10.2"
2
+ VERSION = "0.10.3"
3
3
  end
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.2
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: 2017-08-16 00:00:00.000000000 Z
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
- rubyforge_project:
135
- rubygems_version: 2.6.12
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: