Changeset 9474da7584bfc0373ae26f41223d824bbcce3baa

Show
Ignore:
Timestamp:
08/12/08 12:24:19 (5 months ago)
Author:
Mark Guzman <segfault@…>
Parents:
50e96d791e712b7ed531270da3b72f3472b2c86f
Children:
2168c40635a237e84a69b74bb34c24f230052ae9
git-committer:
Mark Guzman <segfault@hasno.info> / 2008-08-12T12:24:19Z-0400
Message:

the gem should be specifying ext as part of the require path

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Rakefile

    r7945e3 r9474da  
    4949  s.description = "A simple ruby interface to libxml (with hpricot-like syntax)" 
    5050  s.files = FileList["{bin,lib,ext,test_data}/**/*"].to_a 
    51   s.require_path = "lib" 
     51  s.require_path = %w[ ext lib ] 
    5252  s.autorequire = short_name 
    5353  s.test_files = FileList["{specs}/**/*spec.rb"].to_a