Sha256: a09831e291477105233f2c111968105992c10629baa32327c40294b5dd85589b

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/api_matchers/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Tomas D'Stefano"]
  gem.email         = ["tomas_stefano@successoft.com"]
  gem.description   = %q{Collection of RSpec matchers for create your API.}
  gem.summary       = %q{Collection of RSpec matchers for create your API.}
  gem.homepage      = "https://github.com/tomas-stefano/api_matchers"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "api_matchers"
  gem.require_paths = ["lib"]
  gem.version       = APIMatchers::VERSION

  gem.add_dependency 'rspec', '>= 2.11.0'
  gem.add_dependency 'activesupport', '>= 3.2.6'
  gem.add_dependency 'nokogiri', '>= 1.5.5'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
api_matchers-0.0.2 api_matchers.gemspec
api_matchers-0.0.1 api_matchers.gemspec