Skip to content

Commit 0feb639

Browse files
committed
added version info to status
1 parent 6817b3a commit 0feb639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regexplanet.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def get_or_post(path, opts={}, &block)
2828
jsonp( {
2929
:success => true,
3030
:message => "OK",
31+
:version => RUBY_VERSION,
3132
"request.host" => request.host,
3233
"request.port" => request.port,
3334
:RUBY_DESCRIPTION => RUBY_DESCRIPTION,

0 commit comments

Comments
 (0)