Sha256: 437df92630c1db42d41cc8524c8458ea3af3d06ddda74cdbc905a47094f04c29

Contents?: true

Size: 255 Bytes

Versions: 6

Compression:

Stored size: 255 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.dirname(__FILE__) + '/../lib')

require 'rubygems' unless defined? Gem
require 'markup-preview-command'

Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION =~ /1.9/

Markup::Preview::Command::Runner.run(ARGV)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
markup-preview-command-0.0.9 bin/markup-preview
markup-preview-command-0.0.8 bin/markup-preview
markup-preview-command-0.0.7 bin/markup-preview
markup-preview-command-0.0.6 bin/markup-preview
markup-preview-command-0.0.5 bin/markup-preview
markup-preview-command-0.0.3 bin/markup-preview