sauce 0.6.2 → 0.6.3

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.
Files changed (3) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. metadata +19 -3
data/Rakefile CHANGED
@@ -15,6 +15,7 @@ begin
15
15
  gem.add_runtime_dependency "net-ssh", ">= 0"
16
16
  gem.add_runtime_dependency "net-ssh-gateway", ">= 0"
17
17
  gem.add_runtime_dependency "selenium-client", ">= 1.2.18"
18
+ gem.add_runtime_dependency "json", ">= 1.4.6"
18
19
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
19
20
  end
20
21
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.3
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Grove
@@ -90,6 +90,22 @@ dependencies:
90
90
  version: 1.2.18
91
91
  type: :runtime
92
92
  version_requirements: *id005
93
+ - !ruby/object:Gem::Dependency
94
+ name: json
95
+ prerelease: false
96
+ requirement: &id006 !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ hash: 11
102
+ segments:
103
+ - 1
104
+ - 4
105
+ - 6
106
+ version: 1.4.6
107
+ type: :runtime
108
+ version_requirements: *id006
93
109
  description: A ruby interface to Sauce Labs' services. Start/stop tunnels, retrieve Selenium logs, access video replays, etc.
94
110
  email: sean@saucelabs.com
95
111
  executables: []