magistrate 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,7 @@ module Magistrate
99
99
  :monitor_url => @config[:monitor_url],
100
100
  :config_file => @config_file,
101
101
  :logs => @logs,
102
- :env => `env`,
102
+ :env => `env`.split("\n"),
103
103
  :workers => {}
104
104
  }
105
105
 
@@ -1,3 +1,3 @@
1
1
  module Magistrate
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magistrate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Drew Blas