Skip to content

Commit

Permalink
add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Jan 19, 2011
1 parent 296a6b7 commit d4c6708
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
gem "pg"
gem "nofxx-georuby"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.3.0"
gem "bundler", "~> 1.0.0"
gem "rcov", ">= 0"
end

0 comments on commit d4c6708

Please sign in to comment.