Skip to content

Commit

Permalink
[BUGFIX release] Add missing dist source to gem
Browse files Browse the repository at this point in the history
(cherry picked from commit 0743503)
  • Loading branch information
tricknotes authored and bmac committed Jan 18, 2016
1 parent 56991d1 commit 2e28cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-data-source.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |gem|

gem.add_dependency "ember-source", ">= 2", "< 3.0"

gem.files = %w(package.json) + Dir['dist/ember-data*.js', 'dist/ember-data.js.map', 'lib/ember/data/*.rb']
gem.files = %w(package.json) + Dir['dist/globals/ember-data*.js', 'dist/globals/ember-data.js.map', 'lib/ember/data/*.rb']
end

0 comments on commit 2e28cdd

Please sign in to comment.