Sha256: 0e06a41415bf3cdd5f862d5c6d4ffac532d74d0e8d594999fabf278cceb5a809

Contents?: true

Size: 449 Bytes

Versions: 22

Compression:

Stored size: 449 Bytes

Contents

#!/usr/bin/env ruby

$VERBOSE = true

require 'benchmark'
$LOAD_PATH.unshift File.expand_path(File.join('..', '..', 'lib'), __FILE__)
require 'combine_pdf'
require 'bundler/setup'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start

require 'irb'
IRB.start

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
combine_pdf-1.0.28 test/console
combine_pdf-1.0.27 test/console
combine_pdf-1.0.26 test/console
combine_pdf-1.0.25 test/console
combine_pdf-1.0.24 test/console
combine_pdf-1.0.23 test/console
combine_pdf-1.0.22 test/console
combine_pdf-1.0.21 test/console
combine_pdf-1.0.20 test/console
combine_pdf-1.0.19 test/console
combine_pdf-1.0.18 test/console
combine_pdf-1.0.16 test/console
combine_pdf-1.0.15 test/console
combine_pdf-1.0.14 test/console
combine_pdf-1.0.13 test/console
combine_pdf-1.0.12 test/console
combine_pdf-1.0.11 test/console
combine_pdf-1.0.10 test/console
combine_pdf-1.0.9 test/console
combine_pdf-1.0.8 test/console