Sha256: aaeb1b6f4dbf90ec7efcc9de4f49fe4fc017fe7c89b2acc54a2c0d8ea544c723

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

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