lib/travis/client/ssh_key.rb in travis-1.11.1 vs lib/travis/client/ssh_key.rb in travis-1.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'json'
module Travis
module Client
class SshKey < SingletonSetting
- old
+ new