Created
August 1, 2012 18:35
-
-
Save chrismytton/3229620 to your computer and use it in GitHub Desktop.
Default bundler gem setup
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
$ bundle gem neography | |
create neography/Gemfile | |
create neography/Rakefile | |
create neography/LICENSE | |
create neography/README.md | |
create neography/.gitignore | |
create neography/neography.gemspec | |
create neography/lib/neography.rb | |
create neography/lib/neography/version.rb | |
Initializating git repo in /Users/chris/neography | |
$ cd neography/ | |
$ cat .gitignore | |
*.gem | |
*.rbc | |
.bundle | |
.config | |
.yardoc | |
Gemfile.lock | |
InstalledFiles | |
_yardoc | |
coverage | |
doc/ | |
lib/bundler/man | |
pkg | |
rdoc | |
spec/reports | |
test/tmp | |
test/version_tmp | |
tmp | |
$ git ls-files | |
.gitignore | |
Gemfile | |
LICENSE | |
README.md | |
Rakefile | |
lib/neography.rb | |
lib/neography/version.rb | |
neography.gemspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment