From c808b9741a7fb9162d807979ef531560e6d3ec6f Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 13 Jun 2011 16:26:28 -0500 Subject: [PATCH] ExecJS 1.1.3 --- execjs.gemspec | 2 +- lib/execjs/module.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/execjs.gemspec b/execjs.gemspec index 12bf927..82d91ec 100644 --- a/execjs.gemspec +++ b/execjs.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "execjs" - s.version = "1.1.2" + s.version = "1.1.3" s.homepage = "https://github.com/sstephenson/execjs" s.summary = "Run JavaScript code from Ruby" diff --git a/lib/execjs/module.rb b/lib/execjs/module.rb index a437502..d6aeff7 100644 --- a/lib/execjs/module.rb +++ b/lib/execjs/module.rb @@ -1,7 +1,7 @@ require "rbconfig" module ExecJS - VERSION = "1.1.2" + VERSION = "1.1.3" class Error < ::StandardError; end class RuntimeError < Error; end