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:
Removed some unnecessary files from the gemspec.  lib/ticket is a
directory and bin/development.log is a temporary file.

I should note that I was unable to build the gem if I didn't have the
log file
pope (author)
Sun May 11 19:15:25 -0700 2008
commit  0cf6dc996fb0a296bccfc5b70200bb212b714cd9
tree    34bd3639629cf8fc5bae02245a46115bc4279e38
parent  fa42c651fa6726bcbb67f1682e5c56ed9161bf40
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
     s.author = "Scott Chacon"
0
     s.email = "schacon@gmail.com"
0
     s.summary = "A distributed ticketing system for Git projects."
0
- s.files = ["lib/ticgit", "lib/ticgit/base.rb", "lib/ticgit/cli.rb", "lib/ticgit/comment.rb", "lib/ticgit/ticket.rb", "lib/ticgit.rb", "bin/development.log", "bin/ti", "bin/ticgitweb"]
0
+ s.files = ["lib/ticgit/base.rb", "lib/ticgit/cli.rb", "lib/ticgit/comment.rb", "lib/ticgit/ticket.rb", "lib/ticgit.rb", "bin/ti", "bin/ticgitweb"]
0
 
0
     s.bindir = 'bin'
0
     s.executables << "ti"

Comments

    No one has commented yet.