README in clbustos-rtf-0.2.2 vs README in clbustos-rtf-0.3.0

- old
+ new

@@ -1,6 +1,6 @@ -== Ruby Rich Text Format (RTF) Library 0.2.0 +== Ruby Rich Text Format (RTF) Library The RTF library provides a pure Ruby set of functionality that can be used to programmatically create RTF documents. The main aim in developing this library is to ease the complexity involved in assembling RTF documents although some consideration has also been given to generating documents that are easier to manually interpret too. @@ -16,17 +16,10 @@ In creating this library I set out to make it reasonably easy to create RTF documents in code. Having said that I'm certain that it is possible to generate invalid RTF documents with this library. -=== This version - -A bug fix fork of thechrisoshow/rtf[http://github.com/thechrisoshow/rtf] , which is a gitified version of original ruby-rft[http://rubyforge.org/projects/ruby-rtf/] - -* Resolve problems on Ruby 1.9.1 with ImageNode#read_source. Peter uses IO#getc, which returns a String on Ruby 1.9.1, not a Integer, so I replaced with getbyte. -* Deleted duplicated definition of ImageNode#style= with attr_writer and def. - === Known Issues I've tried to assemble a reasonably extensive (although I won't claim exhaustive) unit test for the library. Despite that, this is an early release of the code and I'm sure there will be issues with it given the complexity inherent in RTF. The following are issues that I'm already aware of with the library... @@ -181,9 +174,13 @@ the library. For more information consult the HTML based API documentation that is installed with the library gem (if you're reading this you may already be looking at this documentation). Another source of information is the examples directory, so check that out too. +CONTRIBUTORS +Claudio Bustos +Chris O'Sullivan + COPYRIGHT ========= -Copyright (c) 2009 Peter Wood. See LICENSE for details. +Copyright (c) 2009-2010 Peter Wood. See LICENSE for details. \ No newline at end of file