From ded53b044989b1722b4b0b066889c5df8a309047 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 9 Jul 2008 22:40:33 +1000 Subject: Fixed Rakefile to include additional files including tests et al --- CHANGELOG | 2 ++ Rakefile | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b8e9ab8..50447ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ 1.5.0: + Fixed Rakefile to include additional files including tests et al + Fixed #1400 - OperatingSystemRelease should now work on CentOS Changed 'timeout' option to 'limit' to avoid scope issue diff --git a/Rakefile b/Rakefile index ba15fd1..619bf47 100644 --- a/Rakefile +++ b/Rakefile @@ -18,9 +18,12 @@ project = Rake::RedLabProject.new("facter") do |p| 'install.rb', '[A-Z]*', 'bin/**/*', + 'lib/facter.rb', 'lib/**/*.rb', 'test/**/*.rb', - 'doc/**/*', + 'spec/**/*', + 'conf/**/*', + 'documentation/**/*', 'etc/*' ] -- cgit