sprout-flashplayer-bundle 10.22.2 → 10.22.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,9 +37,8 @@ class CLIXFlashPlayer
37
37
  @activate_pid, stdin, stdout, stderr = open4.popen4(command)
38
38
  puts stdout.read
39
39
  error = stderr.read
40
- raise error if !error.nil?
41
- puts "after error"
42
- # Process.wait(@player_pid)
40
+ raise error if !error.nil? && error != ''
41
+ Process.wait(@player_pid)
43
42
  rescue StandardError => e
44
43
  kill
45
44
  raise e
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 10
5
5
  MINOR = 22
6
- TINY = 2
6
+ TINY = 3
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flashplayer-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.22.2
4
+ version: 10.22.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park