Sha256: 3a06d6a07ec37663cbab6fd51453f2ae277af1164f934bdf6bcdd644669ef565

Contents?: true

Size: 836 Bytes

Versions: 8

Compression:

Stored size: 836 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems' unless defined?(Gem)
require 'beaker-benchmark'

VERSION_STRING =
"
                                 _ .--.
                                ( `    )
        beaker-benchmark      .-'      `--,
                  _..----.. (             )`-.
                .'_|` _|` _|(  .__,           )
               /_|  _|  _|  _(        (_,  .-'
              ;|  _|  _|  _|  '-'__,--'`--'
              | _|  _|  _|  _| |
          _   ||  _|  _|  _|  _| %s
        _( `--.\\_|  _|  _|  _|/
     .-'       )--,|  _|  _|.`
    (__, (_      ) )_|  _| /
      `-.__.\\ _,--'\\|__|__/
                    ;____;
                     \\YT/
                      ||
                     |\"\"|
                     '=='
"



puts VERSION_STRING % [Beaker::DSL::Helpers::BeakerBenchmark::Version::STRING]

exit 0

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
beaker-benchmark-0.0.8 bin/beaker-benchmark
beaker-benchmark-0.0.7 bin/beaker-benchmark
beaker-benchmark-0.0.6 bin/beaker-benchmark
beaker-benchmark-0.0.5 bin/beaker-benchmark
beaker-benchmark-0.0.4 bin/beaker-benchmark
beaker-benchmark-0.0.3 bin/beaker-benchmark
beaker-benchmark-0.0.2 bin/beaker-benchmark
beaker-benchmark-0.0.1 bin/beaker-benchmark