lib/crtsh.rb in crtsh-rb-0.2.0 vs lib/crtsh.rb in crtsh-rb-0.3.0

- old
+ new

@@ -1,9 +1,10 @@ # frozen_string_literal: true require "crtsh/version" require "crtsh/api" +require "crtsh/db" module Crtsh class Error < StandardError; end end