Created
January 20, 2013 04:08
-
-
Save mscottford/4576615 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
$ bundle --version | |
Bundler version 1.2.3 | |
$ cat Gemfile | |
gem 'typograph', :require => nil, :git => 'https://github.com/stereobooster/typograph.git' | |
$ bundle | |
Updating https://github.com/stereobooster/typograph.git | |
Using htmlentities (4.3.1) | |
Using typograph (0.0.1.pre.3) from https://github.com/stereobooster/typograph.git (at master) | |
Using bundler (1.2.3) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
$ bundle console | |
irb(main):001:0> require 'typograph' | |
=> true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment