lachie / starjour

Watches the ether for the handy *jour scripts.

This URL has Read+Write access

lachie (author)
Sat Jun 21 00:34:54 -0700 2008
commit  aa0e4dab87252c0611656d3ee302bdd891ad5fdd
tree    5cff05d2e3d201024c957126d99528183d382081
parent  6da372a751e0e71ae3f20431591ed2a843367ec2
starjour / GemJour.rb
aa0e4dab » lachie 2008-06-21 lots of refactorage 1 #
2 # GemJour.rb
3 # starjour
4 #
5 # Created by Lachie Cox on 21/06/08.
6 # Copyright (c) 2008 __MyCompanyName__. All rights reserved.
7 #
8
9 require 'osx/cocoa'
10 require 'Jour'
11
12 class GemJour < OSX::NSObject
13 include Jour
14
15 service_name 'gem'
16
17 def setup
18 @text = @service.name
19 end
20
21
22 # def resolved!
23 # system "gem list -r --source=http://#{host.host}:#{host.port}"
24 # end
25 end