Skip to content

Commit efaf7a5

Browse files
committed
Merge remote-tracking branch 'origin/master' into consumers
Conflicts: lib/resque.rb lib/resque/multi_queue.rb test/multi_queue_test.rb test/test_helper.rb test/worker_test.rb
2 parents eff68fc + 4de741f commit efaf7a5

35 files changed

+839
-455
lines changed

.document

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-
2+
HISTORY.md
3+
LICENSE.txt

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
Gemfile.lock
2+
doc/
3+
test/dump.rdb
4+
test/dump-cluster.rdb

Gemfile

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ source :rubygems
22

33
gemspec
44

5+
group :development do
6+
gem 'rake'
7+
gem 'yard'
8+
end
9+
10+
group :documentation do
11+
gem 'rdoc'
12+
gem 'kramdown'
13+
end
14+
515
group :test do
6-
gem "rake"
716
gem "rack-test", "~> 0.5"
8-
gem "mocha", "~> 0.9.7"
9-
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
10-
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
11-
gem "hoptoad_notifier"
12-
gem "airbrake"
13-
gem "i18n"
17+
gem "json"
1418
gem "minitest"
1519
end
File renamed without changes.

0 commit comments

Comments
 (0)