lib/phtools.rb in phtools-0.0.0 vs lib/phtools.rb in phtools-0.1.1

- old
+ new

@@ -1,9 +1,10 @@ #!/usr/bin/env ruby # encoding: UTF-8 # (c) ANB Andrew Bizyaev +require "phtools/version" -class PhTools - def self.say - "I'm just a placeholder for upcoming phtools release..." +module PhTools + def self.about + %Q{\nphtools v#{PhTools::VERSION} is a bundle of small CLI tools for arranging, renaming, tagging of the photo and video files. Helps to keep your photo-video assets in order. \nPlease run phtools in a terminal via CLI commands: phls, phrename, phbackup, pharrange, phclname, phevent, phfixdate, phfixmd, phmtags, phtagset.\nFor more information run these commands with -h option.} end end