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 gemspec
schacon (author)
Sat May 10 11:01:38 -0700 2008
commit  ed60143c2a0688ffbe0f6b37228d3f0f67bf79d9
tree    85ef211da957957b7ceda0950e95236f434e53c6
parent  8e2dad2a81e516bf3ac429b8d311acc2fa23b4f0
...
1
2
3
4
 
5
6
7
8
9
 
10
11
12
13
14
15
16
 
17
18
19
...
1
2
3
 
4
5
6
7
8
 
9
10
11
12
13
14
15
 
16
17
18
19
0
@@ -1,19 +1,19 @@
0
 Gem::Specification.new do |s|
0
     s.platform = Gem::Platform::RUBY
0
     s.name = "ticgit"
0
- s.version = "0.3.0"
0
+ s.version = "0.3.1"
0
     s.date = "2008-05-10"
0
     s.author = "Scott Chacon"
0
     s.email = "schacon@gmail.com"
0
     s.summary = "A distributed ticketing system for Git projects."
0
- s.files = FileList['lib/**/*', 'bin/*'].to_a
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
 
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', ["> 1.5"])
0
+ s.add_dependency('git', [">= 1.0.5"])
0
 
0
     s.require_path = "lib"
0
 end

Comments

    No one has commented yet.