public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
updated ticgit gem
schacon (author)
Mon Jul 14 15:01:25 -0700 2008
commit  36c7dba2c95e6bbb78dfa822519ecfec6e1ca649
tree    882d20e9bfd36ddba8bb5acfdaefcace18269b0d
parent  dd56df49a09621349c4623670e0ed5b71ebe2aa3
...
1
2
3
4
 
5
6
7
...
13
14
15
16
 
17
...
1
2
3
 
4
5
6
7
...
13
14
15
 
16
17
0
@@ -1,7 +1,7 @@
0
 Gem::Specification.new do |s|
0
     s.platform = Gem::Platform::RUBY
0
     s.name = "ticgit"
0
- s.version = "0.3.3"
0
+ s.version = "0.3.4"
0
     s.date = "2008-05-10"
0
     s.author = "Scott Chacon"
0
     s.email = "schacon@gmail.com"
0
@@ -13,5 +13,5 @@ Gem::Specification.new do |s|
0
     s.executables << "ticgitweb"
0
     s.homepage = "http://github/schacon/ticgit"
0
 
0
- s.require_path = "lib"
0
+ s.require_path = ["lib", "bin"]
0
 end

Comments

    No one has commented yet.