Sha256: d85041fed2a9125ad50cb9df1a39602a37ac26ed47ff94e0f9b18b2daf8475d1
Contents?: true
Size: 1.02 KB
Versions: 6
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', '~> 2' end
Version data entries
6 entries across 6 versions & 1 rubygems