Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created June 9, 2013 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgetter/5742754 to your computer and use it in GitHub Desktop.
Save domgetter/5742754 to your computer and use it in GitHub Desktop.
% tree
.
├── Rakefile
├── bin
│ └── gem_name
├── gem_name.gemspec
├── lib
│ ├── gem_name
│ │ └── other_file.rb
│ └── gem_name.rb
└── test
├── gem_name
│ └── test_other_file.rb
└── test_gem_name.rb
OR
% tree
.
├── Rakefile
├── bin
│ └── gem_name
├── gem_name.gemspec
├── lib
│ ├── gem_name
│ │ └── other_file.rb
│ └── gem_name.rb
└── test
├── test_other_file.rb
└── test_gem_name.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment