Skip to content

Commit

Permalink
Bump dependency on ember-cli-rails to 0.0.5
Browse files Browse the repository at this point in the history
This version of the addon includes a monkeypatch that properly fires the
`preBuild` hook before build is invoked.

fixes #31
  • Loading branch information
rondale-sc committed Dec 22, 2014
1 parent cca65ba commit e444ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Once you've updated your initializer to taste, you need to install the
For each of your EmberCLI applications install the addon with:

```sh
npm install --save-dev ember-cli-rails-addon@0.0.3
npm install --save-dev ember-cli-rails-addon@0.0.5
```

And that's it!
Expand Down
2 changes: 1 addition & 1 deletion lib/ember-cli/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module EmberCLI
class App
ADDON_VERSION = "0.0.3"
ADDON_VERSION = "0.0.5"
EMBER_CLI_VERSION = "~> 0.1.3"

attr_reader :name, :options, :pid
Expand Down

0 comments on commit e444ed2

Please sign in to comment.