therubyracer 0.9.3beta1 → 0.9.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.
- data/Changelog.md +8 -1
- data/lib/v8/version.rb +1 -1
- metadata +9 -6
data/Changelog.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
## 0.9.3 - 20011/08/11
|
|
5
|
+
|
|
6
|
+
* Better documentation for the C extension memory management
|
|
7
|
+
* Always lock V8 operations, always.
|
|
8
|
+
* GH-86 Context#[], Context#[]= always looks up values from the JavaScript scope, even when it's a Ruby object
|
|
9
|
+
|
|
10
|
+
## 0.9.2 - 20011/06/23
|
|
4
11
|
|
|
5
12
|
* fix issue with 1.8.7 where object allocation inside of GC was segfaulting
|
|
6
13
|
|
data/lib/v8/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: therubyracer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 0.9.
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.9.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Charles Lowell
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2011-
|
|
14
|
+
date: 2011-08-11 00:00:00 -05:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
@@ -174,16 +174,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
174
174
|
requirements:
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
hash:
|
|
177
|
+
hash: -4006705181095758895
|
|
178
178
|
segments:
|
|
179
179
|
- 0
|
|
180
180
|
version: "0"
|
|
181
181
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
182
|
none: false
|
|
183
183
|
requirements:
|
|
184
|
-
- - "
|
|
184
|
+
- - ">="
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
|
-
|
|
186
|
+
hash: -4006705181095758895
|
|
187
|
+
segments:
|
|
188
|
+
- 0
|
|
189
|
+
version: "0"
|
|
187
190
|
requirements: []
|
|
188
191
|
|
|
189
192
|
rubyforge_project: therubyracer
|