mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
update manifest file
This commit is contained in:
parent
a0af37906c
commit
6838c68de5
1 changed files with 11 additions and 9 deletions
20
Manifest.txt
20
Manifest.txt
|
@ -13,12 +13,14 @@ ext/v8/convert_v8.h
|
||||||
ext/v8/converters.h
|
ext/v8/converters.h
|
||||||
ext/v8/extconf.rb
|
ext/v8/extconf.rb
|
||||||
ext/v8/v8.cpp
|
ext/v8/v8.cpp
|
||||||
ext/v8/v8_context.cpp
|
|
||||||
ext/v8/v8_context.h
|
|
||||||
ext/v8/v8_cxt.cpp
|
ext/v8/v8_cxt.cpp
|
||||||
ext/v8/v8_cxt.h
|
ext/v8/v8_cxt.h
|
||||||
ext/v8/v8_object.cpp
|
ext/v8/v8_func.cpp
|
||||||
ext/v8/v8_object.h
|
ext/v8/v8_func.h
|
||||||
|
ext/v8/v8_msg.cpp
|
||||||
|
ext/v8/v8_msg.h
|
||||||
|
ext/v8/v8_obj.cpp
|
||||||
|
ext/v8/v8_obj.h
|
||||||
ext/v8/v8_ref.cpp
|
ext/v8/v8_ref.cpp
|
||||||
ext/v8/v8_ref.h
|
ext/v8/v8_ref.h
|
||||||
ext/v8/v8_script.cpp
|
ext/v8/v8_script.cpp
|
||||||
|
@ -31,15 +33,15 @@ ext/v8/v8_template.cpp
|
||||||
ext/v8/v8_template.h
|
ext/v8/v8_template.h
|
||||||
lib/v8.rb
|
lib/v8.rb
|
||||||
lib/v8/context.rb
|
lib/v8/context.rb
|
||||||
|
lib/v8/object.rb
|
||||||
|
lib/v8/to.rb
|
||||||
script/console
|
script/console
|
||||||
script/destroy
|
script/destroy
|
||||||
script/generate
|
script/generate
|
||||||
spec/jsapi/README.txt
|
spec/redjs/README.txt
|
||||||
spec/jsapi/spec.rb
|
spec/redjs/jsapi_spec.rb
|
||||||
spec/jsapi_spec.rb
|
spec/redjs_helper.rb
|
||||||
spec/spec.opts
|
spec/spec.opts
|
||||||
spec/spec_helper.rb
|
spec/spec_helper.rb
|
||||||
spec/therubyracer_spec.rb
|
|
||||||
spike.rb
|
|
||||||
tasks/rspec.rake
|
tasks/rspec.rake
|
||||||
therubyracer.gemspec
|
therubyracer.gemspec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue