5e0b90ed65
Without this patch the information displayed on rubygems.org does not clearly convey the intent of the Gem format of stdlib from the official puppet module format of stdlib. This is a problem because end users might get confused and start installing stdlib from rubygems.org This patch addresses the problem by making it clear that the gem version of stdlib is not intended for end users, but rather is specifically intended to make it easier for other module authors to depend on stdlib and have that dependency automatically resolved using a Gemfile. [ci skip]
11 lines
369 B
Puppet
11 lines
369 B
Puppet
name 'puppetlabs-stdlib'
|
|
version '4.0.2'
|
|
source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
|
author 'puppetlabs'
|
|
license 'Apache 2.0'
|
|
summary 'Puppet Module Standard Library'
|
|
description 'Standard Library for Puppet Modules'
|
|
project_page 'https://github.com/puppetlabs/puppetlabs-stdlib'
|
|
|
|
## Add dependencies, if any:
|
|
# dependency 'username/name', '>= 1.2.0'
|