Sha256: b657fcf9b8c2105305e5f58c4d78849e2d2290d3e1b591fe8948486910a5111c

Contents?: true

Size: 319 Bytes

Versions: 37

Compression:

Stored size: 319 Bytes

Contents

#!/usr/bin/env ruby
require 'dyndoc-convert'

dyn_file=ARGV[0]

full_dyn_file=File.expand_path(File.join(Dir.pwd,dyn_file))
full_dyn_file + '.dyn' unless full_dyn_file =~ /.*\.dyn$/


if File.exists? full_dyn_file
  Dyndoc.auto_convert_from_file(full_dyn_file)
else
  puts "Error: #{full_dyn_file} does not exists"
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
dyndoc-ruby-1.0.18 bin/dyn-auto
dyndoc-ruby-1.0.17 bin/dyn-auto
dyndoc-ruby-1.0.16 bin/dyn-auto
dyndoc-ruby-1.0.6 bin/dyn-auto
dyndoc-ruby-1.0.5 bin/dyn-auto
dyndoc-ruby-1.0.4 bin/dyn-auto
dyndoc-ruby-1.0.3 bin/dyn-auto
dyndoc-ruby-1.0.2 bin/dyn-auto
dyndoc-ruby-1.0.1 bin/dyn-auto
dyndoc-ruby-1.0.0 bin/dyn-auto
dyndoc-ruby-0.9.17 bin/dyn-auto
dyndoc-ruby-0.9.16 bin/dyn-auto
dyndoc-ruby-0.9.14 bin/dyn-auto
dyndoc-ruby-0.9.12 bin/dyn-auto
dyndoc-ruby-0.9.11 bin/dyn-auto
dyndoc-ruby-0.9.10 bin/dyn-auto
dyndoc-ruby-0.9.9 bin/dyn-auto