README.rdoc in newt-0.0.1 vs README.rdoc in newt-0.9.0
- old
+ new
@@ -1,35 +1,40 @@
= newt
-* http://github.com/#{github_username}/#{project_name}
+* http://github.com/esperano/ruby-newt
== DESCRIPTION:
-FIX (describe your package)
+Ruby Bindings for the Newt Library
== FEATURES/PROBLEMS:
-* FIX (list of features or problems)
+Code is originally from Noritsugu Nakamura and is available at:
+http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ruby-newt-20020105.tar.gz
+I modified it to use RARRAY_LEN, RARRAY_PTR, StringValuePtr, etc.
+
+Still trying it to make it work for 1.9.x
+
== SYNOPSIS:
- FIX (code sample of usage)
+See http://github.com/ericsperano/ruby-newt/tree/master/examples for usage examples.
== REQUIREMENTS:
-* FIX (list of requirements)
+libnewt
== INSTALL:
-* FIX (sudo gem install, anything else)
+gem install newgem
+rake install_gem
+
== LICENSE:
(The MIT License)
-Copyright (c) 2012 FIXME full name
-
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
@@ -43,6 +48,6 @@
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.