0.01
No commit activity in last 3 years
No release in over 3 years
A gem to make using https://deadmanssnitch.com simple.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.0.0
 Project Readme

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