unicode-emoji.gemspec in unicode-emoji-4.0.2 vs unicode-emoji.gemspec in unicode-emoji-4.0.3
- old
+ new
@@ -10,10 +10,10 @@
gem.authors = ["Jan Lelis"]
gem.email = ["hi@ruby.consulting"]
gem.homepage = "https://github.com/janlelis/unicode-emoji"
gem.license = "MIT"
- gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ }
+ gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ && path !~ /spec\/data\/[^.]/ }
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"]
gem.metadata = { "rubygems_mfa_required" => "true" }