diff options
author | Austin Ziegler <austin@zieglers.ca> | 2013-02-03 23:02:40 -0500 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2013-02-03 23:02:40 -0500 |
commit | ad68d6dae5142b350e55bb32ec9bcf9d5fa518aa (patch) | |
tree | 19d5918dad785d4442863f70e46700df74613a35 | |
parent | 51fcc087cbda38c324f5449c96274a1a4de8b1e6 (diff) | |
download | git-ad68d6dae5142b350e55bb32ec9bcf9d5fa518aa.tar.gz |
Release 1.20.1; attributions fixed.v1.20.1
-rw-r--r-- | History.rdoc | 8 | ||||
-rw-r--r-- | README.rdoc | 2 | ||||
-rw-r--r-- | lib/mime/types.rb | 4 | ||||
-rw-r--r-- | mime-types.gemspec | 8 |
4 files changed, 14 insertions, 8 deletions
diff --git a/History.rdoc b/History.rdoc index 27b116e8e5..203e7d5b39 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,5 @@ -== 1.20 / 2013-01-26 +== 1.20.1 / 2013-01-26 + * New MIME Types: * Apple iWork document types added by Hans de Graaff (application/x-iwork-keynote-sffkey, .key; @@ -9,12 +10,17 @@ Linhares (mac:application/x-apple-diskimage, .dmg; application/epub\+zip, .epub; application/x-ibooks\+zip, .ibooks; application/x-mobipocket-ebook, .mobi). https://github.com/halostatue/mime-types/issue/22 + * rss content type by Garret Alfert (application/rss\+xml, .rss). + https://github.com/halostatue/mime-types/issue/23 * Added or updated MIME types from the latest IANA list. * Fixed MIME Types: * Excel macro-enabled spreadsheets had an incorrect extension. Thanks to Rafael Belvederese for reporting this issue. https://github.com/halostatue/mime-types/issue/21 * Enabled for use with travis. +* Enabled gem signing. +* Fixed an error related to MIME type downloads. +* This was previously published as 1.20, but I had forgotten some attributions. == 1.19 / 2012-06-20 * New MIME Types: diff --git a/README.rdoc b/README.rdoc index c4fa1c7986..58fd310612 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,7 @@ rdoc :: http://mime-types.rubyforge.org/ == Description This library allows for the identification of a file's likely MIME content -type. This is release 1.20 with new MIME types. The identification of MIME +type. This is release 1.20.1 with new MIME types. The identification of MIME content type is based on a file's filename extensions. MIME types are used in MIME-compliant communications, as in e-mail or diff --git a/lib/mime/types.rb b/lib/mime/types.rb index 204070fe10..27d7dfd110 100644 --- a/lib/mime/types.rb +++ b/lib/mime/types.rb @@ -25,7 +25,7 @@ module MIME # class Type # The released version of Ruby MIME::Types - VERSION = '1.20' + VERSION = '1.20.1' include Comparable @@ -567,7 +567,7 @@ module MIME # = Author # Copyright:: Copyright 2002–2013 by Austin Ziegler # <austin@rubyforge.org> - # Version:: 1.20 + # Version:: 1.20.1 # Licence:: See Licence.rdoc # See Also:: http://www.iana.org/assignments/media-types/ # http://www.ltsw.se/knbase/internet/mime.htp diff --git a/mime-types.gemspec b/mime-types.gemspec index 7dd974ee7d..0ac0b75b8f 100644 --- a/mime-types.gemspec +++ b/mime-types.gemspec @@ -2,15 +2,15 @@ Gem::Specification.new do |s| s.name = "mime-types" - s.version = "1.20" + s.version = "1.20.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Austin Ziegler"] s.date = "2013-02-04" - s.description = "This library allows for the identification of a file's likely MIME content\ntype. This is release 1.20 with new MIME types. The identification of MIME\ncontent type is based on a file's filename extensions.\n\nMIME types are used in MIME-compliant communications, as in e-mail or\nHTTP traffic, to indicate the type of content which is transmitted.\nMIME::Types provides the ability for detailed information about MIME\nentities (provided as a set of MIME::Type objects) to be determined and\nused programmatically. There are many types defined by RFCs and vendors,\nso the list is long but not complete; don't hesitate to ask to add\nadditional information. This library follows the IANA collection of MIME\ntypes (see below for reference).\n\nMIME::Types for Ruby was originally based on and synchronized with MIME::Types\nfor Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data\nformat for the MIME::Type list has changed and the synchronization will no\nlonger happen.\n\nMIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It\nfollows the official {IANA registry}[http://www.iana.org/assignments/media-types/]\n({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types\nadded from the the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp]." + s.description = "This library allows for the identification of a file's likely MIME content\ntype. This is release 1.20.1 with new MIME types. The identification of MIME\ncontent type is based on a file's filename extensions.\n\nMIME types are used in MIME-compliant communications, as in e-mail or\nHTTP traffic, to indicate the type of content which is transmitted.\nMIME::Types provides the ability for detailed information about MIME\nentities (provided as a set of MIME::Type objects) to be determined and\nused programmatically. There are many types defined by RFCs and vendors,\nso the list is long but not complete; don't hesitate to ask to add\nadditional information. This library follows the IANA collection of MIME\ntypes (see below for reference).\n\nMIME::Types for Ruby was originally based on and synchronized with MIME::Types\nfor Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data\nformat for the MIME::Type list has changed and the synchronization will no\nlonger happen.\n\nMIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It\nfollows the official {IANA registry}[http://www.iana.org/assignments/media-types/]\n({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types\nadded from the the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp]." s.email = ["austin@rubyforge.org"] - s.extra_rdoc_files = ["History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "Contributing.rdoc", "History.rdoc", "Licence.rdoc", "README.rdoc"] - s.files = [".travis.yml", "Gemfile", "Gemfile.lock", "History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/mime/types.rb", "lib/mime/types/application", "lib/mime/types/application.mac", "lib/mime/types/application.nonstandard", "lib/mime/types/application.obsolete", "lib/mime/types/audio", "lib/mime/types/audio.nonstandard", "lib/mime/types/audio.obsolete", "lib/mime/types/image", "lib/mime/types/image.nonstandard", "lib/mime/types/image.obsolete", "lib/mime/types/message", "lib/mime/types/message.obsolete", "lib/mime/types/model", "lib/mime/types/multipart", "lib/mime/types/multipart.nonstandard", "lib/mime/types/multipart.obsolete", "lib/mime/types/other.nonstandard", "lib/mime/types/text", "lib/mime/types/text.nonstandard", "lib/mime/types/text.obsolete", "lib/mime/types/text.vms", "lib/mime/types/video", "lib/mime/types/video.nonstandard", "lib/mime/types/video.obsolete", "mime-types.gemspec", "test/test_mime_type.rb", "test/test_mime_types.rb", "Contributing.rdoc", ".gemtest"] + s.extra_rdoc_files = ["Contributing.rdoc", "History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "docs/COPYING.txt", "docs/artistic.txt", "Contributing.rdoc", "History.rdoc", "Licence.rdoc", "README.rdoc"] + s.files = [".travis.yml", "Contributing.rdoc", "Gemfile", "History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "docs/COPYING.txt", "docs/artistic.txt", "lib/mime-types.rb", "lib/mime/types.rb", "lib/mime/types/application", "lib/mime/types/application.mac", "lib/mime/types/application.nonstandard", "lib/mime/types/application.obsolete", "lib/mime/types/audio", "lib/mime/types/audio.nonstandard", "lib/mime/types/audio.obsolete", "lib/mime/types/image", "lib/mime/types/image.nonstandard", "lib/mime/types/image.obsolete", "lib/mime/types/message", "lib/mime/types/message.obsolete", "lib/mime/types/model", "lib/mime/types/multipart", "lib/mime/types/multipart.nonstandard", "lib/mime/types/multipart.obsolete", "lib/mime/types/other.nonstandard", "lib/mime/types/text", "lib/mime/types/text.nonstandard", "lib/mime/types/text.obsolete", "lib/mime/types/text.vms", "lib/mime/types/video", "lib/mime/types/video.nonstandard", "lib/mime/types/video.obsolete", "mime-types.gemspec", "test/test_mime_type.rb", "test/test_mime_types.rb", ".gemtest"] s.homepage = "http://mime-types.rubyforge.org/" s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] |