Method: SpreeCmd::Extension#final_banner

Defined in:
lib/spree_cmd/extension.rb

#final_bannerObject



32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/spree_cmd/extension.rb', line 32

def final_banner
  say %Q{
    #{'*' * 80}

    Your extension has been generated with a gemspec dependency on Spree #{spree_version}.

    Please update the Versionfile to designate compatibility with different versions of Spree.
    See http://spreecommerce.com/documentation/extensions.html#versionfile

    Consider listing your extension in the official extension registry http://spreecommerce.com/extensions"

    #{'*' * 80}
  }
end