From 3f1e028fa4cb561a40acbfcf6ab97b01286802a4 Mon Sep 17 00:00:00 2001 From: vanstee Date: Tue, 7 Aug 2012 16:01:34 -0400 Subject: [PATCH 1/3] Add dependency status badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a4bb455..127c5930 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -Sidekiq [![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq) +Sidekiq ============== +[![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq) +[![Dependency Status](https://gemnasium.com/mperham/sidekiq.png)](https://gemnasium.com/mperham/sidekiq) + Simple, efficient message processing for Ruby. Sidekiq uses threads to handle many messages at the same time in the From 3e8e8bbe726f1c5178b5742861375cceabb907af Mon Sep 17 00:00:00 2001 From: vanstee Date: Tue, 7 Aug 2012 16:04:40 -0400 Subject: [PATCH 2/3] Update rails to most recent version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 194bf751..2caaee46 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'celluloid' gem 'slim' gem 'sprockets' gem 'sass' -gem 'rails', '3.2.6' +gem 'rails', '3.2.7' gem 'sqlite3' group :test do From d9a472b717b18743479af02f8085fe6201ea9fba Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Wed, 8 Aug 2012 16:08:05 -0700 Subject: [PATCH 3/3] Prefer mailing list for ?s, Issues for issues --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 127c5930..765ee470 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ Problems? **Please do not directly email any Sidekiq committers with questions or problems.** A community is best served when discussions are held in public. -If you have a problem, please review the [FAQ](/mperham/sidekiq/wiki/FAQ) and [Troubleshooting](/mperham/sidekiq/wiki/Problems-and-Troubleshooting) wiki pages. Searching the issues for your problem is also a good idea. If that doesn't help, feel free to email the Sidekiq mailing list or open a new issue. +If you have a problem, please review the [FAQ](/mperham/sidekiq/wiki/FAQ) and [Troubleshooting](/mperham/sidekiq/wiki/Problems-and-Troubleshooting) wiki pages. Searching the issues for your problem is also a good idea. If that doesn't help, feel free to email the Sidekiq mailing list or open a new issue. +The mailing list is the preferred place to ask questions on usage. If you are encountering what you think is a bug, please open an issue. License