ruby_jard.gemspec in ruby_jard-0.2.3 vs ruby_jard.gemspec in ruby_jard-0.3.0
- old
+ new
@@ -22,10 +22,12 @@
spec.metadata['changelog_uri'] = 'https://github.com/nguyenquangminh0711/ruby_jard'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject do |f|
+ f.match(%r{^(test|spec|features|docs|javascripts|images|stylesheets|website)/})
+ end
end
spec.bindir = 'bin'
spec.executables = []
spec.require_paths = ['lib']