Sha256: 69a9979d33eb8eb17dbe05d228185f4bdd2d1f7e0b2430f956cf72bb24278dd5

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "gatling/version"

Gem::Specification.new do |s|
  s.name        = "gatling"
  s.version     = Gatling::VERSION
  s.authors     = ["Gabriel Rotbart, Amanda Koh"]
  s.email       = ["grotbart@gmail.com"]
  s.homepage    = "http://github.com/GabrielRotbart/gatling"
  s.summary     = %q{Automated visual testing}
  s.description = %q{Add visual comparison matchers for rspec}

  s.rubyforge_project = "gatling"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  s.add_dependency "rmagick"
  s.add_dependency "rspec-core"
  s.add_dependency "rspec"
  s.add_dependency "capybara"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gatling-1.0.2 gatling.gemspec