RubyGems Navigation menu

ditz 0.2

Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like darcs and git. Ditz maintains an issue database file on disk, written in a line-based and human-editable format. This file is kept under version control, alongside project code. Changes in issue state is handled by version control like code change: included as part of a commit, merged with changes from other developers, conflict-resolved in the standard manner, etc. Ditz provides a simple, console-based interface for creating and updating the issue database file, and some rudimentary HTML generation capabilities for producing world-readable status pages. It offers no central public method of bug submission. Synopsis: # set up project. creates the bugs.yaml file. 1. ditz init 2. ditz add-release # add an issue 3. ditz add # where am i? 4. ditz status 5. ditz todo # do work 6. write code 7. ditz close <issue-id> 8. commit 9. goto 3 # finished! 10. ditz release <release-name>

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.5 - August 20, 2008* (77.0 KB)
  2. 0.4 - July 27, 2008* (27.5 KB)
  3. 0.3 - June 04, 2008* (24.0 KB)
  4. 0.2 - April 11, 2008* (20.5 KB)
  5. 0.1.2 - April 04, 2008* (18.5 KB)
顯示所有版本(共 7)

Runtime 相依性套件 (1):

trollop >= 1.7

擁有者:

作者:

  • William Morgan

SHA 256 checksum:

8d62016a4fbb65784f9498ed4e0da1c7562218bc88cb3cd72fa32d0cc6c22460

總下載次數 33,580

這個版本 4,047

License:

Ruby 版本需求: > 0.0.0

相關連結: