Sha256: f63b17fc19aaaa3adaf87be38e901d0d79e3c1962e47fafe5cfc778bc22f0730

Contents?: true

Size: 230 Bytes

Versions: 7

Compression:

Stored size: 230 Bytes

Contents

# Loads mkmf which is used to make makefiles for Ruby extensions
require 'mkmf'

# Give it a name
extension_name = 'damerau_levenshtein'

# The destination
dir_config(extension_name)

# Do the work
create_makefile(extension_name)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
taxamatch_rb-0.8.3 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.8.2 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.8.1 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.8.0 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.7.6 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.7.5 ext/damerau_levenshtein/extconf.rb
taxamatch_rb-0.7.4 ext/damerau_levenshtein/extconf.rb