make the docs on extensions a bit more clear for rubygems extensions.

This commit is contained in:
Chris Eppstein 2010-08-31 20:56:55 -07:00
parent 994e0e3335
commit 2d198870db

View File

@ -80,7 +80,7 @@ The extension library file referenced above as `my_extension/lib/my_extension.rb
can actually be stored at any of the following three locations:
1. `my_extension/compass_init.rb`
2. `my_extension/lib/my_extension.rb`
2. `my_extension/lib/my_extension.rb` (NOTE: You must use this one if you're distributing as a rubygem.)
3. `my_extension/my_extension.rb`
The first of those locations found (in the above order) will be loaded.