This commit is contained in:
Christian Mehlmauer
2012-09-21 22:49:49 +02:00
parent 29280dc0ab
commit 3590f5ed2f
3 changed files with 47 additions and 0 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
source "https://rubygems.org"
gem "typhoeus"
gem "rspec", :require => "spec"
gem "nokogiri"
gem "webmock"
gem "simplecov"