Creates a simple Ruby project skeleton.
Usage: ./mkskl [project_name] [absolute_path]
[absolute_path] shouldn't contain the the project name
[project_name] is not recommended to contain spaces
Resources: http://ruby.learncodethehardway.org/book/ex46.html - implemented the structure described here