Changeset 9474da7584bfc0373ae26f41223d824bbcce3baa
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r7945e3
|
r9474da
|
|
| 49 | 49 | s.description = "A simple ruby interface to libxml (with hpricot-like syntax)" |
| 50 | 50 | s.files = FileList["{bin,lib,ext,test_data}/**/*"].to_a |
| 51 | | s.require_path = "lib" |
| | 51 | s.require_path = %w[ ext lib ] |
| 52 | 52 | s.autorequire = short_name |
| 53 | 53 | s.test_files = FileList["{specs}/**/*spec.rb"].to_a |