test_right 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/test_right +10 -0
  2. metadata +7 -6
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'rubygems'
4
+
5
+ lib_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
6
+ $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
7
+
8
+ require 'test/right'
9
+
10
+ Test::Right::CLI.new.start(ARGV)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_right
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Allen
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-03 00:00:00 -07:00
19
+ date: 2011-05-05 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -69,8 +69,8 @@ dependencies:
69
69
  version_requirements: *id003
70
70
  description: An opinionated browser testing framework
71
71
  email: help@saucelabs.com
72
- executables: []
73
-
72
+ executables:
73
+ - test_right
74
74
  extensions: []
75
75
 
76
76
  extra_rdoc_files: []
@@ -93,6 +93,7 @@ files:
93
93
  - lib/test/right/widget.rb
94
94
  - lib/test/right/widget_proxy.rb
95
95
  - lib/test/right.rb
96
+ - bin/test_right
96
97
  has_rdoc: true
97
98
  homepage:
98
99
  licenses: []