Sha256: 5f1a710e86a5b3b21ba7b7df2f18961778687316a28b575f20017661e0aeb4f5

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

module Pacer
  VERSION = "2.0.18"
  # 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.18-java lib/pacer/version.rb