smartcloud 0.0.118 → 0.0.119

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
  SHA256:
3
- metadata.gz: f46a6fe15d7d1e8fcb436fd4baf5067c6e1f7e451e5761d9a8c6b4b9e4822f44
4
- data.tar.gz: 48b8aab6fa106af180568a9a858da6797d937e7c1b20d65e5aea52f4e41437d7
3
+ metadata.gz: 7b80e0140767227146e0635bb21d767186606aa2fcd8969686fa159460534827
4
+ data.tar.gz: 8d88a9f336fe28525d5590aaa857848fd442a82aee93df9618d7c11f68a55b38
5
5
  SHA512:
6
- metadata.gz: b24ce7e8425d6f92527c36350259a0bd0eedbe478e0f0647aea4797fbf84f7867695518eec10f79c6bd979e574619c81d5351d421ec7fc5b2dc5338ef0ffb91f
7
- data.tar.gz: 000f3073e3bb7b9bdf090c2a1ca5b6b09c21105aeb5e44b0f2c25b31138e6430f968f561c31d5bbe0fda5551d291d505fa4641158a59b6605583949472e9fdcb
6
+ metadata.gz: 66ae1c940cdd60de881cb3d1e62777a903c406b2f789524dfcaba05ff6b56089e1a55c20e38ae4ff362c0b64ed0422dd81307023c53c0d40724725ba68668edc
7
+ data.tar.gz: 5d124a1b63d1e7cce471febd4041e4f9088293a09cc089b8e854c6664103b1d8c5f0cf5f7057f26a09e8a934388fc954cf558a451bdd717746e82e5deac2f0a9
@@ -1,13 +1,6 @@
1
1
  require "pty"
2
2
 
3
- begin
4
- PTY.spawn("spawn-fcgi -n -p 9000 /usr/bin/fcgiwrap -f") do |stdout, stdin, pid|
5
- begin
6
- stdout.each { |line| print line }
7
- rescue Errno::EIO
8
- puts "Errno:EIO error, but this probably just means that the process has finished giving output"
9
- end
10
- end
11
- rescue PTY::ChildExited
12
- puts "The child process exited!"
3
+ PTY.spawn("spawn-fcgi -n -p 9000 /usr/bin/fcgiwrap -f") do |stdout, stdin, pid|
4
+ stdout.each { |line| print line }
5
+ Process.wait(pid)
13
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.118
4
+ version: 0.0.119
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard