Description: Fix version loading
 
 ruby-abstract-method (1.2.1-1) UNRELEASED; urgency=low

   * Initial release (Closes: #nnnn)
Author: lslezak <lslezak@lslezak-VirtualBox>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- ruby-abstract-method-1.2.1.orig/lib/abstract_method.rb
+++ ruby-abstract-method-1.2.1/lib/abstract_method.rb
@@ -2,7 +2,7 @@
 # modules.
 module AbstractMethod
   # Abstract Method version (uses [semantic versioning](http://semver.org/)).
-  VERSION = File.read(File.dirname(__FILE__) + "/../VERSION").strip
+  VERSION = "1.2.1"
 end
 
 # Exception raised when an abstract method is called.
