Skip to content

Commit

Permalink
Add actioncable assets to gemspec.
Browse files Browse the repository at this point in the history
actioncable.js and actioncable.esm.js is not included to gem package. It prevented us from using the action cable when using importmaps.

This adds the missing asset files to gem package.
  • Loading branch information
ytnk531 committed Nov 11, 2021
1 parent 3df54e5 commit 6fee8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actioncable/actioncable.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.email = ["pratiknaik@gmail.com", "david@loudthinking.com"]
s.homepage = "https://rubyonrails.org"

s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/action_cable.js"]
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/*.js"]
s.require_path = "lib"

s.metadata = {
Expand Down

0 comments on commit 6fee8be

Please sign in to comment.