Skip to content

Commit

Permalink
Update metadata and Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Jul 5, 2024
1 parent ce73892 commit 5235032
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require:
AllCops:
NewCops: enable
StyleGuideBaseURL: https://rubystyle.guide
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
SuggestExtensions: false # reduce noise. consider add rubocop-benchmark

Exclude:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.3.3
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

### Changed

- Required Ruby 3.0 and up.
- Required Ruby 3.0 and up. Ruby 3.0 is EOL as of 2024-05.

### Fixed


### Removed

- Stop monkeypatching `String#bytesize` or `String#jlength`.
- Stop monkeypatching `String#bytesize` or `String#jlength`.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2024 Jari Bakken
Copyright (c) 2010-2024 Erick Guan, Damian Nelson

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
7 changes: 4 additions & 3 deletions ffi-icu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5235032

Please sign in to comment.