1
0
Fork 0
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:
Norman Clarke 2012-06-04 15:28:23 -03:00
parent eb9a366730
commit 19513eef74

View file

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