infrataster.gemspec in infrataster-0.1.9 vs infrataster.gemspec in infrataster-0.1.10

- old
+ new

@@ -11,16 +11,17 @@ spec.summary = %q{Infrastructure Behavior Testing Framework} spec.homepage = "https://github.com/ryotarai/infrataster" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").delete_if do |path| - path.start_with?('example/') + path.start_with?('example/') || + path.start_with?('ci/') end spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_runtime_dependency "rspec" + spec.add_runtime_dependency "rspec", '~> 2.0' spec.add_runtime_dependency "net-ssh" spec.add_runtime_dependency "net-ssh-gateway" spec.add_runtime_dependency "capybara" spec.add_runtime_dependency "poltergeist" spec.add_runtime_dependency "faraday"