lib/crtsh.rb in crtsh-rb-0.3.0 vs lib/crtsh.rb in crtsh-rb-0.3.1
- old
+ new
@@ -1,10 +1,9 @@
# frozen_string_literal: true
require "crtsh/version"
require "crtsh/api"
-require "crtsh/db"
module Crtsh
class Error < StandardError; end
end