justinf-hydra 0.23.4 → 0.23.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/justinf-hydra.gemspec +122 -0
- data/lib/hydra/sync.rb +1 -1
- metadata +5 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.23.
|
1
|
+
0.23.5
|
@@ -0,0 +1,122 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = %q{justinf-hydra}
|
8
|
+
s.version = "0.23.5"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Nick Gauthier", "Justin Fitzsimmons"]
|
12
|
+
s.date = %q{2011-07-08}
|
13
|
+
s.description = %q{Spread your tests over multiple machines to test your code faster.}
|
14
|
+
s.email = %q{justin@fitzsimmons.ca}
|
15
|
+
s.extra_rdoc_files = [
|
16
|
+
"LICENSE",
|
17
|
+
"README.rdoc",
|
18
|
+
"TODO"
|
19
|
+
]
|
20
|
+
s.files = [
|
21
|
+
".document",
|
22
|
+
"LICENSE",
|
23
|
+
"README.rdoc",
|
24
|
+
"Rakefile",
|
25
|
+
"TODO",
|
26
|
+
"VERSION",
|
27
|
+
"caliper.yml",
|
28
|
+
"hydra-icon-64x64.png",
|
29
|
+
"hydra.gemspec",
|
30
|
+
"hydra_gray.png",
|
31
|
+
"justinf-hydra.gemspec",
|
32
|
+
"lib/hydra.rb",
|
33
|
+
"lib/hydra/cucumber/formatter.rb",
|
34
|
+
"lib/hydra/hash.rb",
|
35
|
+
"lib/hydra/js/lint.js",
|
36
|
+
"lib/hydra/listener/abstract.rb",
|
37
|
+
"lib/hydra/listener/minimal_output.rb",
|
38
|
+
"lib/hydra/listener/notifier.rb",
|
39
|
+
"lib/hydra/listener/progress_bar.rb",
|
40
|
+
"lib/hydra/listener/report_generator.rb",
|
41
|
+
"lib/hydra/master.rb",
|
42
|
+
"lib/hydra/message.rb",
|
43
|
+
"lib/hydra/message/master_messages.rb",
|
44
|
+
"lib/hydra/message/runner_messages.rb",
|
45
|
+
"lib/hydra/message/worker_messages.rb",
|
46
|
+
"lib/hydra/messaging_io.rb",
|
47
|
+
"lib/hydra/pipe.rb",
|
48
|
+
"lib/hydra/proxy_config.rb",
|
49
|
+
"lib/hydra/runner.rb",
|
50
|
+
"lib/hydra/runner_listener/abstract.rb",
|
51
|
+
"lib/hydra/safe_fork.rb",
|
52
|
+
"lib/hydra/spec/autorun_override.rb",
|
53
|
+
"lib/hydra/spec/hydra_formatter.rb",
|
54
|
+
"lib/hydra/ssh.rb",
|
55
|
+
"lib/hydra/stdio.rb",
|
56
|
+
"lib/hydra/sync.rb",
|
57
|
+
"lib/hydra/tasks.rb",
|
58
|
+
"lib/hydra/tmpdir.rb",
|
59
|
+
"lib/hydra/trace.rb",
|
60
|
+
"lib/hydra/worker.rb",
|
61
|
+
"test/fixtures/assert_true.rb",
|
62
|
+
"test/fixtures/bad_proxy_config.yml",
|
63
|
+
"test/fixtures/config.yml",
|
64
|
+
"test/fixtures/conflicting.rb",
|
65
|
+
"test/fixtures/features/step_definitions.rb",
|
66
|
+
"test/fixtures/features/write_alternate_file.feature",
|
67
|
+
"test/fixtures/features/write_file.feature",
|
68
|
+
"test/fixtures/hello_world.rb",
|
69
|
+
"test/fixtures/hydra_worker_init.rb",
|
70
|
+
"test/fixtures/js_file.js",
|
71
|
+
"test/fixtures/json_data.json",
|
72
|
+
"test/fixtures/many_outputs_to_console.rb",
|
73
|
+
"test/fixtures/master_listeners.rb",
|
74
|
+
"test/fixtures/proxy_config.yml",
|
75
|
+
"test/fixtures/proxy_config_http.yml",
|
76
|
+
"test/fixtures/runner_listeners.rb",
|
77
|
+
"test/fixtures/slow.rb",
|
78
|
+
"test/fixtures/sync_test.rb",
|
79
|
+
"test/fixtures/task_test_config.yml",
|
80
|
+
"test/fixtures/write_file.rb",
|
81
|
+
"test/fixtures/write_file_alternate_spec.rb",
|
82
|
+
"test/fixtures/write_file_spec.rb",
|
83
|
+
"test/fixtures/write_file_with_pending_spec.rb",
|
84
|
+
"test/master_test.rb",
|
85
|
+
"test/message_test.rb",
|
86
|
+
"test/pipe_test.rb",
|
87
|
+
"test/proxy_config_test.rb",
|
88
|
+
"test/runner_test.rb",
|
89
|
+
"test/ssh_test.rb",
|
90
|
+
"test/sync_test.rb",
|
91
|
+
"test/task_test.rb",
|
92
|
+
"test/test_helper.rb",
|
93
|
+
"test/worker_test.rb"
|
94
|
+
]
|
95
|
+
s.homepage = %q{http://github.com/Fitzsimmons/hydra}
|
96
|
+
s.require_paths = ["lib"]
|
97
|
+
s.rubygems_version = %q{1.3.7}
|
98
|
+
s.summary = %q{Distributed testing toolkit}
|
99
|
+
|
100
|
+
if s.respond_to? :specification_version then
|
101
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
102
|
+
s.specification_version = 3
|
103
|
+
|
104
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
105
|
+
s.add_development_dependency(%q<shoulda>, ["= 2.10.3"])
|
106
|
+
s.add_development_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
|
107
|
+
s.add_development_dependency(%q<cucumber>, ["= 0.9.2"])
|
108
|
+
s.add_development_dependency(%q<therubyracer>, ["= 0.7.4"])
|
109
|
+
else
|
110
|
+
s.add_dependency(%q<shoulda>, ["= 2.10.3"])
|
111
|
+
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
|
112
|
+
s.add_dependency(%q<cucumber>, ["= 0.9.2"])
|
113
|
+
s.add_dependency(%q<therubyracer>, ["= 0.7.4"])
|
114
|
+
end
|
115
|
+
else
|
116
|
+
s.add_dependency(%q<shoulda>, ["= 2.10.3"])
|
117
|
+
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
|
118
|
+
s.add_dependency(%q<cucumber>, ["= 0.9.2"])
|
119
|
+
s.add_dependency(%q<therubyracer>, ["= 0.7.4"])
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
data/lib/hydra/sync.rb
CHANGED
@@ -60,7 +60,7 @@ module Hydra #:nodoc:
|
|
60
60
|
opts.stringify_keys!
|
61
61
|
config_file = opts.delete('config') { nil }
|
62
62
|
if config_file
|
63
|
-
opts.merge!(
|
63
|
+
opts.merge!(ProxyConfig.load(IO.read(config_file)).stringify_keys!)
|
64
64
|
end
|
65
65
|
@verbose = opts.fetch('verbose') { false }
|
66
66
|
@sync = opts.fetch('sync') { {} }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: justinf-hydra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 73
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 23
|
9
|
-
-
|
10
|
-
version: 0.23.
|
9
|
+
- 5
|
10
|
+
version: 0.23.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nick Gauthier
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-07-
|
19
|
+
date: 2011-07-08 00:00:00 -04:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -106,6 +106,7 @@ files:
|
|
106
106
|
- hydra-icon-64x64.png
|
107
107
|
- hydra.gemspec
|
108
108
|
- hydra_gray.png
|
109
|
+
- justinf-hydra.gemspec
|
109
110
|
- lib/hydra.rb
|
110
111
|
- lib/hydra/cucumber/formatter.rb
|
111
112
|
- lib/hydra/hash.rb
|