yong-purple_ruby 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/ext/purple_ruby.c +1 -0
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'hoe'
3
3
 
4
4
  EXT = "ext/ruburple_ext.#{Hoe::DLEXT}"
5
5
 
6
- Hoe.new('purple_ruby', '0.3.1') do |p|
6
+ Hoe.new('purple_ruby', '0.3.2') do |p|
7
7
  p.author = 'yong'
8
8
  p.email = 'yong@intridea.com'
9
9
  p.url = 'http://www.intridea.com'
data/ext/purple_ruby.c CHANGED
@@ -323,6 +323,7 @@ static void sighandler(int sig)
323
323
 
324
324
  static VALUE init(VALUE self, VALUE debug)
325
325
  {
326
+ signal(SIGCHLD, SIG_IGN);
326
327
  signal(SIGPIPE, SIG_IGN);
327
328
  signal(SIGINT, sighandler);
328
329
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yong-purple_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - yong