lib/ember-cli/app.rb in ember-cli-rails-0.3.4 vs lib/ember-cli/app.rb in ember-cli-rails-0.3.5
- old
+ new
@@ -1,10 +1,10 @@
require "timeout"
module EmberCLI
class App
- ADDON_VERSION = "0.0.11"
+ ADDON_VERSION = "0.0.12"
EMBER_CLI_VERSIONS = [ "~> 0.1.5", "~> 0.2.0", "~> 1.13" ]
class BuildError < StandardError; end
attr_reader :name, :options, :paths, :pid
@@ -182,10 +182,10 @@
From within your EmberCLI directory please run:
$ npm install --save-dev ember-cli-rails-addon@#{ADDON_VERSION}
- in you Ember application root: #{root}
+ in your Ember application root: #{root}
MSG
end
end
def symlink_to_assets_root