Skip to content

Commit

Permalink
Update readme with known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed Nov 5, 2010
1 parent b5decdb commit 4f87a3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Tested on:
* MRI 1.9.2
* Rubinius 1.1.0

Known Issues
============
* The C extension uses `char*` strings, and so Unicode strings will give incorrect distances.

Including in Gemfile
====================

Expand Down
1 change: 1 addition & 0 deletions levenshtein-ffi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
]
s.files = [
".gitignore",
"CHANGELOG.markdown",
"Gemfile",
"README.markdown",
"Rakefile",
Expand Down

0 comments on commit 4f87a3f

Please sign in to comment.