Sha256: daba62eb9244f2e71887677886e5cd3c3990eff0cc93e3a7c4b796b6a124beca

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

= Anise

  http://anise.rubyforge.org


== INTRODUCTION

Anise is an Annotations Systems for the Ruby programming lanaguage.
Unlike most other annotations systems it is not a comment-based
system, or a "macro" system that sits over-and-above the rest of the 
code. Rather, Anise is a dynamic annotations system operating at runtime.


== RELEASE NOTES & RECENT CHANGES

Please see the RELEASE file.


== INSTALLATION

To install with RubyGems simply open a console and type:

  gem install anise

To manually install you will need Setup.rb (see http://setup.rubyforge.org).
Then download the tarball package and do:

  $ tar -xvzf anise-0.4.0.tgz
  $ cd annotated-0.4.0
  $ sudo setup.rb all


== TESTING

We recommend using Turn (http://turn.rubyforge.org) to run Anise's
unit tests.

  $ turn test/test_*

But we have include a script +test/suite.rb+ so you can easily run the
unit tests with the testrb command:

  $ testrb test/suite.rb

or with Ruby alone:

  $ ruby -rtest/unit test/suite.rb


== USAGE

For the moment please see the API documentation to learn how to use the library.


== LICENSE

Copyright (c) 2008 TigerOps

This program is ditributed under the terms of the LGPL License.

Please see COPYING file for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anise-0.2.0 README