lib/runeblog.rb in runeblog-0.0.10 vs lib/runeblog.rb in runeblog-0.0.11

- old
+ new

@@ -1,12 +1,8 @@ class RuneBlog - VERSION = "0.0.10" + VERSION = "0.0.11" - 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