blob: 2dd3f2255eccb50994cab361a95be6aff774eef1 (
plain)
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
29
30
31
32
33
34
35
36
37
38
|
ayk
by Jérémy Zurcher
http://cgit.asynk.ch/cgi-bin/cgit/ayk/
== DESCRIPTION:
AYK is my tiny ruby toolkit.
== FEATURES/PROBLEMS:
* AYK::Options a hierarchical option mechanism forked from Innate::Options
* jcryption ...
== SYNOPSIS:
please look at:
* the spec/ folder
== REQUIREMENTS:
* nothing
== DOWNLOAD/INSTALL:
git clone git://git@asynk.ch:ayk.git
cd ayk
rake gem:install
== CREDITS:
Special thanks to:
* manveru
== LICENSE:
See MIT-LICENSE file.
|