ruby-lsapi 2.2 → 2.3

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 (2) hide show
  1. data/ext/lsapi/lsruby.c +1 -1
  2. metadata +2 -2
data/ext/lsapi/lsruby.c CHANGED
@@ -515,7 +515,7 @@ static VALUE lsapi_reopen( int argc, VALUE *argv, VALUE self)
515
515
 
516
516
  ruby_verbose = (VALUE)orig_verbose;
517
517
 
518
- return rb_io_reopen( argc, argv, orig_stderr );
518
+ return rb_funcall( orig_stderr, rb_intern( "reopen" ), 2, argc, argv );
519
519
 
520
520
  }
521
521
  return self;
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ruby-lsapi
5
5
  version: !ruby/object:Gem::Version
6
- version: "2.2"
7
- date: 2007-03-09 00:00:00 -05:00
6
+ version: "2.3"
7
+ date: 2007-03-15 00:00:00 -05:00
8
8
  summary: A ruby extension for fast communication with LiteSpeed Web Server.
9
9
  require_paths:
10
10
  - lib