lib/shoes/swt/generate_backend.rb in shoes-swt-4.0.0.pre12 vs lib/shoes/swt/generate_backend.rb in shoes-swt-4.0.0.rc1

- old
+ new

@@ -5,24 +5,24 @@ class Shoes module SelectedBackend class << self def validate if RUBY_ENGINE != "jruby" - puts <<-EOS + puts <<~EOS -******************************************************************************* -The shoes-swt backend requires a 9.X version of JRuby. + ******************************************************************************* + The shoes-swt backend requires a 9.X version of JRuby. -You are running the following Ruby instead: + You are running the following Ruby instead: - #{RUBY_DESCRIPTION} + #{RUBY_DESCRIPTION} -Please download JRuby from http://jruby.org (or your favorite Ruby version -manager), then check our https://github.com/shoes/shoes4#installing-shoes-4 to -get Shoes installed. + Please download JRuby from http://jruby.org (or your favorite Ruby version + manager), then check our https://github.com/shoes/shoes4#installing-shoes-4 to + get Shoes installed. -Sorry for the inconvenience! -******************************************************************************* + Sorry for the inconvenience! + ******************************************************************************* EOS exit 1 end end