File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11## HEAD (unreleased)
22
3+ - Avoid including demo gif in built gem (https://github.com/zombocom/dead_end/pull/53 )
4+
35## 1.1.3
46
57- Add compatibility with zeitwerk (https://github.com/zombocom/dead_end/pull/52 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020 # Specify which files should be added to the gem when it is released.
2121 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2222 spec . files = Dir . chdir ( File . expand_path ( '..' , __FILE__ ) ) do
23- `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
23+ `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features|assets )/} ) }
2424 end
2525 spec . bindir = "exe"
2626 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments