tlb-cucumber 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  require 'rubygems'
2
- require 'cucumber/cli/configuration'
2
+ require File.join('cucumber', 'cli', 'configuration')
3
3
  require 'tlb'
4
- require 'tlb/cucumber/lib/test_splitter'
5
- require 'tlb/cucumber/lib/run_data_formatter'
4
+ require File.join('tlb', 'cucumber', 'lib', 'test_splitter')
5
+ require File.join('tlb', 'cucumber', 'lib', 'run_data_formatter')
6
6
 
7
7
  module Tlb
8
8
  module Cucumber
@@ -1,5 +1,5 @@
1
1
  require 'tlb'
2
- require 'tlb/run_data'
2
+ require File.join('tlb', 'run_data')
3
3
 
4
4
  module Tlb
5
5
  module Cucumber
@@ -30,7 +30,7 @@ module Tlb
30
30
  private
31
31
 
32
32
  def feature_file args
33
- args[0].file
33
+ args[0].file.gsub('\\','/')
34
34
  end
35
35
  end
36
36
  end
@@ -1,6 +1,6 @@
1
- require 'cucumber/rake/task'
2
- require 'tlb/util'
3
- require 'tlb/cucumber/lib/configuration_inflection'
1
+ require File.join('cucumber', 'rake', 'task')
2
+ require File.join('tlb', 'util')
3
+ require File.join('tlb' , 'cucumber' , 'lib' , 'configuration_inflection')
4
4
 
5
5
  module Tlb
6
6
  module Cucumber
metadata CHANGED
@@ -1,62 +1,60 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tlb-cucumber
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.3
4
5
  prerelease:
5
- version: 0.3.2
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Janmejay Singh
9
9
  - Pavan KS
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
-
14
- date: 2011-05-27 00:00:00 Z
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
13
+ date: 2013-02-19 00:00:00.000000000Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
17
16
  name: rake
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
17
+ requirement: &13814200 !ruby/object:Gem::Requirement
20
18
  none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
25
23
  type: :runtime
26
- version_requirements: *id001
27
- - !ruby/object:Gem::Dependency
28
- name: tlb-core
29
24
  prerelease: false
30
- requirement: &id002 !ruby/object:Gem::Requirement
25
+ version_requirements: *13814200
26
+ - !ruby/object:Gem::Dependency
27
+ name: tlb-core
28
+ requirement: &13813700 !ruby/object:Gem::Requirement
31
29
  none: false
32
- requirements:
33
- - - "="
34
- - !ruby/object:Gem::Version
35
- version: 0.3.2
30
+ requirements:
31
+ - - =
32
+ - !ruby/object:Gem::Version
33
+ version: 0.3.3
36
34
  type: :runtime
37
- version_requirements: *id002
38
- - !ruby/object:Gem::Dependency
39
- name: cucumber
40
35
  prerelease: false
41
- requirement: &id003 !ruby/object:Gem::Requirement
36
+ version_requirements: *13813700
37
+ - !ruby/object:Gem::Dependency
38
+ name: cucumber
39
+ requirement: &13813240 !ruby/object:Gem::Requirement
42
40
  none: false
43
- requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
46
44
  version: 0.10.2
47
45
  type: :runtime
48
- version_requirements: *id003
49
- description: |
50
- TLB-Ruby component that provides support for load balancing tests written using cucumber. This library consumes APIs provided by tlb-core.
46
+ prerelease: false
47
+ version_requirements: *13813240
48
+ description: ! 'TLB-Ruby component that provides support for load balancing tests
49
+ written using cucumber. This library consumes APIs provided by tlb-core.
51
50
 
51
+ '
52
52
  email: singh.janmejay@gmail.com;itspanzi@gmail.com
53
53
  executables: []
54
-
55
54
  extensions: []
56
-
57
- extra_rdoc_files:
55
+ extra_rdoc_files:
58
56
  - README.markdown
59
- files:
57
+ files:
60
58
  - cucumber/lib/tlb/cucumber/lib/configuration_inflection.rb
61
59
  - cucumber/lib/tlb/cucumber/lib/run_data_formatter.rb
62
60
  - cucumber/lib/tlb/cucumber/lib/test_splitter.rb
@@ -64,50 +62,70 @@ files:
64
62
  - README.markdown
65
63
  homepage: http://github.com/test-load-balancer/tlb.rb
66
64
  licenses: []
65
+ post_install_message: ! '=========================================================================
66
+
67
+ Documentation: Detailed configuration documentation can be found at http://test-load-balancer.github.com.
68
+ Documentation section in this website hosts documentation for every public release.
69
+
67
70
 
68
- post_install_message: |
69
- =========================================================================
70
- Documentation: Detailed configuration documentation can be found at http://test-load-balancer.github.com. Documentation section in this website hosts documentation for every public release.
71
-
72
71
  -------------------------------------------------------------------------
73
- TLB Setup: You'll need a TLB-Server in your network that is reachable over the network from the machines you use to execute your project's test-suite. Please refer the TLB documentation for details.
74
-
72
+
73
+ TLB Setup: You''ll need a TLB-Server in your network that is reachable over the
74
+ network from the machines you use to execute your project''s test-suite. Please
75
+ refer the TLB documentation for details.
76
+
77
+
75
78
  -------------------------------------------------------------------------
76
- Example(s): We maintain a directory of tlb-enabled dummy projects written in different languages using different testing and build frameworks to help new TLB users get started and provide users a working project to refer to while hooking up TLB on their project(s).
77
- Each of these projects have a shell script(named run_balanced.sh) that is meant to demonstrate a typical tlb-enabled build(by starting a local tlb server, and executing two partitions that run dummy tests locally). This script also starts its own server(so you do not need to worry about the TLB server for trying it out).
78
- We recommend playing with the configuration-variable values being set in the shell-script(s) to understand the effect different values have on load-balancing/reordering behavior.
79
-
79
+
80
+ Example(s): We maintain a directory of tlb-enabled dummy projects written in different
81
+ languages using different testing and build frameworks to help new TLB users get
82
+ started and provide users a working project to refer to while hooking up TLB on
83
+ their project(s).
84
+
85
+ Each of these projects have a shell script(named run_balanced.sh) that is meant
86
+ to demonstrate a typical tlb-enabled build(by starting a local tlb server, and executing
87
+ two partitions that run dummy tests locally). This script also starts its own server(so
88
+ you do not need to worry about the TLB server for trying it out).
89
+
90
+ We recommend playing with the configuration-variable values being set in the shell-script(s)
91
+ to understand the effect different values have on load-balancing/reordering behavior.
92
+
93
+
80
94
  Examples archive is released along-with TLB and is available for download at http://code.google.com/p/tlb/downloads/list.
81
-
82
- To execute the example project, drop into the example project directory(examples/rspec2_example for instance) and invoke the './run_balanced.sh'.
83
-
95
+
96
+
97
+ To execute the example project, drop into the example project directory(examples/rspec2_example
98
+ for instance) and invoke the ''./run_balanced.sh''.
99
+
100
+
84
101
  -------------------------------------------------------------------------
102
+
85
103
  Issue Tracker: http://code.google.com/p/tlb/issues/list
86
-
104
+
105
+
87
106
  =========================================================================
88
107
 
89
- rdoc_options:
108
+ '
109
+ rdoc_options:
90
110
  - --charset=UTF-8
91
- require_paths:
111
+ require_paths:
92
112
  - cucumber/lib
93
- required_ruby_version: !ruby/object:Gem::Requirement
113
+ required_ruby_version: !ruby/object:Gem::Requirement
94
114
  none: false
95
- requirements:
96
- - - ">="
97
- - !ruby/object:Gem::Version
98
- version: "0"
99
- required_rubygems_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ! '>='
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ required_rubygems_version: !ruby/object:Gem::Requirement
100
120
  none: false
101
- requirements:
102
- - - ">="
103
- - !ruby/object:Gem::Version
104
- version: "0"
121
+ requirements:
122
+ - - ! '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
105
125
  requirements: []
106
-
107
126
  rubyforge_project: tlb-rb
108
- rubygems_version: 1.8.3
127
+ rubygems_version: 1.8.10
109
128
  signing_key:
110
129
  specification_version: 3
111
- summary: tlb-cucumber-0.3.2
130
+ summary: tlb-cucumber-0.3.3
112
131
  test_files: []
113
-