sauce 2.2.2 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sauce.gemspec DELETED
@@ -1,29 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/sauce/version', __FILE__)
3
-
4
- Gem::Specification.new do |s|
5
- s.name = 'sauce'
6
- s.version = "#{Sauce::MAJOR_VERSION}.2"
7
- s.authors = ["Eric Allen", "Sean Grove", "Steven Hazel", "R. Tyler Croy", "Santiago Suarez Ordoñez"]
8
- s.homepage = 'http://github.com/saucelabs/sauce_ruby'
9
- s.email = 'help@saucelabs.com'
10
- s.summary = "A Ruby helper for running tests in Sauce OnDemand"
11
- s.description = "A Ruby helper for running tests in Sauce OnDemand, Sauce Labs' browsers in the cloud service"
12
- # Include pretty much everything in Git except the examples/ directory
13
- s.files = `git ls-files`.split("\n").collect { |f| f unless f.include? 'examples' }.compact
14
- s.executables = ['sauce']
15
- s.default_executable = 'sauce'
16
- s.require_paths = ["lib"]
17
- s.test_files = Dir['test/*.rb']
18
-
19
- s.add_dependency('net-http-persistent')
20
- s.add_dependency('capybara', '~> 1.0')
21
- s.add_dependency('rest-client', [">= 0"])
22
- s.add_dependency('net-ssh', [">= 0"])
23
- s.add_dependency('net-ssh-gateway', [">= 0"])
24
- s.add_dependency('selenium-webdriver', [">= 0.1.2"])
25
- s.add_dependency('childprocess', [">= 0.1.6"])
26
- s.add_dependency('json', [">= 1.2.0"])
27
- s.add_dependency('cmdparse', [">= 2.0.2"])
28
- s.add_dependency('highline', [">= 1.5.0"])
29
- end
Binary file