parallel_tests 0.4.17 → 0.4.18

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -159,6 +159,7 @@ inspired by [pivotal labs](http://pivotallabs.com/users/miked/blog/articles/849-
159
159
  - [xxx](https://github.com/xxx)
160
160
  - [Levent Ali](http://purebreeze.com/)
161
161
  - [Michael Kintzer](https://github.com/rockrep)
162
+ - [nathansobo](https://github.com/nathansobo)
162
163
 
163
164
  [Michael Grosser](http://grosser.it)<br/>
164
165
  michael@grosser.it<br/>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.17
1
+ 0.4.18
@@ -18,7 +18,7 @@ namespace :parallel do
18
18
 
19
19
  desc "update test databases by dumping and loading --> parallel:prepare[num_cpus]"
20
20
  task(:prepare, [:count] => 'db:abort_if_pending_migrations') do |t,args|
21
- if ActiveRecord::Base.schema_format == :ruby
21
+ if defined?(ActiveRecord) && ActiveRecord::Base.schema_format == :ruby
22
22
  # dump then load in parallel
23
23
  Rake::Task['db:schema:dump'].invoke
24
24
  Rake::Task['parallel:load_schema'].invoke(args[:count])
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{parallel_tests}
8
- s.version = "0.4.17"
8
+ s.version = "0.4.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2011-05-12}
12
+ s.date = %q{2011-05-17}
13
13
  s.email = %q{grosser.michael@gmail.com}
14
14
  s.executables = ["parallel_cucumber", "parallel_spec", "parallel_test"]
15
15
  s.files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel_tests
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 17
10
- version: 0.4.17
9
+ - 18
10
+ version: 0.4.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-12 00:00:00 +02:00
18
+ date: 2011-05-17 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency