# HG changeset patch # User Nattee Niparnan # Date 2017-04-16 08:47:33 # Node ID 4514b4701ae2275ce4ac24b071ed7c70c83db877 # Parent bb242b3ef68d72301306068025c2128c3f8f8ec5 add fuzzy string matching gem for similarity check diff --git a/Gemfile b/Gemfile --- a/Gemfile +++ b/Gemfile @@ -86,3 +86,6 @@ #---------------- testiing ----------------------- gem 'minitest-reporters' + +#---------------- for console -------------------- +gem 'fuzzy-string-match' diff --git a/Gemfile.lock b/Gemfile.lock --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,6 +9,9 @@ GEM remote: https://rubygems.org/ specs: + RubyInline (3.12.4) + ZenTest (~> 4.3) + ZenTest (4.11.1) ace-rails-ap (4.1.1) actionmailer (4.2.7.1) actionpack (= 4.2.7.1) @@ -74,6 +77,8 @@ dynamic_form (1.1.4) erubis (2.7.0) execjs (2.7.0) + fuzzy-string-match (1.0.0) + RubyInline (>= 3.8.6) globalid (0.3.7) activesupport (>= 4.1.0) haml (4.0.7) @@ -201,6 +206,7 @@ bootstrap-toggle-rails coffee-rails dynamic_form + fuzzy-string-match haml haml-rails in_place_editing