bin/howitzer in howitzer-2.0.2 vs bin/howitzer in howitzer-2.0.3

- old
+ new

@@ -11,16 +11,16 @@ desc 'Generate new project' arg_name '<PROJECT NAME>' command :new do |c| c.desc 'Integrate Cucumber' - c.switch %i(c cucumber), negatable: false + c.switch %i[c cucumber], negatable: false c.desc 'Integrate Rspec' - c.switch %i(r rspec), negatable: false + c.switch %i[r rspec], negatable: false c.desc 'Integrate Turnip' - c.switch %i(t turnip), negatable: false + c.switch %i[t turnip], negatable: false c.action do |_global_options, options, args| if !args.empty? validate_options(options) load_generators