generators/config/config_generator.rb in howitzer-1.0.2 vs generators/config/config_generator.rb in howitzer-1.1.0
- old
+ new
@@ -1,14 +1,14 @@
require_relative '../base_generator'
module Howitzer
class ConfigGenerator < BaseGenerator
- def manifest
- { files:
- [
- { source: 'custom.yml', destination: 'config/custom.yml'},
- { source: 'default.yml', destination: 'config/default.yml'}
- ]
- }
+ def manifest
+ { files:
+ [
+ { source: 'custom.yml', destination: 'config/custom.yml'},
+ { source: 'default.yml', destination: 'config/default.yml'}
+ ]
+ }
end
protected
def banner
<<-EOF
\ No newline at end of file