File tree Expand file tree Collapse file tree 3 files changed +37
-4
lines changed
Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 11source :rubygems
22
3- gem "redis-namespace" , ">= 0.10.0"
4- gem "vegas" , "~> 0.1.2"
5- gem "sinatra" , ">= 0.9.2"
6- gem "json" , "~> 1.4.6"
3+ gemspec
74
85group :test do
96 gem "rack-test" , "~> 0.5"
Original file line number Diff line number Diff line change 1+ PATH
2+ remote: .
3+ specs:
4+ resque (1.13.0 )
5+ json (~> 1.4.6 )
6+ redis-namespace (>= 0.10.0 )
7+ sinatra (>= 0.9.2 )
8+ vegas (~> 0.1.2 )
9+
10+ GEM
11+ remote: http://rubygems.org/
12+ specs:
13+ json (1.4.6 )
14+ rack (1.2.2 )
15+ rack-test (0.5.7 )
16+ rack (>= 1.0 )
17+ redis (2.1.1 )
18+ redis-namespace (0.10.0 )
19+ redis (< 3.0.0 )
20+ sinatra (1.2.1 )
21+ rack (~> 1.1 )
22+ tilt (>= 1.2.2 , < 2.0 )
23+ tilt (1.2.2 )
24+ vegas (0.1.8 )
25+ rack (>= 1.0.0 )
26+
27+ PLATFORMS
28+ ruby
29+
30+ DEPENDENCIES
31+ rack-test (~> 0.5 )
32+ resque !
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Gem::Specification.new do |s|
2121 s . extra_rdoc_files = [ "LICENSE" , "README.markdown" ]
2222 s . rdoc_options = [ "--charset=UTF-8" ]
2323
24+ s . add_dependency "redis-namespace" , ">= 0.10.0"
25+ s . add_dependency "vegas" , "~> 0.1.2"
26+ s . add_dependency "sinatra" , ">= 0.9.2"
27+ s . add_dependency "json" , "~> 1.4.6"
2428
2529 s . description = <<description
2630 Resque is a Redis-backed Ruby library for creating background jobs,
You can’t perform that action at this time.
0 commit comments