lib/shutter.rb in shutter-0.0.1 vs lib/shutter.rb in shutter-0.0.2

- old
+ new

@@ -1,7 +1,14 @@ require "shutter/version" require "shutter/content" require "shutter/command_line" module Shutter - # Your code goes here... + CONFIG_FILES = %w[ + base.ipt + iface.dmz + ip.allow + ip.deny + ports.private + ports.public + ] end