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