notify 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -12,6 +12,7 @@ Notify supports the following features:
12
12
  - notify-send
13
13
  - Growl for Windows (`ruby_gntp`)
14
14
  - libnotify
15
+ - Mountain Lion Notification Center (`terminal-notifier`)
15
16
 
16
17
  Installation
17
18
  ---------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.5.0
@@ -2,7 +2,8 @@ module Notify
2
2
  begin
3
3
  require 'ruby-growl'
4
4
 
5
- @@growl = Growl.new 'localhost', 'ruby', ['notify']
5
+ @@growl = Growl.new 'localhost', 'ruby'
6
+ @@growl.add_notification 'notify'
6
7
  def self.notify(title, message, option = {})
7
8
  @@growl.notify 'notify', title, message, option[:priority] || 0, option[:sticky] || false
8
9
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "notify"
8
- s.version = "0.4.0"
8
+ s.version = "0.5.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jugyo"]
12
- s.date = "2012-08-01"
12
+ s.date = "2013-03-25"
13
13
  s.description = "The \"notify\" provides a function to notify on cross platform."
14
14
  s.email = "jugyo.org@gmail.com"
15
15
  s.executables = ["notify"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-01 00:00:00.000000000 Z
12
+ date: 2013-03-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: The "notify" provides a function to notify on cross platform.
15
15
  email: jugyo.org@gmail.com