Skip to content

Commit

Permalink
Adds bundler support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Glover authored and defunkt committed Mar 17, 2011
1 parent 3d9daa8 commit d10fdf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions Gemfile
@@ -0,0 +1,10 @@
source :rubygems

gem "redis-namespace", ">= 0.10.0"
gem "vegas", "~> 0.1.2"
gem "sinatra", ">= 0.9.2"
gem "json", "~> 1.4.6"

group :test do
gem "rack-test", "~> 0.5"
end
7 changes: 0 additions & 7 deletions deps.rip

This file was deleted.

4 changes: 0 additions & 4 deletions resque.gemspec
Expand Up @@ -21,10 +21,6 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ "LICENSE", "README.markdown" ]
s.rdoc_options = ["--charset=UTF-8"]

s.add_dependency "redis-namespace", ">= 0.10.0"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json", "~> 1.4.6"

s.description = <<description
Resque is a Redis-backed Ruby library for creating background jobs,
Expand Down

0 comments on commit d10fdf5

Please sign in to comment.