riot_notifier 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/README.rdoc +4 -0
  2. data/VERSION.yml +4 -4
  3. data/lib/riot_notifier.rb +2 -0
  4. 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
@@ -1,5 +1,5 @@
1
- ---
2
- :major: 0
1
+ ---
3
2
  :minor: 0
4
- :patch: 1
5
- :build:
3
+ :build:
4
+ :patch: 2
5
+ :major: 0
data/lib/riot_notifier.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'riot'
2
+
1
3
  module RiotNotifier
2
4
  class Base < Riot::DotMatrixReporter
3
5
  def notify(color, msg)
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.1
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-11-27 00:00:00 +01:00
12
+ date: 2009-12-07 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency