Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Dec 19, 2015
1 parent 1ec02b2 commit 31fccb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.bundle/
*.log
pkg/
*.gem
spec/dummy/tmp/
spec/dummy/my-app/
*.gemfile.lock
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
master
------

0.6.1
-----

* Extracted from `ember-cli-rails`.
1 change: 0 additions & 1 deletion ember-cli-rails-assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"]
end

0 comments on commit 31fccb2

Please sign in to comment.