General version updates

This commit is contained in:
Christoph Haas 2017-08-10 14:52:58 +02:00
parent 4824bf4ad7
commit 030145ca7e
30 changed files with 582 additions and 104 deletions

17
bin/coderay Executable file
View file

@ -0,0 +1,17 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
#
# This file was generated by Bundler.
#
# The application 'coderay' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require "rubygems"
require "bundler/setup"
load Gem.bin_path("coderay", "coderay")