Skip to content

Commit

Permalink
Removed ruby bindigns from lib, fixes console
Browse files Browse the repository at this point in the history
  • Loading branch information
bendangelo committed Sep 18, 2024
1 parent 0231dd7 commit 9b64439
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 5,219 deletions.
1 change: 0 additions & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "melisa"

# You can add fixtures and/or initialization code here to make experimenting
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def check_command_exists(command)
FileUtils.cd(MARISA_ROOT) do
sys "autoreconf -i"
sys "./configure --enable-native-code --prefix='#{PREFIX}'"
sys "make clean"
sys "make"
sys "make install"
end
Expand Down
13 changes: 0 additions & 13 deletions ext/marisa-trie-0.2.6/bindings/ruby/extconf.rb

This file was deleted.

253 changes: 0 additions & 253 deletions ext/marisa-trie-0.2.6/bindings/ruby/marisa-swig.cxx

This file was deleted.

Loading

0 comments on commit 9b64439

Please sign in to comment.