gondola 1.0 → 1.0.1

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 (2) hide show
  1. data/bin/gondola +1 -2
  2. metadata +3 -14
data/bin/gondola CHANGED
@@ -16,8 +16,7 @@ require 'sauce'
16
16
  lib_dir = File.expand_path( File.join( File.dirname( __FILE__ ), '..', 'lib/' ) )
17
17
  $LOAD_PATH.unshift( lib_dir ) unless $LOAD_PATH.include?( lib_dir )
18
18
 
19
- require 'converter.rb'
20
- require 'tester.rb'
19
+ require 'gondola'
21
20
 
22
21
  # Function to configure sauce labs' gem with proper api information
23
22
  # as well as populate the configuration for the specific test being run
metadata CHANGED
@@ -1,11 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gondola
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 0
8
- version: "1.0"
4
+ prerelease:
5
+ version: 1.0.1
9
6
  platform: ruby
10
7
  authors:
11
8
  - Matthew Perry
@@ -24,10 +21,6 @@ dependencies:
24
21
  requirements:
25
22
  - - ">="
26
23
  - !ruby/object:Gem::Version
27
- segments:
28
- - 0
29
- - 17
30
- - 6
31
24
  version: 0.17.6
32
25
  type: :runtime
33
26
  version_requirements: *id001
@@ -63,21 +56,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
56
  requirements:
64
57
  - - ">="
65
58
  - !ruby/object:Gem::Version
66
- segments:
67
- - 0
68
59
  version: "0"
69
60
  required_rubygems_version: !ruby/object:Gem::Requirement
70
61
  none: false
71
62
  requirements:
72
63
  - - ">="
73
64
  - !ruby/object:Gem::Version
74
- segments:
75
- - 0
76
65
  version: "0"
77
66
  requirements: []
78
67
 
79
68
  rubyforge_project:
80
- rubygems_version: 1.3.7
69
+ rubygems_version: 1.6.0
81
70
  signing_key:
82
71
  specification_version: 3
83
72
  summary: Ruby command line utility and library for integrating the Selenium IDE more tightly with Sauce Labs' Ondemand services