1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

ExecJS 1.1.2

This commit is contained in:
Joshua Peek 2011-06-08 18:44:15 -05:00
parent a48bc7c7ad
commit b67a563ab4
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "execjs" s.name = "execjs"
s.version = "1.1.1" s.version = "1.1.2"
s.date = "2011-06-07" s.date = "2011-06-08"
s.homepage = "https://github.com/sstephenson/execjs" s.homepage = "https://github.com/sstephenson/execjs"
s.summary = "Run JavaScript code from Ruby" s.summary = "Run JavaScript code from Ruby"

View file

@ -1,7 +1,7 @@
require "rbconfig" require "rbconfig"
module ExecJS module ExecJS
VERSION = "1.1.1" VERSION = "1.1.2"
class Error < ::StandardError; end class Error < ::StandardError; end
class RuntimeError < Error; end class RuntimeError < Error; end