tlb-rspec2 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
- require 'rspec/core/reporter'
2
+ require File.join('rspec', 'core', 'reporter')
3
3
  require 'tlb'
4
- require 'tlb/rspec/spec_formatter'
4
+ require File.join('tlb', 'rspec', 'spec_formatter')
5
5
 
6
6
  module Tlb::RSpec::ReporterInflection
7
7
  def self.included base
@@ -1,6 +1,6 @@
1
- require 'rspec/core/formatters/base_formatter'
1
+ require File.join('rspec', 'core', 'formatters', 'base_formatter')
2
2
  require 'tlb'
3
- require 'tlb/run_data'
3
+ require File.join('tlb', 'run_data')
4
4
  require 'stringio'
5
5
 
6
6
  class Tlb::RSpec::SpecFormatter < RSpec::Core::Formatters::BaseFormatter
@@ -1,6 +1,6 @@
1
- require 'rspec/core/rake_task'
1
+ require File.join('rspec', 'core', 'rake_task')
2
2
  require 'tlb'
3
- require 'tlb/util'
3
+ require File.join('tlb', 'util')
4
4
 
5
5
  class Tlb::RSpec::SpecTask < RSpec::Core::RakeTask
6
6
  def initialize *args
metadata CHANGED
@@ -1,112 +1,130 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tlb-rspec2
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: &22830440 !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: *22830440
26
+ - !ruby/object:Gem::Dependency
27
+ name: tlb-core
28
+ requirement: &22829940 !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: rspec
40
35
  prerelease: false
41
- requirement: &id003 !ruby/object:Gem::Requirement
36
+ version_requirements: *22829940
37
+ - !ruby/object:Gem::Dependency
38
+ name: rspec
39
+ requirement: &22829480 !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: 2.3.0
47
45
  type: :runtime
48
- version_requirements: *id003
49
- description: |
50
- TLB-Ruby component that provides support for load balancing tests written using rspec-2.x. This library consumes APIs provided by tlb-core.
46
+ prerelease: false
47
+ version_requirements: *22829480
48
+ description: ! 'TLB-Ruby component that provides support for load balancing tests
49
+ written using rspec-2.x. 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
  - rspec2/lib/tlb/rspec/reporter_inflection.rb
61
59
  - rspec2/lib/tlb/rspec/spec_formatter.rb
62
60
  - rspec2/lib/tlb/rspec/spec_task.rb
63
61
  - README.markdown
64
62
  homepage: http://github.com/test-load-balancer/tlb.rb
65
63
  licenses: []
64
+ post_install_message: ! '=========================================================================
65
+
66
+ Documentation: Detailed configuration documentation can be found at http://test-load-balancer.github.com.
67
+ Documentation section in this website hosts documentation for every public release.
68
+
66
69
 
67
- post_install_message: |
68
- =========================================================================
69
- 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.
70
-
71
70
  -------------------------------------------------------------------------
72
- 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.
73
-
71
+
72
+ TLB Setup: You''ll need a TLB-Server in your network that is reachable over the
73
+ network from the machines you use to execute your project''s test-suite. Please
74
+ refer the TLB documentation for details.
75
+
76
+
74
77
  -------------------------------------------------------------------------
75
- 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).
76
- 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).
77
- 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.
78
-
78
+
79
+ Example(s): We maintain a directory of tlb-enabled dummy projects written in different
80
+ languages using different testing and build frameworks to help new TLB users get
81
+ started and provide users a working project to refer to while hooking up TLB on
82
+ their project(s).
83
+
84
+ Each of these projects have a shell script(named run_balanced.sh) that is meant
85
+ to demonstrate a typical tlb-enabled build(by starting a local tlb server, and executing
86
+ two partitions that run dummy tests locally). This script also starts its own server(so
87
+ you do not need to worry about the TLB server for trying it out).
88
+
89
+ We recommend playing with the configuration-variable values being set in the shell-script(s)
90
+ to understand the effect different values have on load-balancing/reordering behavior.
91
+
92
+
79
93
  Examples archive is released along-with TLB and is available for download at http://code.google.com/p/tlb/downloads/list.
80
-
81
- To execute the example project, drop into the example project directory(examples/rspec2_example for instance) and invoke the './run_balanced.sh'.
82
-
94
+
95
+
96
+ To execute the example project, drop into the example project directory(examples/rspec2_example
97
+ for instance) and invoke the ''./run_balanced.sh''.
98
+
99
+
83
100
  -------------------------------------------------------------------------
101
+
84
102
  Issue Tracker: http://code.google.com/p/tlb/issues/list
85
-
103
+
104
+
86
105
  =========================================================================
87
106
 
88
- rdoc_options:
107
+ '
108
+ rdoc_options:
89
109
  - --charset=UTF-8
90
- require_paths:
110
+ require_paths:
91
111
  - rspec2/lib
92
- required_ruby_version: !ruby/object:Gem::Requirement
112
+ required_ruby_version: !ruby/object:Gem::Requirement
93
113
  none: false
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- version: "0"
98
- required_rubygems_version: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
119
  none: false
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: "0"
120
+ requirements:
121
+ - - ! '>='
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
104
124
  requirements: []
105
-
106
125
  rubyforge_project: tlb-rb
107
- rubygems_version: 1.8.3
126
+ rubygems_version: 1.8.10
108
127
  signing_key:
109
128
  specification_version: 3
110
- summary: tlb-rspec2-0.3.2
129
+ summary: tlb-rspec2-0.3.3
111
130
  test_files: []
112
-