lib/ruboto/commands/base.rb in ruboto-1.3.0 vs lib/ruboto/commands/base.rb in ruboto-1.3.1

- old
+ new

@@ -498,14 +498,16 @@ version = gem_spec.version.version if params['version'].value puts version else - puts %Q{ - Ruboto -- Ruby for Android #{version} - Execute `ruboto gen app --help` for instructions on how to generate a fresh Ruby-enabled Android app - Execute `ruboto --help` for other options - } + puts <<EOF + + Ruboto -- Ruby for Android #{version} + Execute `ruboto gen app --help` for instructions on how to generate a fresh Ruboto app + Execute `ruboto --help` for other options + +EOF end end end end end