diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | rebol.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ results are cached with _memcached_ [5]. You'll also need the following _ruby gems_: * https://rubygems.org/gems/memcached - * http://rubygems.org/gems/nlp_ruby + * http://rubygems.org/gems/zipf * http://trollop.rubyforge.org/ @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'nlp_ruby' +require 'zipf' require 'trollop' require 'tempfile' require 'memcached' |