backlog 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/backlog-0.0.0.gem CHANGED
Binary file
data/backlog.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{backlog}
3
- s.version = "0.0.0"
3
+ s.version = "0.0.1"
4
4
  s.date = %q{2007-06-14}
5
5
  s.summary = %q{Task list with options for multiple lists, iterations, users, subtasking, time tracking, and invoice report.}
6
6
  s.require_paths = ["."]
data/backlog.gemspec~ ADDED
@@ -0,0 +1,21 @@
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
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.0
6
+ version: 0.0.1
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:
@@ -215,6 +215,7 @@ files:
215
215
  - default_login_sugar_setup.zip
216
216
  - doc
217
217
  - doc/README_FOR_APP
218
+ - backlog.gemspec~
218
219
  - vendor
219
220
  - vendor/plugins
220
221
  - vendor/plugins/activerecord_foreign_key_extensions