lib/ember-cli/app.rb in ember-cli-rails-0.1.9 vs lib/ember-cli/app.rb in ember-cli-rails-0.1.10

- old
+ new

@@ -1,10 +1,10 @@ require "timeout" module EmberCLI class App ADDON_VERSION = "0.0.11" - EMBER_CLI_VERSION = "~> 0.1.5" + EMBER_CLI_VERSION = "~> 0.1.5", "~> 0.2.0" class BuildError < StandardError; end attr_reader :name, :options, :pid