lib/licit/licenser.rb in licit-0.2 vs lib/licit/licenser.rb in licit-0.2.1

- old
+ new

@@ -1,10 +1,10 @@ require 'erb' class Licit::Licenser def initialize(options = {}) - defaults = { dir: '.', license: 'GPLv3', exclude: [] } + defaults = { :dir => '.', :license => 'GPLv3', :exclude => [] } @options = defaults.merge options end def dir @options[:dir] \ No newline at end of file