summaryrefslogtreecommitdiff
path: root/.gemspec
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2013-04-11 14:04:31 -0700
committerJeff McCune <jeff@puppetlabs.com>2013-04-11 14:04:31 -0700
commitddfafc4a856d32185ef2318cf58341852bf58b29 (patch)
treec4d447a9e84bd276b34c73a586f467165ad7b49f /.gemspec
parent25b670e6f6c52e84e28bbe4810f949b467a9b2d8 (diff)
Update function documentation for 4.0.0
Without this patch the function documentation is out of sync with the functions contained in the standard library. This commit updates the functions. I generated the list using this sequence: cd ~/src/puppet git checkout 3.1.1 bundle exec puppet doc -r function > /tmp/puppet_functions.txt cd ~/src/stdlib bundle exec puppet doc -r function > /tmp/stdlib_functions.txt diff -U2 puppet_functions.txt stdlib_functions.txt | grep '^+' | perl -ple 's/^\+//' > functions.txt I then replaced the README function documentation with the contents of functions.txt which contains only the functions contained in stdlib.
Diffstat (limited to '.gemspec')
0 files changed, 0 insertions, 0 deletions