app_status 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/config/routes.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  AppStatus::Engine.routes.draw do
2
2
  root :to => 'status#index', :defaults => {:format => 'json'}
3
- match "/index" => 'status#index'
3
+ get "/index" => 'status#index'
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module AppStatus
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -163,3 +163,7 @@ Processing by AppStatus::StatusController#index as JSON
163
163
  Completed 200 OK in 1ms (Views: 0.3ms)
164
164
  Processing by AppStatus::StatusController#index as HTML
165
165
  Completed 200 OK in 17ms (Views: 17.2ms)
166
+ Processing by AppStatus::StatusController#index as JSON
167
+ Completed 200 OK in 1ms (Views: 0.5ms)
168
+ Processing by AppStatus::StatusController#index as HTML
169
+ Completed 200 OK in 17ms (Views: 17.1ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_status
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: -3383061385064294606
193
+ hash: 4343832583864939072
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  none: false
196
196
  requirements:
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  segments:
201
201
  - 0
202
- hash: -3383061385064294606
202
+ hash: 4343832583864939072
203
203
  requirements: []
204
204
  rubyforge_project:
205
205
  rubygems_version: 1.8.24