notify 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +6 -0
- data/VERSION +1 -1
- data/lib/notify/growlnotify.rb +7 -0
- data/lib/notify/notify-send.rb +1 -1
- data/lib/notify/{growl.rb → ruby-growl.rb} +0 -0
- data/lib/notify.rb +1 -0
- metadata +3 -2
data/README.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
data/lib/notify/notify-send.rb
CHANGED
File without changes
|
data/lib/notify.rb
CHANGED
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
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jugyo
|
@@ -28,8 +28,9 @@ files:
|
|
28
28
|
- Rakefile
|
29
29
|
- VERSION
|
30
30
|
- lib/notify.rb
|
31
|
-
- lib/notify/
|
31
|
+
- lib/notify/growlnotify.rb
|
32
32
|
- lib/notify/notify-send.rb
|
33
|
+
- lib/notify/ruby-growl.rb
|
33
34
|
- sample.rb
|
34
35
|
has_rdoc: true
|
35
36
|
homepage: http://github.com/jugyo/notify
|