Sha256: 4efe41257d236cbd0b3efbf3f7420ac70920ebdb7669581f12a50e569ef3d100
Contents?: true
Size: 447 Bytes
Versions: 3
Compression:
Stored size: 447 Bytes
Contents
source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'resque', "~> 1.10.0" gem 'heroku' # You will need the heroku gem for this too. group :development do gem "shoulda", ">= 0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.5.2" gem "rcov", ">= 0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heroku-resque-auto-scale-0.1.2 | Gemfile |
heroku-resque-auto-scale-0.1.1 | Gemfile |
heroku-resque-auto-scale-0.1.0 | Gemfile |