tanuki_emoji.gemspec in tanuki_emoji-0.12.0 vs tanuki_emoji.gemspec in tanuki_emoji-0.13.0

- old
+ new

@@ -20,10 +20,10 @@ spec.metadata['bug_tracker_uri'] = "#{spec.homepage}/-/issues" # 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_files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|bin)/}) } + git_files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|bin|pages)/}) } asset_files = Dir.glob('app/assets/**/*').reject { |f| f.match(%r{\.DS_Store}) } git_files + asset_files end spec.require_paths = ['lib']