Sha256: c9f8010bf61a1f3deb846d695ed50e55274e31345dd83843217c84ffb450af7d
Contents?: true
Size: 502 Bytes
Versions: 23
Compression:
Stored size: 502 Bytes
Contents
#!/usr/bin/env jruby # # This file was generated by RubyGems. # # The application 'kramdown' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end gem 'kramdown', version load Gem.bin_path('kramdown', 'kramdown', version)
Version data entries
23 entries across 22 versions & 11 rubygems
Version | Path |
---|---|
logstash-codec-json-2.0.3 | vendor/bin/kramdown |
logstash-input-beats-0.9.2 | vendor/jruby/1.9/bin/kramdown |
logstash-input-beats-0.9.1 | vendor/jruby/1.9/bin/kramdown |