Skip to content

Commit

Permalink
Remove file filter in gemspec.
Browse files Browse the repository at this point in the history
This requires the use of rake tasks to build the gem or before 'gem build'

On the other hand, it makes sure, that all generated files are included in the gem.
  • Loading branch information
larskanis committed Apr 16, 2017
1 parent f19b4ad commit 2ffee9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fxruby.gemspec
Expand Up @@ -42,7 +42,6 @@ Gem::Specification.new do |spec|
spec.files << 'ext/fox16_c/swigruby.h'
spec.files << 'doap.rdf'
spec.files << 'lib/fox16/kwargs.rb'
spec.files.select!{|f| File.exist?(f) }

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 2ffee9f

Please sign in to comment.