boty.gemspec in boty-0.0.17 vs boty.gemspec in boty-0.0.17.1

- old
+ new

@@ -12,10 +12,10 @@ spec.summary = %q{Boty is a pretty bot specially tailored for Slack.} spec.description = %q{Boty is intendted to be a framework for construction of automated Slack Bots for your needs.} spec.homepage = "http://github.com/ricardovaleriano/boty" 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{^(features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = "~>2.0"