rails_app_status 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e82878fd8c8ad125e2fbf6e6052ef3149876ab2
4
- data.tar.gz: 2dc347b6b74e1891d8e42c35060bfffbf717facc
3
+ metadata.gz: 702293017d65022d44443491e6c10479d3def26f
4
+ data.tar.gz: 52432cd345a0d45bafd4c9d872d8bb8e3fcf7a2b
5
5
  SHA512:
6
- metadata.gz: 1a65d86636694d04aa872a109bd44082fa795806736c5cfb9b26efe30f1f9b745aa021845b3579485c8da20b9f56d9abfc4f1de8dfcc18dec7bf6476169f94d4
7
- data.tar.gz: e543bdef46961e78d3c67c4c2ab9ef0b9932b9fdca2115b91b3db9c70187794f4aec76a9cb9d8fe3803bfbc59ddcf633181296bbb9dc8a9b0c0afcd61553a3d6
6
+ metadata.gz: 87268d111b711488afa642f30a2629424b9ecb717b4661fece636f300d7b581d3b0f394fbb89e41c86832b3febf664b52ccd12a0dfe3544be116d07264582230
7
+ data.tar.gz: b0cb5e99f4303161ddb33641eafef281c38a44eb545b8b64f19059585ebad36d547fb895fb37791ab81edf795ca6f050271e6417b20135ce1f4a0a1294d5fe8a
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # RailsAppStatus
2
- Short description and motivation.
2
+ Need an endpoint that return json {"status": "UP"} in multiple apps.
3
3
 
4
4
  ## Usage
5
- How to use my plugin.
5
+ Add mount RailsAppStatus::Engine, at: "/status" in routes.rb
6
6
 
7
7
  ## Installation
8
8
  Add this line to your application's Gemfile:
@@ -1,3 +1,4 @@
1
+ require 'rabl'
1
2
  module RailsAppStatus
2
3
  class Engine < ::Rails::Engine
3
4
  isolate_namespace RailsAppStatus
@@ -1,3 +1,3 @@
1
1
  module RailsAppStatus
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app_status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Stringham
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-08-17 00:00:00.000000000 Z
13
+ date: 2016-08-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -114,8 +114,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubyforge_project:
117
- rubygems_version: 2.4.5
117
+ rubygems_version: 2.4.5.1
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: A simple engine to report app status.
121
121
  test_files: []
122
+ has_rdoc: