exe/httpspell in httpspell-1.4.0 vs exe/httpspell in httpspell-1.4.1
- old
+ new
@@ -1,11 +1,11 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'optparse'
-require 'httpspell/spider'
-require 'httpspell/spellchecker'
-require 'httpspell/version'
+require 'http_spell/spider'
+require 'http_spell/spellchecker'
+require 'http_spell/version'
personal_dictionary_path = nil
force_language = nil
tracing = nil
verbose = nil