public
Description: Watches the ether for the handy *jour scripts.
Homepage:
Clone URL: git://github.com/lachie/starjour.git
Click here to lend your support to: starjour and make a donation at www.pledgie.com !
lachie (author)
Wed Aug 13 17:28:37 -0700 2008
commit  d5916fe0280cb9abeee4b925248e5488c54bb99a
tree    3b7abc5c9d063e12d876e2e121ad3e86f05c5119
parent  746e60acd8215182a70c4ffb40b84ecab346ef20
starjour / GemJour.rb
100644 26 lines (19 sloc) 0.39 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# GemJour.rb
# starjour
#
# Created by Lachie Cox on 21/06/08.
# Copyright (c) 2008 __MyCompanyName__. All rights reserved.
#
 
require 'osx/cocoa'
require 'Jour'
 
class GemJour < OSX::NSObject
  include Jour
  
  service_name 'gem'
  
  def setup
    @text = @service.name
  end
  
  
  # def resolved!
    # system "gem list -r --source=http://#{host.host}:#{host.port}"
  # end
end