Sha256: 017486ef8a5fea109e867216c5205953bc7662bbc98417c94ea5c65cb3524855
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
require 'rugged' module Git module Semaphore NAME = 'git-semaphore'.freeze VERSION = '2.2.0'.freeze DEPENDENCY_VERSIONS = [ "rugged v#{Rugged::VERSION}", "#{RUBY_ENGINE} #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}", ].join(', ').freeze LONG_VERSION = "#{NAME} v#{VERSION} (#{DEPENDENCY_VERSIONS})".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-semaphore-2.2.0 | lib/git/semaphore/version.rb |