Added a publish task.
[ruby-ecore.git] / README
1 = ruby-ecore - Ruby bindings for Ecore
2
3 ruby-ecore is a set of Ruby language bindings for Enlightenment's Core
4 library, Ecore.
5
6 ruby-ecore is maintained by:
7
8 :include: AUTHORS
9
10 ==License
11
12 ruby-ecore is available under the GNU LGPL.
13
14 == Installation
15
16 Run "rake install" to install ruby-ecore.
17 If you didn't install Ecore to /usr/local, execute the following line
18 instead:
19
20 ECORE_PREFIX=/prefix/ecore/is/installed/in rake install
21
22 == Documentation
23
24 Online documentation is available at
25 http://docs.code-monkey.de/ruby-ecore.
26
27 You can recreate the documentation by running "rake rdoc".