lib/useragent_api/client.rb in useragent_api-0.1.2 vs lib/useragent_api/client.rb in useragent_api-0.1.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'cgi'
require 'json'
require 'net/https'
module UseragentApi
- old
+ new