Please review pull request #42: (#14148) Add docs to Hiera packaging opened by (haus)
Description:
Previously hiera packaging did not include CHANGES.txt, COPYING, or README.md.
This commit adds them to the gem spec and the tarball, so they can appear in
future releases.
- Opened: Tue Apr 24 00:23:28 UTC 2012
- Based on: puppetlabs:master (05ac83eca3137ba183dc43ce4ead855ba18bc075)
- Requested merge: haus:ticket/master/14148_add_docs_to_package_rake_task (7ef28218f548beed7c9c3445159cf1a6ae89df44)
Diff follows:
diff --git a/Rakefile b/Rakefile
index 400a4aa..6504948 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ spec = Gem::Specification.new do |s|
s.homepage = "https://github.com/puppetlabs/hiera/"
s.summary = "Light weight hierarcical data store"
s.description = "A pluggable data store for hierarcical data"
- s.files = FileList["{bin,lib}/**/*"].to_a
+ s.files = FileList["{bin,lib}/**/*", "CHANGES.txt", "COPYING", "README.md"].to_a
s.require_path = "lib"
s.test_files = FileList["spec/**/*"].to_a
s.has_rdoc = true
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
