livestation-healthcheck 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Ultra-basic status healthcheck for Rack, allowing load balancers to test your app is available without having to hit the full stack.
4
4
 
5
+ Full credit should go to [VigetLabs](http://viget.com/extend/refactoring-patterns-the-rails-middleware-response-handler) for the code outline.
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Livestation
2
2
  module Healthcheck
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livestation-healthcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: