diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-09 22:40:33 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-09 22:40:33 +1000 |
commit | ded53b044989b1722b4b0b066889c5df8a309047 (patch) | |
tree | c7cee436bccc1ed470916c991a5f8609f68dce19 | |
parent | 1cf98d16d1c3897ac8a4a059bd823476aace2d34 (diff) | |
download | facter-ded53b044989b1722b4b0b066889c5df8a309047.tar.gz facter-ded53b044989b1722b4b0b066889c5df8a309047.tar.xz facter-ded53b044989b1722b4b0b066889c5df8a309047.zip |
Fixed Rakefile to include additional files including tests et al
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Rakefile | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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/*' ] |