README.rdoc in sidekiq_snitch-1.0.0 vs README.rdoc in sidekiq_snitch-1.1.0

- old
+ new

@@ -4,11 +4,11 @@ = Installation First, create an account at Dead Man's Snitch http://www.deadmanssnitch.com/ -Then, create a snitch. Put its value in ENV['SIDEKIQ_SNITCH_URL']. +Then, create an hourly snitch. Put its value in ENV['SIDEKIQ_SNITCH_URL']. In Gemfile: gem 'sidekiq_snitch' @@ -29,9 +29,14 @@ Question: What is ENV? Answer: create an initializer: ENV['SIDEKIQ_SNITCH_URL'] = "https://snitch.url.example.com" + +Question: Can I turn this off in my development environment? + +Answer: Sure! Just make sure there is no value set for ENV['SIDEKIQ_SNITCH_URL']. +Sidekiq Snitch only runs if it has somewhere to snitch. = Created by Space Babies. www.spacebabies.nl