Skip to content

Commit

Permalink
Add hoptoad_notifier dependency to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed May 11, 2011
1 parent 451a930 commit cd0f191
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
resque (1.13.0)
resque (1.15.0)
hoptoad_notifier (~> 2.4.9)
json (~> 1.4.6)
redis-namespace (>= 0.10.0)
sinatra (>= 0.9.2)
Expand All @@ -10,17 +11,22 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.7)
builder (3.0.0)
hoptoad_notifier (2.4.9)
activesupport
builder
json (1.4.6)
rack (1.2.2)
rack-test (0.5.7)
rack (>= 1.0)
redis (2.1.1)
redis (2.2.0)
redis-namespace (0.10.0)
redis (< 3.0.0)
sinatra (1.2.1)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.2.2)
tilt (1.3)
vegas (0.1.8)
rack (>= 1.0.0)

Expand Down
2 changes: 2 additions & 0 deletions resque.gemspec
Expand Up @@ -25,6 +25,8 @@ Gem::Specification.new do |s|
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json", "~> 1.4.6"
s.add_dependency "hoptoad_notifier","~> 2.4.9"


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

0 comments on commit cd0f191

Please sign in to comment.