rgot.gemspec in rgot-1.1.0 vs rgot.gemspec in rgot-1.2.0

- old
+ new

@@ -12,10 +12,10 @@ spec.summary = %q{Ruby + Golang Testing = Rgot} spec.description = %q{Rgot is a testing package convert from golang testing} spec.homepage = "https://github.com/ksss/rgot" spec.license = "MIT" - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|go)/}) } spec.bindir = "bin" spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler"