lachie / starjour
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
aa0e4da
commit aa0e4dab87252c0611656d3ee302bdd891ad5fdd
tree 5cff05d2e3d201024c957126d99528183d382081
parent 6da372a751e0e71ae3f20431591ed2a843367ec2
tree 5cff05d2e3d201024c957126d99528183d382081
parent 6da372a751e0e71ae3f20431591ed2a843367ec2
starjour / GemJour.rb
| aa0e4dab » | lachie | 2008-06-21 | 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 | ||||

