Sha256: 271973eff560132c173615ab4a55cf8451e7663de1bc1ee2ee9447d32ba2254d
Contents?: true
Size: 361 Bytes
Versions: 10
Compression:
Stored size: 361 Bytes
Contents
#!/usr/bin/env ruby # This script imitates the code that would live in a deploy. It generates the statusz.json file that is used # by the server. # Use the local version of statusz. In your app, you would just 'require "statusz"'. $:.unshift File.join(File.dirname(__FILE__), "../lib") require "statusz" Statusz.write_file "./statusz.json", :format => :json
Version data entries
10 entries across 5 versions & 1 rubygems