rack_direct 0.1.13 → 0.1.14

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.
@@ -36,7 +36,6 @@ module RackDirect
36
36
  rackup_path = Gem.bin_path "rack", "rackup", "< 1.1"
37
37
 
38
38
  cmd = "cd #{path} && rake db:test:prepare && #{rackup_path} --server #{RACK_DIRECT_ALIAS} #{tmppath} 2>&1 | tee output"
39
- puts cmd
40
39
  self.log name, cmd
41
40
  @@services[name] = IO.popen cmd, "w+"
42
41
  self.log name, "service started"
@@ -1,3 +1,3 @@
1
1
  module RackDirect
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
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: 1
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 13
10
- version: 0.1.13
9
+ - 14
10
+ version: 0.1.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian Sharon