Skip to content

Commit

Permalink
Switch to default gem for nkf
Browse files Browse the repository at this point in the history
JRuby's implementation has moved to the gem:

ruby/nkf#15

The nkf library has been a default gem in CRuby since 3.0; this
aligns 9.4 with that configuration. The gem will either move to
bundled or out of stdlib altogether in Ruby 3.4 later this year,
so I think we should take this step now.
  • Loading branch information
headius committed Jan 22, 2024
1 parent 7609e7b commit 6014f18
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1,217 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ lib/ruby/stdlib/jar*
lib/ruby/stdlib/jline
lib/ruby/stdlib/jopenssl*
lib/ruby/stdlib/json*
lib/ruby/stdlib/kconv.rb
lib/ruby/stdlib/krypt*
lib/ruby/stdlib/libfixposix*
lib/ruby/stdlib/logger*
Expand All @@ -95,6 +96,7 @@ lib/ruby/stdlib/minitest*
lib/ruby/stdlib/mutex_m.rb
lib/ruby/stdlib/net/protocol*
lib/ruby/stdlib/net/http*
lib/ruby/stdlib/nkf*
lib/ruby/stdlib/observer*
lib/ruby/stdlib/open3*
lib/ruby/stdlib/open-uri*
Expand Down
59 changes: 0 additions & 59 deletions core/src/main/java/org/jruby/ext/nkf/Command.java

This file was deleted.

71 changes: 0 additions & 71 deletions core/src/main/java/org/jruby/ext/nkf/CommandParser.java

This file was deleted.

81 changes: 0 additions & 81 deletions core/src/main/java/org/jruby/ext/nkf/Option.java

This file was deleted.

110 changes: 0 additions & 110 deletions core/src/main/java/org/jruby/ext/nkf/Options.java

This file was deleted.

Loading

0 comments on commit 6014f18

Please sign in to comment.