app_generators/ahn/ahn_generator.rb in jicksta-adhearsion-0.8.0 vs app_generators/ahn/ahn_generator.rb in jicksta-adhearsion-0.8.2

- old
+ new

@@ -26,19 +26,22 @@ m.file *["components/simon_game/simon_game.rb"]*2 m.file *["components/ami_remote/ami_remote.rb"]*2 m.file *["components/disabled/stomp_gateway/stomp_gateway.rb"]*2 - m.file *["components/disabled/stomp_gateway/config.yml"]*2 + m.file *["components/disabled/stomp_gateway/stomp_gateway.yml"]*2 m.file *["components/disabled/stomp_gateway/README.markdown"]*2 m.file *["components/disabled/restful_rpc/restful_rpc.rb"]*2 - m.file *["components/disabled/restful_rpc/config.yml"]*2 + m.file *["components/disabled/restful_rpc/restful_rpc.yml"]*2 m.file *["components/disabled/restful_rpc/README.markdown"]*2 m.file *["components/disabled/restful_rpc/example-client.rb"]*2 m.file *["components/disabled/restful_rpc/spec/restful_rpc_spec.rb"]*2 + m.file *["components/disabled/sandbox/sandbox.yml"]*2 + m.file *["components/disabled/sandbox/sandbox.rb"]*2 + m.file *["config/startup.rb"]*2 m.file *["dialplan.rb"]*2 m.file *["events.rb"]*2 m.file *["README"]*2 m.file *["Rakefile"]*2 @@ -78,9 +81,10 @@ # Installation skeleton. Intermediate directories are automatically # created so don't sweat their absence here. BASEDIRS = %w( components/simon_game components/disabled/stomp_gateway + components/disabled/sandbox components/ami_remote components/disabled/restful_rpc/spec config ) end