zapata.gemspec in zapata-0.1.0 vs zapata.gemspec in zapata-0.1.1
- old
+ new
@@ -10,9 +10,10 @@
spec.email = ['domas.bitvinskas@me.com']
spec.summary = %q(Automatic automated test writer)
spec.description = %q(Who has time to write tests? This is a revolutional tool to make them write themselves.)
spec.homepage = 'https://github.com/Nedomas/zapata'
spec.license = 'MIT'
+ spec.required_ruby_version = '~> 2.0'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = ['zapata']
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']