backlog 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/controllers/tasks_controller.rb +3 -3
- data/app/models/estimate.rb +1 -1
- data/app/models/task.rb +12 -11
- data/app/views/works/edit.rhtml +1 -1
- data/backlog-0.0.2.gem +0 -0
- data/backlog.gemspec +1 -1
- data/log/development.log +40556 -0
- metadata +3 -3
- data/backlog-0.0.0.gem +0 -0
- data/backlog.gemspec~ +0 -21
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: backlog
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
6
|
+
version: 0.0.2
|
7
7
|
date: 2007-06-14 00:00:00 +02:00
|
8
8
|
summary: Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.
|
9
9
|
require_paths:
|
@@ -160,6 +160,7 @@ files:
|
|
160
160
|
- test/unit/estimate_test.rb
|
161
161
|
- test/unit/backlog_item_test.rb
|
162
162
|
- log
|
163
|
+
- log/development.log
|
163
164
|
- lib
|
164
165
|
- lib/clock.rb
|
165
166
|
- lib/tasks
|
@@ -204,7 +205,6 @@ files:
|
|
204
205
|
- config/environments/test.rb
|
205
206
|
- config/environments/localization_environment.rb
|
206
207
|
- config/environments/datek_production.rb
|
207
|
-
- backlog-0.0.0.gem
|
208
208
|
- tmp
|
209
209
|
- tmp/sockets
|
210
210
|
- tmp/pids
|
@@ -215,7 +215,6 @@ files:
|
|
215
215
|
- default_login_sugar_setup.zip
|
216
216
|
- doc
|
217
217
|
- doc/README_FOR_APP
|
218
|
-
- backlog.gemspec~
|
219
218
|
- vendor
|
220
219
|
- vendor/plugins
|
221
220
|
- vendor/plugins/activerecord_foreign_key_extensions
|
@@ -1810,6 +1809,7 @@ files:
|
|
1810
1809
|
- app/views/periods/edit.rhtml
|
1811
1810
|
- app/views/periods/_title.rhtml
|
1812
1811
|
- app/views/periods/_burn_down_chart.rhtml
|
1812
|
+
- backlog-0.0.2.gem
|
1813
1813
|
- README
|
1814
1814
|
test_files: []
|
1815
1815
|
|
data/backlog-0.0.0.gem
DELETED
Binary file
|
data/backlog.gemspec~
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |s|
|
2
|
-
s.name = %q{backlog}
|
3
|
-
s.version = "0.0.0"
|
4
|
-
s.date = %q{2007-06-14}
|
5
|
-
s.summary = %q{Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.}
|
6
|
-
s.require_paths = ["."]
|
7
|
-
s.homepage = %q{http://backlog.rubyforge.org/}
|
8
|
-
s.description = %q{Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.}
|
9
|
-
# s.autorequire = %q{firewatir}
|
10
|
-
s.has_rdoc = true
|
11
|
-
s.authors = ["Uwe Kubosch"]
|
12
|
-
s.files = Dir['**/*']
|
13
|
-
# s.test_files = ["unittests/mozilla_all_tests.rb"]
|
14
|
-
# s.rdoc_options = ["--title", "FireWatir API Reference", "--accessor", "def_wrap=R,def_wrap_guard=R,def_creator=R,def_creator_with_default=R", "--exclude", "unittests|camel_case.rb|testUnitAddons.rb"]
|
15
|
-
# s.requirements = ["Mozilla Firefox browser 1.5 or later."]
|
16
|
-
s.add_dependency('rails', '>= 1.2.3')
|
17
|
-
s.add_dependency('mongrel', '>= 1.0.1')
|
18
|
-
s.bindir = '.'
|
19
|
-
s.executables = ['backlog']
|
20
|
-
s.rubyforge_project = 'backlog'
|
21
|
-
end
|