marcinbunsch-bolt 0.2.2 → 0.2.3
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.textile +2 -0
- data/lib/bolt/notifiers/notify_osd.rb +1 -1
- data/lib/bolt.rb +1 -0
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -12,6 +12,7 @@ This is still in experimental phase, so all feedback is appreciated.
|
|
|
12
12
|
|
|
13
13
|
It takes solutions from several gems:
|
|
14
14
|
|
|
15
|
+
* *sentientmonkey-autotest-notifyosd* - notify osd usage
|
|
15
16
|
* *mislav-rspactor* - inspiration, structure and growl notifier
|
|
16
17
|
* *autotest* - obviously. Whole concept, parts of generic listener
|
|
17
18
|
* *Roman2K-rails_test_serving* - concept of running tests with preloaded environment, elements of test::unit runner
|
|
@@ -22,6 +23,7 @@ h2. Contributors
|
|
|
22
23
|
|
|
23
24
|
h2. Copyright
|
|
24
25
|
|
|
26
|
+
* *autotest-notifyosd* - sentientmonkey
|
|
25
27
|
* *autotest* - ZenTest
|
|
26
28
|
* *rails-test-serving* - Roman2K
|
|
27
29
|
* *rspactor* - Mislav Marohnić, Andreas Wolff, Pelle Braendgaard
|
data/lib/bolt.rb
CHANGED