The project is in a healthy, maintained state
A gem to set up puppet-modulebuilder
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Runtime

~> 0.9
>= 0.2.1, < 2.0.0
 Project Readme

Puppet::Modulebuilder

The puppet-modulebuilder gem contains the reference implementation for building Puppet modules from source.

Usage

builder = Puppet::Modulebuilder::Builder.new('./puppetlabs-motd', './pkg', nil)
builder.build

Development

To release a new version, update the version number in version.rb, run bundle exec rake changelog and create a mergeback PR with the results. If that passes, run bundle exec rake 'release[upstream]', which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/puppetlabs/puppet-modulebuilder.