soaspec.gemspec in soaspec-0.3.10 vs soaspec.gemspec in soaspec-0.3.11
- old
+ new
@@ -12,18 +12,18 @@
spec.summary = "Helps to create tests for 'SOAP' or 'REST' apis "
spec.description = "Helps to create tests for 'SOAP' or 'REST' apis. Easily represent multiple requests with
the same configuration. Examples designed for RSpec and Cucumber."
spec.homepage = 'https://gitlab.com/samuel-garratt/soaspec'
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|bin|config|templates|credentials|images|demo|support)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.required_ruby_version = '>= 2.3.0'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'cucumber'
spec.add_development_dependency 'data_magic'
spec.add_development_dependency 'factory_bot'