1
0
Fork 0
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:
Joshua Peek 2011-08-03 09:55:01 -05:00
parent 6ffac45215
commit 0f9a485877

View file

@ -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"