-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.3 | ||
3.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,12 @@ Gem::Specification.new do |spec| | |
spec.platform = Gem::Platform::RUBY # rely on FFI library, but being platform-independent | ||
|
||
spec.required_rubygems_version = Gem::Requirement.new('>= 2.5.0') | ||
spec.authors = ['Jari Bakken'] | ||
spec.authors = ['Erick Guan', 'Damian Nelson'] | ||
spec.licenses = ['MIT'] | ||
spec.summary = 'Simple Ruby FFI wrappers for International Components for Unicode (ICU).' | ||
spec.description = 'Provides charset detection, locale sensitive collation and more. Depends on libicu.' | ||
spec.email = '[email protected]' | ||
spec.description = 'Provides charset detection, transiliteration, locale sensitive collation and more. ' \ | ||
'Depends on libicu. ICU operates on CLDR data.' | ||
spec.email = '[email protected]' | ||
spec.homepage = 'https://github.com/erickguan/ffi-icu' | ||
|
||
spec.metadata['source_code_uri'] = spec.homepage | ||
|