luban-rack 0.2.23 → 0.2.24
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc3dbccf1bd0ad6c560f72f00deb2aa750fa1e45
|
4
|
+
data.tar.gz: 3fc4f729d12683f6ca22ccecae13dcbb9bf70f44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e35ae4ea2b4391ef8d5f155456bab0489078f54b16d1a0fb669e269999516aa4b7619e9313900022e5dba10066068c225aca4e74cd8c5eea5d218028ecc8293
|
7
|
+
data.tar.gz: a220ff61bb2a6352860fd06849f96fe41fc56fea0abe434385d70ab74c05cfacafb92a720d5426fb997181440a6642f74c4ad009586bef1925c383eec20867d8
|
data/CHANGELOG.md
CHANGED
@@ -36,8 +36,8 @@ module Luban
|
|
36
36
|
set_web_server_options
|
37
37
|
end
|
38
38
|
|
39
|
-
def restart_process!; capture(restart_command); end
|
40
|
-
def phased_restart_process!; capture(phased_restart_command); end
|
39
|
+
def restart_process!; with_clean_env { capture(restart_command) }; end
|
40
|
+
def phased_restart_process!; with_clean_env { capture(phased_restart_command) }; end
|
41
41
|
end
|
42
42
|
end
|
43
43
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luban-rack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rubyist Chi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: luban
|