diff options
| author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-10-09 00:39:27 -0700 | 
|---|---|---|
| committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-10-09 00:39:27 -0700 | 
| commit | c3a2953198d3668df6b64f40b823603eb6c3fcb1 (patch) | |
| tree | f1f8efdf44e6150c1ef866e850b185f8e0cf4d0f /omptagger | |
| parent | 9304b6dbf9701bd32548ff128379da634cbf130f (diff) | |
| download | omptagger-c3a2953198d3668df6b64f40b823603eb6c3fcb1.tar.gz omptagger-c3a2953198d3668df6b64f40b823603eb6c3fcb1.tar.xz | |
Add dependency information.
Diffstat (limited to 'omptagger')
| -rwxr-xr-x | omptagger | 9 | 
1 files changed, 8 insertions, 1 deletions
| @@ -7,11 +7,18 @@  # Copyright 2007-2010 David Vazgenovich Shakaryan <dvshakaryan@gmail.com>  # Distributed under the terms of the GNU General Public License v3.  # See http://www.gnu.org/licenses/gpl.txt for the full license text. +# +# Dependencies: +#   Ruby            http://www.ruby-lang.org/ +#   RubyGems        http://rubygems.org/ +#   rtaglib         http://rubygems.org/gems/rtaglib +#   ruby-filemagic  http://rubygems.org/gems/ruby-filemagic +#   TagLib          http://developer.kde.org/~wheeler/taglib.html  require 'getoptlong'  require 'rubygems' -require 'filemagic'  require 'TagLib' +require 'filemagic'  class Hash    def longest_key_length | 
