Sha256: 3510353927eee4476a3a4dfa15ff17267c7bca45b3344c013a29d2321771437c

Contents?: true

Size: 461 Bytes

Versions: 21

Compression:

Stored size: 461 Bytes

Contents

#!/usr/bin/env ruby

ROOT = File.expand_path('../..', __FILE__)

require 'bundler/setup'
require 'liquid/boot'

require 'liquid/console'

CLI.for(Liquid::Console) do
  option :author,
    :short => '-a',
    :long => '--author',
    :description => 'Gem author',
    :default => `git config user.name`.chomp

  option :email,
    :short => '-e',
    :long => '--email',
    :description => 'Author E-Mail',
    :default => `git config user.email`.chomp
end.run

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
liquid-ext-3.5.3 bin/liquid
liquid-ext-3.5.2 bin/liquid
liquid-ext-3.5.0 bin/liquid
liquid-ext-3.4.2 bin/liquid
liquid-ext-3.4.1 bin/liquid
liquid-ext-3.4.0 bin/liquid
liquid-ext-3.3.10 bin/liquid
liquid-ext-3.3.9 bin/liquid
liquid-ext-3.3.8 bin/liquid
liquid-ext-3.3.7 bin/liquid
liquid-ext-3.3.6 bin/liquid
liquid-ext-3.3.5 bin/liquid
liquid-ext-3.3.4 bin/liquid
liquid-ext-3.3.3 bin/liquid
liquid-ext-3.3.2 bin/liquid
liquid-ext-3.3.0 bin/liquid
liquid-ext-3.2.0 bin/liquid
liquid-ext-3.1.2 bin/liquid
liquid-ext-3.1.1 bin/liquid
liquid-ext-3.1.0 bin/liquid