Sha256: c962a3fd221bc6caeee2862a428434701884fec7d3e1f7b4c44231ae911cbde6

Contents?: true

Size: 1.8 KB

Versions: 1

Compression:

Stored size: 1.8 KB

Contents

---
Author: The Uttk Team.
License: LGPL
Revision: '$Id: /w/fey/uttk/trunk/SPEC.yml 22245 2006-02-25T11:17:46.591926Z pouillar  $'

version: !feydakins.org,2006/version dev-util/uttk-0.3_alpha2#kid

title: Uttk -- An extensible framework for dynamic testing.
summary: Uttk is an extensible framework for dynamic testing.
description: >
  Uttk  is  designed  to  help  you while you are writing dynamic tests for your
  projects.  It keeps track of your test strategies by means of a solid dynamic
  hierarchy  of test strategy classes. The only way to be 100% generic is to be
  extensible,  after  all.  Network distribution strategies can also be written
  since  Uttk  provides  cluster features. Uttk understands YAML and Ruby as
  input languages and speaks YAML, XML and HTML as output languages.
homepage: http://rubyforge.org/projects/uttk

user: ertai
rubyforge_project: ttk
rubyforge_sub_package_name: uttk
root_test_suite: test/uttk-distcheck.yml
rdoc_dir: doc/html
tags_url: svn://svn.feydakins.org/uttk/tags
trunk_url: svn://svn.feydakins.org/uttk/trunk

rdoc_tail_files: !filelist
  - lib/uttk/dumpers/Dumper.rb
  - lib/uttk/loaders/Loader.rb
  - lib/uttk/strategies/Strategy.rb
  - lib/uttk/filters/Filter.rb
  - lib/uttk/weights/Weight.rb
  - lib/uttk.rb

#FIXME: rdoc + gem fails for the main
rdoc_files: !filelist
  - README
  - AUTHORS
  - NEWS
  - test/examples/README
  - lib/uttk/**/*.rb

pkg_files: !filelist
  - bin/**/*
  - lib/**/*.{rb,yml,js}
  - test/**/*
  - template/**/*
  - misc/**/*
  - '[A-Z]*'

dependencies:
  ruby_ex:
    gem    : ~> 0.4.1 # FIXME 0.4_alpha XY ...
    tarball: 8837/ruby_ex-0.4_alpha3.tar.gz
    vcs    : svn://svn.feydakins.org/ruby_ex/trunk
  actionpack: [~> 1.11.2, 7645/actionpack-1.11.2.tgz]

# The version needed to test this uttk.
# Not the version of this uttk.
uttk_version: ~> 0.3.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uttk-0.3.1.2 SPEC.yml