Sha256: 4071b0553918b629297b47e99383eeb3e01290bb34c2d51b29f3bf5b911e22e2
Contents?: true
Size: 630 Bytes
Versions: 147
Compression:
Stored size: 630 Bytes
Contents
#!/usr/bin/env ruby require "rubygems" require "integrity" # If you want to add any notifiers, install the gems and then require them here # For example, to enable the Email notifier: install the gem (from github: # # sudo gem install -s http://gems.github.com foca-integrity-email # # And then uncomment the following line: # # require "notifier/email" # Load configuration and initialize Integrity Integrity.new(File.dirname(__FILE__) + "/config.yml") # You probably don't want to edit anything below Integrity::App.set :environment, ENV["RACK_ENV"] || :production Integrity::App.set :port, 8910 run Integrity::App
Version data entries
147 entries across 147 versions & 11 rubygems