mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Fix double VERSION loading warning
This commit is contained in:
parent
6ffac45215
commit
0f9a485877
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
require File.expand_path("../lib/execjs/version.rb", __FILE__)
|
$:.unshift File.expand_path('..', __FILE__)
|
||||||
|
require 'execjs/version'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "execjs"
|
s.name = "execjs"
|
||||||
|
|
Loading…
Reference in a new issue