Changeset d9ed1b8e030638c4b92d3a7f271eec6b3cc03235
- Timestamp:
- 08/30/08 00:39:30 (4 months ago)
- Author:
- Mark Guzman <segfault@…>
- Parents:
- 5f7de15c00f6f991e77caf8bd30ac9eda203035a
- git-committer:
- Mark Guzman <segfault@hasno.info> / 2008-08-30T00:39:30Z-0400
- Message:
-
making sure the rakefile pulls in the right fastxml_lib
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2168c4
|
rd9ed1b
|
|
| 13 | 13 | $: << './lib' |
| 14 | 14 | $: << './ext' |
| 15 | | require 'fastxml_lib' |
| | 15 | require 'fastxml/fastxml_lib' |
| 16 | 16 | full_name = "FastXml" |
| 17 | 17 | short_name = full_name.downcase |