mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Fix gemspec.
This commit is contained in:
parent
c9278dbe8a
commit
28d8a056ef
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
$:.unshift File.expand_path('..', __FILE__)
|
$:.unshift File.expand_path('../lib', __FILE__)
|
||||||
require 'execjs/version'
|
require 'execjs/version'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
|
|
Loading…
Reference in a new issue