Rakefile in pkg-config-1.0.0 vs Rakefile in pkg-config-1.0.1

- old
+ new

@@ -43,8 +43,8 @@ project.spec_extras = { :require_paths => ['lib'], :has_rdoc => false, } news = base_dir + "NEWS" - project.changes = news.read.gsub(/^== (?m:.*)/, '') + project.changes = news.read.split(/^== .*$/)[1].strip project.description = "A pkg-cofnig implementation by Ruby" end