default/lib/NAME.rb.bns in bones-3.7.1 vs default/lib/NAME.rb.bns in bones-3.7.2
- old
+ new
@@ -1,9 +1,9 @@
module <%= classname %>
# :stopdoc:
- LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
+ LIBPATH = ::File.expand_path('..', __FILE__) + ::File::SEPARATOR
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
VERSION = ::File.read(PATH + 'version.txt').strip
# :startdoc:
# Returns the library path for the module. If any arguments are given,