Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 437 Bytes

README.textile

File metadata and controls

29 lines (18 loc) · 437 Bytes

Example

Install the gem:

gem install dead_mans_snitch

Use the report function:

require 'rubygems'
require 'dead_mans_snitch'

DeadMansSnitch.report 'your-snitch-id'
DeadMansSnitch.report 'your-snitch-id', 'optional message'

To build and deploy:

gem build dead_mans_snitch.gemspec 
gem push dead_mans_snitch-[[version]].gem