Sha256: 83080ba674c4258824282cf3b787e2d7ba048b90ce8def10a10d97fa7ac71569

Contents?: true

Size: 939 Bytes

Versions: 8

Compression:

Stored size: 939 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "testingbot"
  s.version     = Testingbot::VERSION
  s.authors     = ["Jochen Delabie"]
  s.email       = ["info@testingbot.com"]
  s.homepage    = "http://www.testingbot.com"
  s.summary     = "Ruby Gem to be used with testingbot.com"
  s.description = "This gem makes using our Selenium grid on testingbot.com easy"

  s.rubyforge_project = "testingbot"

  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 "json"
  s.add_dependency "net-http-persistent"
  s.add_dependency "selenium-webdriver"
  s.add_development_dependency "rspec", [">= 2.9.0"]
  s.add_development_dependency "rake"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
testingbot-0.1.7 testingbot.gemspec
testingbot-0.1.6 testingbot.gemspec
testingbot-0.1.5 testingbot.gemspec
testingbot-0.1.4 testingbot.gemspec
testingbot-0.1.3 testingbot.gemspec
testingbot-0.1.2 testingbot.gemspec
testingbot-0.1.1 testingbot.gemspec
testingbot-0.1.0 testingbot.gemspec