bin/tidgrep in tidtools-0.0.2 vs bin/tidgrep in tidtools-0.0.3

- old
+ new

@@ -1,10 +1,15 @@ #!/usr/bin/env ruby +# -*- coding: utf-8 -*- # # Created on 2010-4-23. # Copyright (c) 2010. All rights reserved. require 'rubygems' require File.expand_path(File.dirname(__FILE__) + "/../lib/tidtools") require "tidgrep/cli" +# バージョン番号 +Version = "0.0.3" + +# コマンドの実行 Tidgrep::CLI.execute(STDOUT, ARGV)