generators/adapter_generator.rb in bankscrap-1.0.3 vs generators/adapter_generator.rb in bankscrap-1.0.4
- old
+ new
@@ -14,10 +14,10 @@
say ""
say "Great! Now you can start implementing your bank's adapter for Bankscrap.", :yellow
say ""
say "To get started take a look to:", :yellow
- say "#{destination_root}/#{gem_name}.rb", :yellow
+ say "#{destination_root}/lib/bankscrap/#{bank_name_dasherized}/bank.rb", :yellow
say ""
say "If you need help you can join our Slack chat room. Click the Slack badge on Github:", :yellow
say "https://github.com/bankscrap/bankscrap", :yellow
end
\ No newline at end of file