mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Avoid requiring version.rb twice
This commit is contained in:
parent
eb9a366730
commit
19513eef74
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
require File.expand_path("../lib/haml/version", __FILE__)
|
||||
($LOAD_PATH << File.expand_path("../lib", __FILE__)).uniq!
|
||||
require "haml/version"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = 'haml'
|
||||
|
|
Loading…
Add table
Reference in a new issue