Sha256: 1fad29e95813a8fb97106f9c279d2c2775d316bc2532b994b8f9d84e9259d119
Contents?: true
Size: 602 Bytes
Versions: 1
Compression:
Stored size: 602 Bytes
Contents
module PuppetHerald def self.version_prep desired version = desired if desired.match(/[^0-9\.]+/) git = `git describe --tags --dirty --always` version += "-" + git[1..-1] end return version.strip end VERSION = version_prep '0.1.0' LICENSE = 'Apache 2.0' NAME = 'Puppet Herald' PACKAGE = 'puppet-herald' SUMMARY = 'a Puppet report processor' DESCRIPTION = "Provides a gateway for consuming puppet reports, a REST API and a simple Web app to display reports." HOMEPAGE = 'https://github.com/wavesoftware/gem-puppet-herald' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet-herald-0.1.0 | lib/puppet-herald/version.rb |