riot_notifier 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -0
- data/VERSION.yml +4 -4
- data/lib/riot_notifier.rb +2 -0
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -37,3 +37,7 @@ Notifies you about passes, errors, failures via $HOME/bin/notify_redgreen
|
|
37
37
|
|
38
38
|
== Authors
|
39
39
|
* Peter Suschlik
|
40
|
+
|
41
|
+
== TODO
|
42
|
+
* talk to DBUS directly (ruby-dbus?) instead of `notify-send` binary
|
43
|
+
* riot's assertions support blocks! (like asserts_topic.equals { topic }). Use it!
|
data/VERSION.yml
CHANGED
data/lib/riot_notifier.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riot_notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Suschlik
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-07 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|