lib/runeblog.rb in runeblog-0.0.9 vs lib/runeblog.rb in runeblog-0.0.10
- old
+ new
@@ -1,8 +1,12 @@
class RuneBlog
- VERSION = "0.0.9"
+ VERSION = "0.0.10"
+ puts __FILE__
+ puts File.dirname(__FILE__)
+ puts File.join(File.dirname(__FILE__))
+ puts File.expand_path(File.join(File.dirname(__FILE__)))
Path = File.expand_path(File.join(File.dirname(__FILE__)))
end
# FIXME lots of structure changes