Sha256: 79e86c6e97c467425f298ff91687777a301fddcd54941f72c498aaf7a6c0222a

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

= Annotable

  http://anise.rubyforge.org


== INTRODUCTION

Annotable is an Annotations Systems for the Ruby programming
lanaguage. Unlike other annotations system it is not a comment-based
system. Rather, it is a dynamic annotations system operating at runtime.


== RELEASE NOTES

Please see the RELEASE file.


== RECENT CHANGES

Please see the HISTORY file.


== INSTALLATION

To install with RubyGems simply open a console and type:

  gem install annotable

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.tgz
  $ 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.1.1 README