therubyracer 0.9.0beta1 → 0.9.0beta2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of therubyracer might be problematic. Click here for more details.
- data/ext/v8/v8_weakref.h +0 -4
- data/lib/v8/version.rb +1 -1
- metadata +2 -2
data/ext/v8/v8_weakref.h
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
|
4
4
|
#include <v8.h>
|
5
5
|
#include "ruby.h"
|
6
|
-
#include "ruby/version.h"
|
7
6
|
|
8
7
|
struct v8_weakref {
|
9
8
|
v8_weakref(VALUE object);
|
@@ -22,9 +21,6 @@ VALUE v8_weakref_objectspace();
|
|
22
21
|
VALUE v8_weakref_nil(VALUE nil, VALUE exception);
|
23
22
|
VALUE v8_weakref_id2ref(VALUE id);
|
24
23
|
|
25
|
-
|
26
|
-
#if RUBY_VERSION_MAJOR == 1 && RUBY_VERSION_MINOR == 8
|
27
24
|
extern "C" VALUE rb_proc_new(VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE);
|
28
|
-
#endif
|
29
25
|
|
30
26
|
#endif
|
data/lib/v8/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: therubyracer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 5
|
5
|
-
version: 0.9.
|
5
|
+
version: 0.9.0beta2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Lowell
|
@@ -886,7 +886,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
886
886
|
requirements:
|
887
887
|
- - ">="
|
888
888
|
- !ruby/object:Gem::Version
|
889
|
-
hash:
|
889
|
+
hash: 3384105438318012173
|
890
890
|
segments:
|
891
891
|
- 0
|
892
892
|
version: "0"
|