Skip to content

Instantly share code, notes, and snippets.

@chrismytton
Created August 1, 2012 18:35
Show Gist options
  • Save chrismytton/3229620 to your computer and use it in GitHub Desktop.
Save chrismytton/3229620 to your computer and use it in GitHub Desktop.
Default bundler gem setup
$ 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