lib/runeblog.rb in runeblog-0.0.7 vs lib/runeblog.rb in runeblog-0.0.8

- old
+ new

@@ -1,11 +1,9 @@ class RuneBlog - VERSION = "0.0.7" + VERSION = "0.0.8" - puts __FILE__ - Path = File.expand_path(File.join(File.dirname(__FILE__))) end # FIXME lots of structure changes @@ -30,10 +28,10 @@ =end require 'rubygems' require 'ostruct' -require 'livetext' +# require 'livetext' ### ask def ask(prompt, meth = :to_s)