Skip to content

Commit

Permalink
readding Gemfile with propper name and removing script settings from …
Browse files Browse the repository at this point in the history
…travis
  • Loading branch information
ajmurmann committed Oct 21, 2011
1 parent d5c0c1f commit 7ac01ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
before_script: bundle install
script: rake
rvm:
- 1.8.7
- 1.9.2
Expand Down
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source 'http://rubygems.org'

gem 'resque', '>= 1.8'
gem 'heroku', '1.11.0'

group :development do
gem "rspec", "~> 2.0"
gem 'rr', '1.0.2'
gem 'rake'
gem 'timecop', '0.3.5'
end

0 comments on commit 7ac01ef

Please sign in to comment.