Created
July 1, 2011 14:30
-
-
Save devboy/1058657 to your computer and use it in GitHub Desktop.
Gator - Example configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This file has been generated by gator and wants to be edited by you! | |
Gator.project = Gator::Project.new "gator" | |
Gator.project.layout[:source,:main,:ruby] = "lib" | |
Gator.project.layout[:source,:test,:ruby] = "test" | |
puts Gator.project.path(:source,:main,:ruby) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment