Sha256: f907b11ccc4c324563590a0f0da4dcd8b270e35e22f4ce430e09f710a35702c4

Contents?: true

Size: 224 Bytes

Versions: 19

Compression:

Stored size: 224 Bytes

Contents

#!/usr/bin/env ruby
require "rubygems"

require "pathname"
bin_file = Pathname.new(__FILE__).realpath

# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)
require 'factor'


Factor::CLI::FactorTask.start

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
factor-0.3.1 bin/factor
factor-0.1.10 bin/factor
factor-0.1.09 bin/factor
factor-0.1.07 bin/factor
factor-0.1.06 bin/factor
factor-0.1.05 bin/factor
factor-0.1.04 bin/factor
factor-0.1.03 bin/factor
factor-0.1.02 bin/factor
factor-0.1.01 bin/factor
factor-0.1.00 bin/factor
factor-0.0.99 bin/factor
factor-0.0.98 bin/factor
factor-0.0.97 bin/factor
factor-0.0.96 bin/factor
factor-0.0.95 bin/factor
factor-0.0.94 bin/factor
factor-0.0.93 bin/factor
factor-0.0.92 bin/factor