lib/nodes.rb in nodes-0.1.4 vs lib/nodes.rb in nodes-0.1.5
- old
+ new
@@ -1,6 +1,6 @@
module Nodes
- VERSION = "0.1.4"
+ VERSION = "0.1.5"
def self.init(dir=nil)
dir = Dir.pwd unless dir
puts "Init new point '#{File.basename(dir)}' in #{dir}"
\ No newline at end of file