RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

Substitue backtick with a single quote #322

Closed DamirSvrtan closed 9 years ago

DamirSvrtan commented 9 years ago

Otherwise if I tried:

rails_apps_composer new . -r core

I would get:

.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rails_apps_composer-3.0.28/lib/rails_wizard/recipe.rb:30:in `split': invalid byte sequence in US-ASCII (ArgumentError)
DanielKehoe commented 9 years ago

Thank you for fixing this.