lib/look_out.rb in look_out-0.1.19 vs lib/look_out.rb in look_out-0.1.20

- old
+ new

@@ -11,8 +11,8 @@ self.config ||= Configuration.new yield(config) end class Configuration - attr_accessor :user, :red_cove_api_key, :first_mate_api_key + attr_accessor :user, :api_key end end