Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created September 9, 2012 17:39
Show Gist options
  • Save austinbv/3685992 to your computer and use it in GitHub Desktop.
Save austinbv/3685992 to your computer and use it in GitHub Desktop.
> require './lib/super_gem'
LoadError: cannot load such file -- super_gem/version
require 'super_gem/version'
.
├── lib
│   ├── super_gem
│   │   ├── board.rb
│   │   └── version.rb
│   └── super_gem.rb
└── super_gem.gemspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment