lib/muflax/library.rb in muflax-0.5.1 vs lib/muflax/library.rb in muflax-0.5.2
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-
-# Copyright muflax <mail@muflax.com>, 2013
+# Copyright Steffie Dorn <mail@muflax.com>, 2013
# License: GNU GPL 3 <http://www.gnu.org/copyleft/gpl.html>
def require_local lib_name, location=caller_locations.first.path
file = File.symlink?(location) ? File.readlink(location) : location
dir = File.dirname(file)