public
Description: a ruby api for tasko @ taskodone.com
Homepage:
Clone URL: git://github.com/ardekantur/taskomaly.git
ardekantur (author)
Mon Aug 11 18:16:55 -0700 2008
commit  6fcdcd22dcd38c8c097cd641a689906a78ab27bf
tree    70500978e58faa8a5d558620bc051a45606ea93a
parent  6ab526f9fbd069b09d43d97ea042b48271c4d9c7
taskomaly / taskomaly.gemspec
100644 28 lines (24 sloc) 1.177 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Gem::Specification.new do |s|
  s.name = %q{taskomaly}
  s.version = "0.1.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ardekantur"]
  s.date = %q{2008-08-11}
  s.description = %q{use taskpaper papers and tasko in ruby}
  s.email = %q{greystone@ardekantur.com}
  s.extra_rdoc_files = ["README.markdown", "LICENSE"]
  s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/api.rb", "lib/paper.rb", "lib/project.rb", "lib/task.rb", "lib/taskomaly.rb", "spec/api_spec.rb", "spec/base.rb", "spec/fixtures", "spec/fixtures/api_config.yml", "spec/fixtures/existing_test_paper.tasks", "spec/fixtures/test_papers.yml", "spec/paper_spec.rb", "spec/project_spec.rb", "spec/task_spec.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/ardekantur/taskomaly}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{use taskpaper papers and tasko in ruby}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end