Skip to content

Instantly share code, notes, and snippets.

@hone
Created November 8, 2011 15:57
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 hone/12a88ee5853cff734502 to your computer and use it in GitHub Desktop.
Save hone/12a88ee5853cff734502 to your computer and use it in GitHub Desktop.
s.files = `git ls-files`.split("\\\\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\\\\n")
s.executables = `git ls-files -- bin/*`.split("\\\\n").map{ |f| File.basename(f) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment