# coding: utf-8 Gem::Specification.new do |spec| spec.name = \"myJekyllTheme\" spec.version = \"1.0.1\" spec.authors = [\"Mai Walters\"] sp
Try changing this:
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
to this (one line):