lib/rtf.rb in clbustos-rtf-0.4.2 vs lib/rtf.rb in clbustos-rtf-0.5.0
- old
+ new
@@ -10,9 +10,10 @@
require 'rtf/list'
# This module encapsulates all the classes and definitions relating to the RTF
# library.
module RTF
+ VERSION="0.5.0"
# This is the exception class used by the RTF library code to indicate
# errors.
class RTFError < StandardError
# This is the constructor for the RTFError class.
#