lib/orats/command.rb in orats-0.4.10 vs lib/orats/command.rb in orats-0.5.0
- old
+ new
@@ -85,9 +85,13 @@
nuke_directory
end
end
+ def outdated
+ outdated_init
+ end
+
def version
puts "Orats version #{VERSION}"
end
private
\ No newline at end of file