Sha256: e00a7dff718a1c9ebe699ec11f76f0747e3042685372f2f4355c6b41585b911f

Contents?: true

Size: 844 Bytes

Versions: 5

Compression:

Stored size: 844 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"]

  s.add_dependency "rmagick"
  s.add_dependency "rspec-core"
  s.add_dependency "rspec"
  s.add_dependency "capybara"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gatling-1.0.7 gatling.gemspec
gatling-1.0.6 gatling.gemspec
gatling-1.0.5 gatling.gemspec
gatling-1.0.4 gatling.gemspec
gatling-1.0.3 gatling.gemspec