Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit e301df3

Browse files
committed
avoid the VERSION constant already initialized warning (with bundle exec)
1 parent f24af2c commit e301df3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thread_safe.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- encoding: utf-8 -*-
2-
require File.expand_path('../lib/thread_safe/version', __FILE__)
2+
$:.push File.expand_path('../lib', __FILE__) unless $:.include?('lib')
3+
require 'thread_safe/version'
34

45
Gem::Specification.new do |gem|
56
gem.authors = ["Charles Oliver Nutter", "thedarkone"]

0 commit comments

Comments
 (0)