Skip to content

Commit

Permalink
updating history
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/daapclient/icha@132 d404eec9-990f-0410-b7b9-e628b63c8aec
  • Loading branch information
aaronp committed Feb 16, 2008
1 parent b79b9aa commit 423240a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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!
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 423240a

Please sign in to comment.