Rakefile in ci_reporter-1.2 vs Rakefile in ci_reporter-1.2.1
- old
+ new
@@ -1,11 +1,11 @@
require 'spec/rake/spectask'
require 'hoe'
-MANIFEST = FileList["History.txt", "Manifest.txt", "README.txt", "Rakefile",
+MANIFEST = FileList["History.txt", "Manifest.txt", "README.txt", "LICENSE.txt", "Rakefile",
"lib/**/*.rb", "spec/**/*.rb", "tasks/**/*.rake"]
-Hoe.new("ci_reporter", "1.2") do |p|
+Hoe.new("ci_reporter", "1.2.1") 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