lib/letscert.rb in letscert-0.4.0 vs lib/letscert.rb in letscert-0.4.1
- old
+ new
@@ -21,15 +21,12 @@
# SOFTWARE.
# Namespace for all letcert's classes.
module LetsCert
- # Letscert version number
- VERSION = '0.4.0'
-
-
# Base error class
class Error < StandardError; end
end
+require_relative 'letscert/version'
require_relative 'letscert/runner'