app_status 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/config/routes.rb +1 -1
- data/lib/app_status/version.rb +1 -1
- data/spec/dummy/log/test.log +4 -0
- metadata +3 -3
data/config/routes.rb
CHANGED
data/lib/app_status/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
@@ -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.
|
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:
|
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:
|
202
|
+
hash: 4343832583864939072
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project:
|
205
205
|
rubygems_version: 1.8.24
|