public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
Search Repo:
added ticgitweb command to bin
schacon (author)
Sat May 10 10:49:07 -0700 2008
commit  7fb976451df7f5426b96c0c04897045254c0431c
tree    146d6aea96d3c212c117b86cb941e2b471963f9f
parent  d4e2dde83c77a02899af9d2f0b16bf26dfa03d1e
...
14
15
16
 
17
18
19
...
14
15
16
17
18
19
20
0
@@ -14,6 +14,7 @@ spec = Gem::Specification.new do |s|
0
 
0
     s.bindir = 'bin'
0
     s.executables << "ti"
0
+ s.executables << "ticgitweb"
0
     s.homepage = "http://github/schacon/ticgit"
0
 
0
     s.add_dependency 'git'

Comments

    No one has commented yet.