lib/wettr.rb in wettr-0.1.0 vs lib/wettr.rb in wettr-0.1.1

- old
+ new

@@ -1,5 +1,6 @@ require "dotenv/load" +Dotenv.require_keys("API_KEY") require "httparty" module Wettr class Error < StandardError; end end \ No newline at end of file