README.markdown in terminal-notifier-guard-1.6.0 vs README.markdown in terminal-notifier-guard-1.6.1

- old
+ new

@@ -2,31 +2,34 @@ A simple Ruby wrapper around the [`terminal-notifier`][HOMEPAGE] command-line tool, which allows you to send User Notifications to the Notification Center on Mac OS X 10.8, or higher. -This version has 4 different `terminal-notifiers` included for each status that +This version has 4 different icons included for each status that [Guard][GUARD] supports: 1. Failed 2. Notify 3. Pending 4. Success -And each one with their own icon representing it's status. - ## Installation ``` $ gem install terminal-notifier-guard ``` +### OSX 10.8 users +As of version `1.6.1`, we no longer bundle notifiers binaries in this gem. Please revert to +version `1.5.3` for OSX 10.8 support. + + ## Usage -For full information on all the options, see the tool’s [README][README]. +You could also use the notifier directly. Examples are: ```ruby TerminalNotifier::Guard.notify('Hello World') @@ -53,7 +56,13 @@ See [LICENSE][LICENSE] for details. [HOMEPAGE]: https://github.com/Springest/terminal-notifier-guard [GUARD]: https://github.com/guard/guard -[README]: https://github.com/Springest/terminal-notifier-guard/blob/master/README.markdown [LICENSE]: https://github.com/Springest/terminal-notifier-guard/blob/master/Ruby/LICENSE + + +## Contributors & Thanks to + +- @alloy (For the terminal-notifier) +- @railsme (For a clean way to test for OSX version #15) +- @jamilbx (For support for local terminal-notifier command #8)