From e13f662e63f7065f42c5acf27b10e0aec391c1ab Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Sat, 9 Jan 2010 18:56:55 +0200 Subject: [PATCH] bump version and manifests for 0.4.1 release --- Manifest.txt | 2 ++ lib/v8.rb | 2 +- therubyracer.gemspec | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Manifest.txt b/Manifest.txt index 216b705..ea18958 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -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 diff --git a/lib/v8.rb b/lib/v8.rb index a3ba7c8..1e2fb49 100644 --- a/lib/v8.rb +++ b/lib/v8.rb @@ -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' diff --git a/therubyracer.gemspec b/therubyracer.gemspec index e4faad5..ab0fe6d 100644 --- a/therubyracer.gemspec +++ b/therubyracer.gemspec @@ -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"]