Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
fixed gem declaration, added require
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrevalade committed Apr 28, 2011
1 parent 37e0a6a commit 914e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ gem "haml"
gem "json" gem "json"
gem "typhoeus" gem "typhoeus"


gem "quimby" gem "quimby", :require => 'foursquare'

5 comments on commit 914e79e

@nakajima
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can add a quimby.rb file to the gem that will automatically require "foursquare". that'll avoid the need for this.

@pierrevalade
Copy link
Owner Author

@pierrevalade pierrevalade commented on 914e79e Apr 28, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nakajima
Copy link

@nakajima nakajima commented on 914e79e Apr 28, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pierrevalade
Copy link
Owner Author

@pierrevalade pierrevalade commented on 914e79e Apr 28, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pierrevalade
Copy link
Owner Author

@pierrevalade pierrevalade commented on 914e79e Apr 28, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.