0.0
No commit activity in last 3 years
No release in over 3 years
Library for internal projects not really for outside use
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 0.10.4
~> 10.0
~> 3.0
 Project Readme

GrantsLibrary

Installation

Add this line to your application's Gemfile:

gem 'grants_library'

## Terminal Notification Interface

This library makes it easy to setup notifications on Mac.

### Requirements

terminal-notifier Must be installed and working

### Usage
```ruby
gem 'grants_library'

require 'grants_library'

GrantsLibrary::TerminalNotifier.notify "This is a test message"

#Plays the default system sound
GrantsLibrary::TerminalNotifier.notify :sound, "This is a test message"