Created
September 9, 2012 17:39
-
-
Save austinbv/3685992 to your computer and use it in GitHub Desktop.
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
> require './lib/super_gem' | |
LoadError: cannot load such file -- super_gem/version |
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
require 'super_gem/version' |
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
. | |
├── 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