microgem.gemspec in microgem-1.0.0 vs microgem.gemspec in microgem-1.0.1
- old
+ new
@@ -10,10 +10,10 @@
gem.authors = ["Jan Lelis"]
gem.email = "mail@janlelis.de"
gem.homepage = "https://github.com/janlelis/microgem"
gem.license = "MIT"
- gem.files = Dir['{**/}{.*,*}'].select { |path| File.file?(path) }
+ gem.files = Dir['{**/}{.*,*}'].select{ |path| File.file?(path) && path !~ /^pkg/ }
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
end