Sha256: 688c4ecc69c1454fbbbef2774a050184f2620c3e09603cfb1807c8a990dc083d

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

module Pacer
  VERSION = "2.0.6"
  # Clients may optionally define the following constants in the Pacer namespace:
  # - LOAD_JARS : set to false to manage jar loading in the client. Be sure to load the jars defined in JARFILES.
  # - LOCKJAR_LOCK_OPTS : set some options to be passed to LockJar.lock (ie. :lockfile, :download_artifacts, :local_repo)
  unless const_defined? :START_TIME
    START_TIME = Time.now
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pacer-2.0.6-java lib/pacer/version.rb