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