ruby-watchcat 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README +2 -0
- data/ext/watchcat.c +3 -3
- metadata +3 -3
data/README
CHANGED
@@ -18,6 +18,8 @@ Ruby/Watchcatd allows a Ruby application to register itself with watchcatd.
|
|
18
18
|
Ruby/Watchcatd was tested with Ruby versions >= 1.8.4 and requires watchcatd
|
19
19
|
version 1.1 and libwcat version 1.0 to be installed (see References below).
|
20
20
|
|
21
|
+
For FreeBSD support, you need at least watchcatd 1.2 (and libwcat 1.1 if you
|
22
|
+
are using the C extension).
|
21
23
|
|
22
24
|
== Installation
|
23
25
|
|
data/ext/watchcat.c
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
14
14
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
15
15
|
*
|
16
|
-
* $Id: watchcat.c
|
16
|
+
* $Id: watchcat.c 30 2008-08-29 19:12:34Z andre $
|
17
17
|
*++
|
18
18
|
*/
|
19
19
|
|
@@ -51,8 +51,8 @@
|
|
51
51
|
* Should be a string which is added to the log generated by watchcatd
|
52
52
|
* when it signals a process. (default: nil)
|
53
53
|
* +device+::
|
54
|
-
* The watchcat device. (default: +/
|
55
|
-
* purposes.
|
54
|
+
* The watchcat device. (default: +/var/run/watchcat.socket+). Use for
|
55
|
+
* debugging purposes.
|
56
56
|
*
|
57
57
|
* If a block is given, the Watchcat object will be yielded and automatically
|
58
58
|
* closed on block termination.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-watchcat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andre Nathan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-08-
|
12
|
+
date: 2008-08-29 00:00:00 -03:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -23,8 +23,8 @@ extra_rdoc_files: []
|
|
23
23
|
|
24
24
|
files:
|
25
25
|
- README
|
26
|
-
- ext/watchcat.c
|
27
26
|
- ext/extconf.rb
|
27
|
+
- ext/watchcat.c
|
28
28
|
- examples/example.rb
|
29
29
|
has_rdoc: true
|
30
30
|
homepage: http://watchcat.rubyforge.org
|