Sha256: c733cbbb1d4c6ffeb707355688a46b442cdfe77313ca39301f7a03356c452669

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

# encoding: UTF-8

unless RUBY_VERSION >= '1.9.1'
  abort <<-ERROR
Incompatible ruby version error in #{__FILE__} near line #{__LINE__}
This library requires at least ruby v1.9.1 but you're using ruby v#{RUBY_VERSION}
Please see http://www.ruby-lang.org/
  ERROR
end

require 'plow/core_ext/object'

require 'plow/errors'
require 'plow/application'

class Plow
  VERSION = "0.1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plow-0.1.0 lib/plow.rb