fast_rake 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,6 +97,7 @@ class FastRake::FastRunner
97
97
  def setup_database(task_name)
98
98
  ENV["TEST_DB_NAME"] = "test_#{task_string(task_name)}"
99
99
  puts "RAILS_ENV is #{ENV["RAILS_ENV"]} and TEST_DB_NAME is #{ENV["TEST_DB_NAME"]}"
100
+ Rake::Task['db:structure:test:load'].reenable
100
101
  %w{db:load_config db:create db:test:prepare}.each do |task_name|
101
102
  Rake::Task[task_name].reenable
102
103
  Rake::Task[task_name].invoke
@@ -1,6 +1,6 @@
1
1
  module FastRake
2
2
  VERSION_MAJOR = 0
3
3
  VERSION_MINOR = 2
4
- VERSION_PATCH = 6
4
+ VERSION_PATCH = 7
5
5
  VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH].join('.')
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_rake
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Ricketson
@@ -15,10 +15,9 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-21 00:00:00 Z
18
+ date: 2012-10-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: gemma
22
21
  prerelease: false
23
22
  requirement: &id001 !ruby/object:Gem::Requirement
24
23
  none: false
@@ -32,6 +31,7 @@ dependencies:
32
31
  - 0
33
32
  version: 2.2.0
34
33
  type: :development
34
+ name: gemma
35
35
  version_requirements: *id001
36
36
  description: "\n Runs a small number of setup tasks, followed by a bunch of expensive tasks in parallel.\n This manages the number of running tasks and keeps the visible output to a small and useful amount.\n It was created to make developer pre-commit builds really fast, but still able to cover a lot of tests.\n "
37
37
  email:
@@ -52,7 +52,7 @@ licenses: []
52
52
  post_install_message:
53
53
  rdoc_options:
54
54
  - --title
55
- - fast_rake-0.2.6 Documentation
55
+ - fast_rake-0.2.7 Documentation
56
56
  require_paths:
57
57
  - lib
58
58
  required_ruby_version: !ruby/object:Gem::Requirement