ohac-ditz 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ohac-ditz
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.1
5
+ platform: ruby
6
+ authors:
7
+ - William Morgan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-09-05 00:00:00 +09:00
13
+ default_executable: ditz
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: trollop
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "1.9"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: yaml_waml
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0.3"
34
+ version:
35
+ description: "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. Ditz provides a simple, console-based interface for creating and updating the issue database files, and some basic static HTML generation capabilities for producing world-readable status pages (for a demo, see the ditz ditz page). Ditz includes a robust plugin system for adding commands, model fields, and modifying output. See PLUGINS.txt for documentation on the pre-shipped plugins. Ditz currently offers no central public method of bug submission. == USING DITZ There are several 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 code commits. 3. Keep the issue database separate and not under VCS at all."
36
+ email: wmorgan-ditz@masanjin.net
37
+ executables:
38
+ - ditz
39
+ extensions: []
40
+
41
+ extra_rdoc_files:
42
+ - Manifest.txt
43
+ - PLUGINS.txt
44
+ - README.txt
45
+ files:
46
+ - Changelog
47
+ - INSTALL
48
+ - LICENSE
49
+ - Manifest.txt
50
+ - PLUGINS.txt
51
+ - README.txt
52
+ - Rakefile
53
+ - ReleaseNotes
54
+ - bin/ditz
55
+ - contrib/completion/_ditz.zsh
56
+ - contrib/completion/ditz.bash
57
+ - lib/ditz.rb
58
+ - lib/ditz/file-storage.rb
59
+ - lib/ditz/hook.rb
60
+ - lib/ditz/html.rb
61
+ - lib/ditz/lowline.rb
62
+ - lib/ditz/model-objects.rb
63
+ - lib/ditz/model.rb
64
+ - lib/ditz/operator.rb
65
+ - lib/ditz/plugins/git-sync.rb
66
+ - lib/ditz/plugins/git.rb
67
+ - lib/ditz/plugins/issue-claiming.rb
68
+ - lib/ditz/plugins/issue-labeling.rb
69
+ - lib/ditz/util.rb
70
+ - lib/ditz/view.rb
71
+ - lib/ditz/views.rb
72
+ - share/ditz/index.rhtml
73
+ - share/ditz/issue.rhtml
74
+ - share/ditz/issue_table.rhtml
75
+ - share/ditz/release.rhtml
76
+ - share/ditz/unassigned.rhtml
77
+ - share/ditz/component.rhtml
78
+ - share/ditz/style.css
79
+ - share/ditz/blue-check.png
80
+ - share/ditz/green-bar.png
81
+ - share/ditz/green-check.png
82
+ - share/ditz/red-check.png
83
+ - share/ditz/yellow-bar.png
84
+ - man/man1/ditz.1
85
+ - setup.rb
86
+ has_rdoc: true
87
+ homepage: http://ditz.rubyforge.org
88
+ licenses: []
89
+
90
+ post_install_message:
91
+ rdoc_options:
92
+ - --main
93
+ - README.txt
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: "0"
101
+ version:
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: "0"
107
+ version:
108
+ requirements: []
109
+
110
+ rubyforge_project: ditz
111
+ rubygems_version: 1.3.5
112
+ signing_key:
113
+ specification_version: 2
114
+ summary: A simple issue tracker designed to integrate well with distributed version control systems like git and darcs. State is saved to a YAML file kept under version control, allowing issues to be closed/added/modified as part of a commit.
115
+ test_files: []
116
+