Sha256: ed2b9bfc135ed1c3b32fe3fbfd0e0abf5549249a4b310360cc4c97339c9922e5
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rspec/webservice_matchers/version' Gem::Specification.new do |spec| spec.name = "rspec-webservice_matchers" spec.version = RSpec::WebserviceMatchers::VERSION spec.authors = ["Robb Shecter"] spec.email = ["robb@weblaws.org"] spec.description = %q{Black-box web app configuration testing} spec.summary = %q{Black-box web app configuration testing} spec.homepage = "https://github.com/dogweather/rspec-webservice_matchers" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_runtime_dependency 'curb', '~> 0.8' spec.add_runtime_dependency 'rspec', '~> 3.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-webservice_matchers-0.0.4 | rspec-webservice_matchers.gemspec |