therubyracer 0.8.2.pre2 → 0.8.2
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/Changelog.md +1 -1
- data/README.md +9 -3
- data/lib/v8/version.rb +1 -1
- metadata +29 -13
data/Changelog.md
CHANGED
data/README.md
CHANGED
@@ -5,19 +5,19 @@
|
|
5
5
|
* [irc://irc.freenode.net/therubyracer](http://groups.google.com/group/therubyracer)
|
6
6
|
* [Documentation](https://github.com/cowboyd/therubyracer/wiki)
|
7
7
|
|
8
|
-
## DESCRIPTION
|
8
|
+
## DESCRIPTION
|
9
9
|
|
10
10
|
Embed the V8 Javascript interpreter into Ruby.
|
11
11
|
|
12
12
|
|
13
|
-
## FEATURES
|
13
|
+
## FEATURES
|
14
14
|
|
15
15
|
* Evaluate Javascript from with in Ruby
|
16
16
|
* Embed your Ruby objects into the Javascript world
|
17
17
|
* Manipulate JavaScript objects and call JavaScript functions from Ruby
|
18
18
|
* API compatible with the The Ruby Rhino (for JRuby: http://github.com/cowboyd/therubyrhino)
|
19
19
|
|
20
|
-
## SYNOPSIS
|
20
|
+
## SYNOPSIS
|
21
21
|
|
22
22
|
gem install therubyracer ;: stable
|
23
23
|
gem install therubyracer --pre ;: bleeding edge
|
@@ -124,6 +124,12 @@ More documentation can be found on the [github wiki](https://github.com/cowboyd/
|
|
124
124
|
* python >= 2.5 (required to compile v8)
|
125
125
|
* C++ compiler
|
126
126
|
|
127
|
+
## Rails/Bundler
|
128
|
+
|
129
|
+
To use the ruby racer in rails, or any application using Bundler to manage gems, add the following to your Gemfile
|
130
|
+
|
131
|
+
gem "therubyracer", :require => 'v8'
|
132
|
+
gem "therubyracer", "~> 0.8.2.pre" #bleeding edge.
|
127
133
|
|
128
134
|
## DEVELOP
|
129
135
|
git clone git://github.com/cowboyd/therubyracer.git
|
data/lib/v8/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: therubyracer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
4
|
+
hash: 59
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 8
|
9
|
+
- 2
|
10
|
+
version: 0.8.2
|
6
11
|
platform: ruby
|
7
12
|
authors:
|
8
13
|
- Charles Lowell
|
@@ -11,31 +16,39 @@ autorequire:
|
|
11
16
|
bindir: bin
|
12
17
|
cert_chain: []
|
13
18
|
|
14
|
-
date: 2011-
|
19
|
+
date: 2011-05-25 00:00:00 -05:00
|
15
20
|
default_executable:
|
16
21
|
dependencies:
|
17
22
|
- !ruby/object:Gem::Dependency
|
18
|
-
|
23
|
+
type: :development
|
19
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
20
25
|
none: false
|
21
26
|
requirements:
|
22
27
|
- - ">="
|
23
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 15
|
30
|
+
segments:
|
31
|
+
- 2
|
32
|
+
- 0
|
33
|
+
- 0
|
24
34
|
version: 2.0.0
|
25
|
-
type: :development
|
26
|
-
prerelease: false
|
27
35
|
version_requirements: *id001
|
36
|
+
name: rspec
|
37
|
+
prerelease: false
|
28
38
|
- !ruby/object:Gem::Dependency
|
29
|
-
|
39
|
+
type: :development
|
30
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
31
41
|
none: false
|
32
42
|
requirements:
|
33
43
|
- - ">="
|
34
44
|
- !ruby/object:Gem::Version
|
45
|
+
hash: 3
|
46
|
+
segments:
|
47
|
+
- 0
|
35
48
|
version: "0"
|
36
|
-
type: :development
|
37
|
-
prerelease: false
|
38
49
|
version_requirements: *id002
|
50
|
+
name: rake-compiler
|
51
|
+
prerelease: false
|
39
52
|
description: Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript.
|
40
53
|
email: cowboyd@thefrontside.net
|
41
54
|
executables:
|
@@ -874,20 +887,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
874
887
|
requirements:
|
875
888
|
- - ">="
|
876
889
|
- !ruby/object:Gem::Version
|
877
|
-
hash:
|
890
|
+
hash: 3
|
878
891
|
segments:
|
879
892
|
- 0
|
880
893
|
version: "0"
|
881
894
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
882
895
|
none: false
|
883
896
|
requirements:
|
884
|
-
- - "
|
897
|
+
- - ">="
|
885
898
|
- !ruby/object:Gem::Version
|
886
|
-
|
899
|
+
hash: 3
|
900
|
+
segments:
|
901
|
+
- 0
|
902
|
+
version: "0"
|
887
903
|
requirements: []
|
888
904
|
|
889
905
|
rubyforge_project: therubyracer
|
890
|
-
rubygems_version: 1.6.
|
906
|
+
rubygems_version: 1.6.2
|
891
907
|
signing_key:
|
892
908
|
specification_version: 3
|
893
909
|
summary: Embed the V8 Javascript interpreter into Ruby
|