Sha256: a5b9f41bf0ef19469336f4640493894ecf96838090ee3c2858309a1b2e7e88b9

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

Gem::Specification.new do |s|
  s.name = %q{backlog}
  s.version = "0.0.2"
  s.date = %q{2007-06-14}
  s.summary = %q{Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.}
  s.require_paths = ["."]
  s.homepage = %q{http://backlog.rubyforge.org/}
  s.description = %q{Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.}
#  s.autorequire = %q{firewatir}
  s.has_rdoc = true
  s.authors = ["Uwe Kubosch"]
  s.files = Dir['**/*']
#  s.test_files = ["unittests/mozilla_all_tests.rb"]
#  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"]
#  s.requirements = ["Mozilla Firefox browser 1.5 or later."]
  s.add_dependency('rails', '>= 1.2.3')
  s.add_dependency('mongrel', '>= 1.0.1')
  s.bindir = '.'
  s.executables = ['backlog']
  s.rubyforge_project = 'backlog'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog-0.0.2 backlog.gemspec