mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
bump version and manifests for 0.4.1 release
This commit is contained in:
parent
36628a1792
commit
e13f662e63
3 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@ Manifest.txt
|
|||
README.rdoc
|
||||
Rakefile
|
||||
docs/data_conversion.txt
|
||||
ext/v8/callbacks.cpp
|
||||
ext/v8/callbacks.h
|
||||
ext/v8/convert_ruby.cpp
|
||||
ext/v8/convert_ruby.h
|
||||
ext/v8/convert_string.cpp
|
||||
|
|
|
@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
|
|||
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
||||
|
||||
module V8
|
||||
VERSION = '0.4.0'
|
||||
VERSION = '0.4.1'
|
||||
require 'v8/v8' #native glue
|
||||
require 'v8/to'
|
||||
require 'v8/context'
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{therubyracer}
|
||||
s.version = "0.4.0"
|
||||
s.version = "0.4.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Charles Lowell", "Bill Robertson"]
|
||||
s.date = %q{2009-12-22}
|
||||
s.date = %q{2010-01-09}
|
||||
s.description = %q{Embed the V8 Javascript interpreter into Ruby.}
|
||||
s.email = ["cowboyd@thefrontside.net", "billrobertson42@gmail.com"]
|
||||
s.extensions = ["ext/v8/extconf.rb"]
|
||||
|
|
Loading…
Reference in a new issue