1
0
Fork 0
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:
Charles Lowell 2010-01-09 18:56:55 +02:00
parent 36628a1792
commit e13f662e63
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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'

View file

@ -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"]