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

Fix gemspec.

This commit is contained in:
Matt Burke 2011-09-09 00:52:13 -04:00
parent c9278dbe8a
commit 28d8a056ef

View file

@ -1,4 +1,4 @@
$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../lib', __FILE__)
require 'execjs/version'
Gem::Specification.new do |s|