summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-09 22:40:33 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-09 22:40:33 +1000
commitded53b044989b1722b4b0b066889c5df8a309047 (patch)
treec7cee436bccc1ed470916c991a5f8609f68dce19
parent1cf98d16d1c3897ac8a4a059bd823476aace2d34 (diff)
downloadfacter-ded53b044989b1722b4b0b066889c5df8a309047.tar.gz
facter-ded53b044989b1722b4b0b066889c5df8a309047.tar.xz
facter-ded53b044989b1722b4b0b066889c5df8a309047.zip
Fixed Rakefile to include additional files including tests et al
-rw-r--r--CHANGELOG2
-rw-r--r--Rakefile5
2 files changed, 6 insertions, 1 deletions
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/*'
]