Sha256: ea8e3b709593a488940502d9b20948cbb70e0273d821e0a9651a92aae8d67068
Contents?: true
Size: 264 Bytes
Versions: 3
Compression:
Stored size: 264 Bytes
Contents
begin require 'webhookd' rescue LoadError => e require 'rubygems' require 'bundler' path = File.expand_path '../../lib', __FILE__ $:.unshift(path) if File.directory?(path) && !$:.include?(path) Bundler.setup require 'webhookd' end run Webhookd::App
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webhookd-0.0.9 | config.ru |
webhookd-0.0.8 | config.ru |
webhookd-0.0.7 | config.ru |