summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*'
]