Skip to content

Commit

Permalink
Updating the history for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Mar 2, 2009
1 parent 7fbbcda commit b449591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.txt
Expand Up @@ -4,6 +4,9 @@
* Updated the MIME types to the list based on the values in the Perl library
version 1.27. Also updated based on external source information and bug
reports.
* This is the last planned version of MIME::Types 1.x. Work will be
starting soon on MIME::Types 2.x with richer data querying mechanisms
and support for external data sources.

== MIME::Types 1.15
* Removed lib/mime/type.rb to form a single MIME::Types database source. It
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -34,7 +34,7 @@ hoe = Hoe.new PKG_NAME, PKG_VERSION do |p|
p.email = %W(austin@rubyforge.org)
p.url = "http://mime-types.rubyforge.org/"
p.summary = %q{Manages a MIME Content-Type database that will return the Content-Type for a given filename.}
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.changes = p.paragraphs_of("History.txt", 0..0).join("\n\n")
p.description = p.paragraphs_of("README.txt", 1..1).join("\n\n")

p.extra_dev_deps << %w(archive-tar-minitar ~>0.5)
Expand Down

0 comments on commit b449591

Please sign in to comment.