diff --git a/History.txt b/History.txt index 041c457..66a6b3a 100644 --- a/History.txt +++ b/History.txt @@ -1,17 +1,17 @@ -== 0.1.0 +=== 0.1.0 * 1 major enhancement * Added MPEG Encoder -== 0.0.3 +=== 0.0.3 * 1 minor enhancement * Fixed extconf to be a little more smart. -== 0.0.2 +=== 0.0.2 * 1 major enhancement * I can has ogg decoder! -== 0.0.1 / 2007-07-10 +=== 0.0.1 / 2007-07-10 * 1 major enhancement * I can has birfday! diff --git a/Rakefile b/Rakefile index 1575e61..738d4ef 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,6 @@ Hoe.new('icanhasaudio', '0.1.0') do |p| p.summary = "icanhasaudio is a lame/vorbis wrapper for decoding ur mp3s and ur oggs." p.description = p.paragraphs_of('README.txt', 3..6).join("\n\n") p.url = p.paragraphs_of('README.txt', 1).first.strip - p.changes = p.paragraphs_of('History.txt', 0..2).join("\n\n") p.spec_extras = { :extensions => ['ext/extconf.rb'] } p.clean_globs = ["ext/Makefile", "ext/*.{o,so,bundle,log}"] end