codewars_api.gemspec in codewars_api-0.4.0 vs codewars_api.gemspec in codewars_api-0.4.1

- old
+ new

@@ -11,10 +11,10 @@ spec.summary = 'Simple Ruby wrapper for the Codewars API ' spec.homepage = 'https://github.com/evmorov/codewars_api_client' spec.files = `git ls-files -z`.split("\x0") - .reject { |f| f.match(%r{^(test|spec|features)/}) } + .reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.licenses = ['MIT']