tmp8-snailgun 1.2.0.1 → 1.2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/snailgun +2 -0
  2. metadata +2 -2
data/bin/snailgun CHANGED
@@ -78,6 +78,8 @@ when :rails
78
78
  start_for_envs = envs.split(/[\s,]+/).uniq
79
79
  start_for_envs.each do |env|
80
80
  pids[env] = fork do
81
+ ENV['SNAILGUN'] = $$.to_s
82
+
81
83
  STDERR.puts "Server starting for RAILS_ENV=#{env}"
82
84
  server = Snailgun::Server.new("#{sockdir}/#{env}")
83
85
  ENV['RAILS_ENV'] = env
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 1.2.0.1
9
+ - 2
10
+ version: 1.2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian Candler