Rakefile in ci_reporter-1.3.3 vs Rakefile in ci_reporter-1.3.4

- old
+ new

@@ -1,12 +1,12 @@ require 'spec/rake/spectask' MANIFEST = FileList["History.txt", "Manifest.txt", "README.txt", "LICENSE.txt", "Rakefile", - "lib/**/*.rb", "spec/**/*.rb", "tasks/**/*.rake"] + "*.rake", "lib/**/*.rb", "spec/**/*.rb", "tasks/**/*.rake"] begin require 'hoe' - hoe = Hoe.new("ci_reporter", "1.3.3") do |p| + hoe = Hoe.new("ci_reporter", "1.3.4") do |p| p.rubyforge_name = "caldersphere" p.url = "http://caldersphere.rubyforge.org/ci_reporter" p.author = "Nick Sieger" p.email = "nick@nicksieger.com" p.summary = "CI::Reporter allows you to generate reams of XML for use with continuous integration systems." \ No newline at end of file