RubyGems Navigation menu

ditz 0.4

Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN. Ditz maintains an issue database directory on disk, with files written in a line-based and human-editable format. This directory can be kept under version control, alongside project code. There are different ways to use ditz: 1. Treat issue change the same as code change: include it as part of commits, and merge it with changes from other developers. (Resolving conflicts in the usual manner.) 2. Keep the issue database in the repository but in a separate branch. Issue changes can be managed by your VCS, but is not tied directly to commits. 3. Keep the issue database separate and not under VCS at all. Your particular usage will depend on what you want to get out of ditz. 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 currently offers no central public method of bug submission. Synopsis: # set up project. creates the bugs.yaml file. 1. ditz init 2. ditz add-release

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.5 - August 20, 2008* (77KB)
  2. 0.4 - July 27, 2008* (27.5KB)
  3. 0.3 - June 04, 2008* (24KB)
  4. 0.2 - April 11, 2008* (20.5KB)
  5. 0.1.2 - April 04, 2008* (18.5KB)
全てのバージョンを表示(全7件)

Runtime依存関係 (1):

trollop >= 1.8.2

Development依存関係 (1):

hoe >= 1.7.0

所有者:

作者:

  • William Morgan

SHA 256チェックサム:

4c1cd05da30c0b9f8e454ec6cb19e798b5611ad3270a247c1c04c64e255edca3

累計ダウンロード数 33,623

このバージョンのみ 4,098

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: