--- !ruby/object:Gem::Specification name: backlog version: !ruby/object:Gem::Version version: 0.17.0 platform: ruby authors: - Uwe Kubosch autorequire: bindir: bin cert_chain: [] date: 2008-01-03 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rails version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.3 version: - !ruby/object:Gem::Dependency name: gruff version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.8 version: - !ruby/object:Gem::Dependency name: rmagick version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.15.10 version: - !ruby/object:Gem::Dependency name: postgres version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.1 version: - !ruby/object:Gem::Dependency name: hoe version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.4.0 version: description: Backlog is a tool to help you collect and organize all your tasks, whether you are a single person or a small or large group. A time keeping module is also included to track time spent on the different tasks. email: uwe@kubosch.no executables: - backlog extensions: [] extra_rdoc_files: [] files: - app - app/views - app/views/search - app/views/search/results.rhtml - app/views/periods - app/views/periods/new.rhtml - app/views/periods/_title.rhtml - app/views/periods/_link.rhtml - app/views/periods/reopen_task.rjs - app/views/periods/_burn_down_chart.rhtml - app/views/periods/_show_active.rhtml - app/views/periods/finish_task.rjs - app/views/periods/move_task_to_period.rjs - app/views/periods/edit.rhtml - app/views/periods/_form.rhtml - app/views/periods/show.rhtml - app/views/welcome - app/views/redirect.rjs - app/views/tasks - app/views/tasks/new.rhtml - app/views/tasks/list.rhtml - app/views/tasks/start_work.rjs - app/views/tasks/_fields_header.rhtml - app/views/tasks/notes.rhtml - app/views/tasks/_completed.rhtml - app/views/tasks/_task.rhtml - app/views/tasks/edit.rhtml - app/views/tasks/_period_header.rhtml - app/views/tasks/_backlog_header.rhtml - app/views/tasks/_form.rhtml - app/views/tasks/update_estimate.rjs - app/views/tasks/list_started.rhtml - app/views/work_accounts - app/views/work_accounts/new.rhtml - app/views/work_accounts/list.rhtml - app/views/work_accounts/edit.rhtml - app/views/work_accounts/_form.rhtml - app/views/work_accounts/_name_list.rhtml - app/views/work_accounts/show.rhtml - app/views/estimates - app/views/parties - app/views/groups - app/views/groups/new.rhtml - app/views/groups/list.rhtml - app/views/groups/set_member.rjs - app/views/groups/edit.rhtml - app/views/groups/_form.rhtml - app/views/backlogs - app/views/backlogs/new.rhtml - app/views/backlogs/list.rhtml - app/views/backlogs/reopen_task.rjs - app/views/backlogs/_buttons.rhtml - app/views/backlogs/finish_task.rjs - app/views/backlogs/move_task_to_period.rjs - app/views/backlogs/edit.rhtml - app/views/backlogs/_form.rhtml - app/views/backlogs/_name_list.rhtml - app/views/backlogs/show.rhtml - app/views/works - app/views/works/new.rhtml - app/views/works/update_time.rjs - app/views/works/update_row.rjs - app/views/works/list.rhtml - app/views/works/_row.rhtml - app/views/works/_buttons.rhtml - app/views/works/timeliste.rhtml - app/views/works/_description_list.rhtml - app/views/works/daily_work_sheet.rhtml - app/views/works/edit.rhtml - app/views/works/_row_field.rhtml - app/views/works/_form.rhtml - app/views/works/weekly_work_sheet.rhtml - app/views/works/show.rhtml - app/views/layouts - app/views/layouts/wide.rhtml - app/views/layouts/mwrt002.rhtml - app/views/layouts/_headers.rhtml - app/views/layouts/_left_top.rhtml - app/views/layouts/_notice.rhtml - app/views/user_notify - app/views/user_notify/forgot_password_no.rhtml - app/views/user_notify/signup_no.rhtml - app/views/user_notify/change_password_no.rhtml - app/views/user_notify/forgot_password_en.rhtml - app/views/user_notify/change_password_en.rhtml - app/views/user_notify/signup_en.rhtml - app/views/customers - app/views/customers/new.rhtml - app/views/customers/list.rhtml - app/views/customers/edit.rhtml - app/views/customers/_form.rhtml - app/views/customers/show.rhtml - app/views/user - app/views/user/logout.rhtml - app/views/user/set_group.rjs - app/views/user/signup.rhtml - app/views/user/welcome.rhtml - app/views/user/_edit.rhtml - app/views/user/edit.rhtml - app/views/user/change_password.rhtml - app/views/user/login.rhtml - app/views/user/_password.rhtml - app/views/user/forgot_password.rhtml - app/controllers - app/controllers/groups_controller.rb - app/controllers/works_controller.rb - app/controllers/user_controller.rb - app/controllers/customers_controller.rb - app/controllers/welcome_controller.rb - app/controllers/backlogs_controller.rb - app/controllers/estimates_controller.rb - app/controllers/application.rb - app/controllers/parties_controller.rb - app/controllers/periods_controller.rb - app/controllers/search_controller.rb - app/controllers/work_accounts_controller.rb - app/controllers/task_files_controller.rb - app/controllers/tasks_controller.rb - app/helpers - app/helpers/estimates_helper.rb - app/helpers/application_helper.rb - app/helpers/groups_helper.rb - app/helpers/customers_helper.rb - app/helpers/tasks_helper.rb - app/helpers/task_files_helper.rb - app/helpers/work_accounts_helper.rb - app/helpers/works_helper.rb - app/helpers/welcome_helper.rb - app/helpers/backlogs_helper.rb - app/helpers/user_helper.rb - app/helpers/parties_helper.rb - app/helpers/periods_helper.rb - app/helpers/search_helper.rb - app/models - app/models/work.rb - app/models/customer.rb - app/models/period.rb - app/models/task.rb - app/models/user_notify.rb - app/models/search_result.rb - app/models/estimate.rb - app/models/user.rb - app/models/configuration.rb - app/models/chart.rb - app/models/group.rb - app/models/backlog.rb - app/models/party.rb - app/models/task_file.rb - app/models/work_account.rb - lang - lang/no.yaml - lang/localizations.yaml - lang/en.yaml - README_LOGIN_SUGAR - etc - etc/backlog.conf - README_RAILS - Capfile - nbproject - nbproject/private - nbproject/private/private.xml - nbproject/private/rake-t.txt - nbproject/private/private.properties - nbproject/private/config.properties - nbproject/project.xml - nbproject/project.properties - test - test/unit - test/unit/task_test.rb - test/unit/configuration_test.rb - test/unit/task_file_test.rb - test/unit/work_test.rb - test/unit/user_test.rb - test/unit/group_test.rb - test/unit/work_account_test.rb - test/unit/localization_test.rb - test/unit/period_test.rb - test/unit/estimate_test.rb - test/unit/big_decimal_yaml_fix_test.rb - test/unit/customer_test.rb - test/functional - test/functional/work_accounts_controller_test.rb - test/functional/periods_controller_test.rb - test/functional/estimates_controller_test.rb - test/functional/task_files_controller_test.rb - test/functional/works_controller_test.rb - test/functional/tasks_controller_test.rb - test/functional/welcome_controller_test.rb - test/functional/parties_controller_test.rb - test/functional/user_controller_test.rb - test/functional/backlogs_controller_test.rb - test/functional/customers_controller_test.rb - test/functional/groups_controller_test.rb - test/functional/search_controller_test.rb - test/integration - test/integration/user_system_test.rb - test/mocks - test/mocks/development - test/mocks/test - test/mocks/test/clock.rb - test/mocks/test/user_notify.rb - test/test_helper.rb - test/fixtures - test/fixtures/groups.yml - test/fixtures/configurations.yml - test/fixtures/groups_users.yml - test/fixtures/estimates.yml - test/fixtures/backlogs.yml - test/fixtures/work_accounts.yml - test/fixtures/task_files.yml - test/fixtures/periods.yml - test/fixtures/parties.yml - test/fixtures/works.yml - test/fixtures/users.yml - test/fixtures/customers.yml - test/fixtures/tasks.yml - test/performance - test/performance/test_threaded.rb - test/performance/test.rb - LICENSE_LOCALIZATION - README_LOCALIZATION - History.txt - vendor - vendor/plugins - vendor/plugins/transactional_migrations - vendor/plugins/transactional_migrations/README - vendor/plugins/transactional_migrations/init.rb - vendor/plugins/transactional_migrations/about.yml - vendor/plugins/transactional_migrations/MIT-LICENSE - vendor/plugins/transactional_migrations/CHANGELOG - vendor/plugins/transactional_migrations/lib - vendor/plugins/transactional_migrations/lib/red_hill_consulting - vendor/plugins/transactional_migrations/lib/red_hill_consulting/transactional_migrations - vendor/plugins/transactional_migrations/lib/red_hill_consulting/transactional_migrations/active_record - vendor/plugins/transactional_migrations/lib/red_hill_consulting/transactional_migrations/active_record/migration.rb - vendor/plugins/redhillonrails_core - vendor/plugins/redhillonrails_core/README - vendor/plugins/redhillonrails_core/init.rb - vendor/plugins/redhillonrails_core/MIT-LICENSE - vendor/plugins/redhillonrails_core/CHANGELOG - vendor/plugins/redhillonrails_core/lib - vendor/plugins/redhillonrails_core/lib/red_hill_consulting - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/schema_dumper.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/schema_statements.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/mysql_adapter.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/column.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/mysql_column.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/postgresql_adapter.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/foreign_key_definition.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/sqlite3_adapter.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/table_definition.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/index_definition.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/abstract_adapter.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/base.rb - vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/schema.rb - vendor/plugins/goldspike - vendor/plugins/goldspike/README - vendor/plugins/goldspike/init.rb - vendor/plugins/goldspike/generators - vendor/plugins/goldspike/generators/goldspike - vendor/plugins/goldspike/generators/goldspike/goldspike_generator.rb - vendor/plugins/goldspike/generators/goldspike/templates - vendor/plugins/goldspike/generators/goldspike/templates/web.xml.erb - vendor/plugins/goldspike/generators/goldspike/templates/war.rb - vendor/plugins/goldspike/tasks - vendor/plugins/goldspike/tasks/war.rake - vendor/plugins/goldspike/install.rb - vendor/plugins/goldspike/test - vendor/plugins/goldspike/test/test_java_library.rb - vendor/plugins/goldspike/test/war_config_test_config.rb - vendor/plugins/goldspike/test/test_maven_library.rb - vendor/plugins/goldspike/test/test_create_war.rb - vendor/plugins/goldspike/Rakefile - vendor/plugins/goldspike/lib - vendor/plugins/goldspike/lib/create_war.rb - vendor/plugins/goldspike/lib/util.rb - vendor/plugins/goldspike/lib/java_library.rb - vendor/plugins/goldspike/lib/run.rb - vendor/plugins/goldspike/lib/packer.rb - vendor/plugins/goldspike/lib/war_config.rb - vendor/plugins/foreign_key_migrations - vendor/plugins/foreign_key_migrations/README - vendor/plugins/foreign_key_migrations/init.rb - vendor/plugins/foreign_key_migrations/about.yml - vendor/plugins/foreign_key_migrations/MIT-LICENSE - vendor/plugins/foreign_key_migrations/CHANGELOG - vendor/plugins/foreign_key_migrations/install.rb - vendor/plugins/foreign_key_migrations/lib - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters/table_definition.rb - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters/abstract_adapter.rb - vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/base.rb - vendor/plugins/foreign_key_migrations/lib/foreign_key_migrations.rb - vendor/plugins/assert_cookie - vendor/plugins/assert_cookie/README - vendor/plugins/assert_cookie/init.rb - vendor/plugins/assert_cookie/MIT-LICENSE - vendor/plugins/assert_cookie/test - vendor/plugins/assert_cookie/test/test_assert_cookie.rb - vendor/plugins/assert_cookie/test/test_helper.rb - vendor/plugins/assert_cookie/meta.yml - vendor/plugins/assert_cookie/Rakefile - vendor/plugins/assert_cookie/lib - vendor/plugins/assert_cookie/lib/assert_cookie.rb - vendor/plugins/will_paginate - vendor/plugins/will_paginate/README - vendor/plugins/will_paginate/init.rb - vendor/plugins/will_paginate/test - vendor/plugins/will_paginate/test/console - vendor/plugins/will_paginate/test/pagination_test.rb - vendor/plugins/will_paginate/test/helper.rb - vendor/plugins/will_paginate/test/array_pagination_test.rb - vendor/plugins/will_paginate/test/boot.rb - vendor/plugins/will_paginate/test/finder_test.rb - vendor/plugins/will_paginate/test/lib - vendor/plugins/will_paginate/test/lib/load_fixtures.rb - vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb - vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb - vendor/plugins/will_paginate/test/fixtures - vendor/plugins/will_paginate/test/fixtures/admin.rb - vendor/plugins/will_paginate/test/fixtures/topic.rb - vendor/plugins/will_paginate/test/fixtures/developer.rb - vendor/plugins/will_paginate/test/fixtures/reply.rb - vendor/plugins/will_paginate/test/fixtures/developers_projects.yml - vendor/plugins/will_paginate/test/fixtures/schema.rb - vendor/plugins/will_paginate/test/fixtures/user.rb - vendor/plugins/will_paginate/test/fixtures/projects.yml - vendor/plugins/will_paginate/test/fixtures/project.rb - vendor/plugins/will_paginate/test/fixtures/topics.yml - vendor/plugins/will_paginate/test/fixtures/users.yml - vendor/plugins/will_paginate/test/fixtures/replies.yml - vendor/plugins/will_paginate/Rakefile - vendor/plugins/will_paginate/LICENSE - vendor/plugins/will_paginate/lib - vendor/plugins/will_paginate/lib/will_paginate.rb - vendor/plugins/will_paginate/lib/will_paginate - vendor/plugins/will_paginate/lib/will_paginate/finder.rb - vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb - vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb - vendor/plugins/will_paginate/lib/will_paginate/collection.rb - public - "public/Frav\xC3\xA6rsskjema.xls" - public/robots.txt - public/dispatch.rb - public/404.html - public/dispatch.cgi - public/favicon.ico - public/dispatch.fcgi - public/applets - public/applets/bsf.jar - public/applets/jruby.jar - public/javascripts - public/javascripts/effects.js - public/javascripts/scriptaculous.js - public/javascripts/dragdrop.js - public/javascripts/application.js - public/javascripts/builder.js - public/javascripts/slider.js - public/javascripts/prototype.js - public/javascripts/sound.js - public/javascripts/unittest.js - public/javascripts/ruby.js - public/javascripts/zapatec - public/javascripts/zapatec/utils - public/javascripts/zapatec/utils/zpeventdriven.js - public/javascripts/zapatec/utils/transport.js - public/javascripts/zapatec/utils/zapatec.js - public/javascripts/zapatec/utils/zpwidget.js - public/javascripts/zapatec/utils/utils.js - public/javascripts/zapatec/zpcal - public/javascripts/zapatec/zpcal/src - public/javascripts/zapatec/zpcal/src/calendar-date-core.js - public/javascripts/zapatec/zpcal/src/calendar-setup.js - public/javascripts/zapatec/zpcal/src/calendar.js - public/javascripts/zapatec/zpcal/src/calendar-core.js - public/javascripts/zapatec/zpcal/lang - public/javascripts/zapatec/zpcal/lang/calendar-no.js - public/javascripts/controls.js - public/works - public/images - public/images/arrow07_2.png - public/images/construction_hammer_jon__01.svg - public/images/hammer.png - public/images/add.svg - public/images/eraser.png - public/images/rails.png - public/images/pagebak.jpg - public/images/period_org.png - public/images/arrow_up.png - public/images/rmagick_270.gif - public/images/arrow_right.svg - public/images/arrow_left.png - public/images/arrow_right.png - public/images/arrow_down.svg - public/images/arrow07_4.png - public/images/checkmark.png - public/images/appunti_architetto_franc_01.svg - public/images/group.png - public/images/ernes_stop_org.png - public/images/user.png - public/images/period.png - public/images/clipboard.svg - public/images/text-x-generic.png - public/images/view_fullscreen.png - public/images/rmagick.gif - public/images/arrow_left.svg - public/images/header.jpg - public/images/blank.jpg - public/images/question.svg - public/images/paper3.svg - public/images/clipboard.png - public/images/add.png - public/images/arrow_down.png - public/images/tabella_architetto_franc_01.svg - public/images/checkmark_org.png - public/images/arrow_up.svg - public/images/work_account.png - public/images/ernes_stop.png - public/images/cestino_pieno_architetto_01.svg - public/images/eraser_org.png - public/images/person.org.png - public/stylesheets - public/stylesheets/mwrt002MAC.css - public/stylesheets/backlog.css - public/stylesheets/user.css - public/stylesheets/mwrt002NN.css - public/stylesheets/scaffold.css - public/stylesheets/zpcal - public/stylesheets/zpcal/themes - public/stylesheets/zpcal/themes/scroller-down.gif - public/stylesheets/zpcal/themes/menuarrow.gif - public/stylesheets/zpcal/themes/green.css - public/stylesheets/zpcal/themes/scroller-up.gif - public/stylesheets/zpcal/themes/layouts - public/stylesheets/zpcal/themes/layouts/layout-common.css - public/stylesheets/zpcal/themes/layouts/layout-2d.css - public/stylesheets/mwrt002.css - public/500.html - script - script/console - script/breakpointer - script/about - script/destroy - script/generate - script/runner - script/server - script/process - script/process/spawner - script/process/reaper - script/process/inspector - script/plugin - script/performance - script/performance/benchmarker - script/performance/profiler - Manifest.txt - Rakefile - bin - bin/copy_production2development.rb - bin/backlog - bin/backlog_init.d - components - lib - lib/big_decimal_yaml_fix.rb - lib/tasks - lib/tasks/backup.rake - lib/tasks/capistrano.rake - lib/url_for_fix.rb - lib/clock.rb - lib/backlog - lib/postgresql-8.2-504.jdbc4.jar - lib/array_helper.rb - lib/class_table_inheritance.rb - lib/change_column_null_migration_fix.rb - lib/version_from_history.rb - lib/user_system.rb - lib/localization.rb - config - config/database.yml - config/routes.rb - config/environments - config/environments/kubosch_production.rb - config/environments/test.rb - config/environments/localization_environment.rb - config/environments/datek_production.rb - config/environments/user_environment.rb - config/environments/development_mysql.rb - config/environments/kubosch_production_mysql.rb - config/environments/production.rb - config/environments/development.rb - config/deploy_datek.rb - config/environment.rb - config/mime_types.yaml - config/deploy_kubosch.rb - config/war.rb - config/boot.rb - config/deploy.rb - cruise_config.rb - db - db/test.db - db/migrate - db/migrate/005_add_field_work_started_at.rb - db/migrate/001_create_tasks.rb - db/migrate/013_create_estimates.rb - db/migrate/025_add_simple_auditing_of_tasks.rb - db/migrate/024_add_sprint_option.rb - db/migrate/018_create_groups.rb - db/migrate/003_add_estimation_points.rb - db/migrate/010_add_work_start.rb - db/migrate/007_add_task_created_at.rb - db/migrate/016_add_invoicable_flag.rb - db/migrate/009_add_subtasks.rb - db/migrate/011_login_sugar.rb - db/migrate/004_add_period.rb - db/migrate/008_add_backlog_options.rb - db/migrate/020_create_task_files.rb - db/migrate/015_add_user_option.rb - db/migrate/019_remove_unique_index_for_period_position.rb - db/migrate/021_create_work_accounts.rb - db/migrate/014_add_customer_option.rb - db/migrate/022_remove_track_done_flag.rb - db/migrate/012_add_resolution.rb - db/migrate/023_add_indices_for_burn_down_chart.rb - db/migrate/017_insert_datek_projects.rb - db/migrate/006_works_data_fix.rb - db/schema.rb - README.txt has_rdoc: true homepage: http://rubyforge.org/projects/backlog/ post_install_message: rdoc_options: - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - ImageMagick - PostgreSQL rubyforge_project: backlog rubygems_version: 1.0.1 signing_key: specification_version: 2 summary: Application to aid collecting, processing, organizing, reviewing and doing tasks. test_files: - test/test_helper.rb - test/performance/test_threaded.rb