rack_direct 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ module RackDirect
35
35
  # TODO: remove this hack to force an old version of rack when loading an older Rails project
36
36
  rackup_path = Gem.bin_path "rack", "rackup", "< 1.1"
37
37
 
38
- cmd = "cd #{path} && rake db:test:prepare && #{rackup_path} --server #{RACK_DIRECT_ALIAS} #{tmppath} 2>&1 | tee output"
38
+ cmd = "cd #{path} && rake db:migrate db:test:prepare && #{rackup_path} --server #{RACK_DIRECT_ALIAS} #{tmppath} 2>&1 | tee output"
39
39
  self.log name, cmd
40
40
  @@services[name] = IO.popen cmd, "w+"
41
41
  self.log name, "service started"
@@ -1,3 +1,3 @@
1
1
  module RackDirect
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_direct
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 14
10
- version: 0.1.14
9
+ - 15
10
+ version: 0.1.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian Sharon