Description: use moved version of VERSION file
 VERSION file is moved from the root of the source package to lib/roxml
 The relative path of VERSION should be adapted in roxml.rb file
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2013-04-18
Forwarded: no

--- a/lib/roxml.rb
+++ b/lib/roxml.rb
@@ -14,7 +14,7 @@
 require 'roxml/xml'
 
 module ROXML # :nodoc:
-  VERSION = File.read(File.expand_path("../../VERSION", __FILE__))
+  VERSION = File.read(File.expand_path("../roxml/VERSION", __FILE__))
 
   def self.included(base) # :nodoc:
     base.class_eval do
