summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-05-22 23:28:35 -0400
committerAustin Ziegler <austin@zieglers.ca>2014-05-22 23:28:35 -0400
commit0fda2b20b80c9a0806017623b11dfc4d756d75e8 (patch)
tree77a20a50c535ecbb12cfeb0b365643a3b0f5247b
parentfdf8bd7fecf297a55f625dbea065495fa12efb24 (diff)
downloadgit-0fda2b20b80c9a0806017623b11dfc4d756d75e8.tar.gz
Finalizing 2.3 releasev2.3
-rw-r--r--History-Types.rdoc2
-rw-r--r--History.rdoc2
-rw-r--r--mime-types.gemspec4
3 files changed, 4 insertions, 4 deletions
diff --git a/History-Types.rdoc b/History-Types.rdoc
index 286cd7ee9d..aad84ebb1c 100644
--- a/History-Types.rdoc
+++ b/History-Types.rdoc
@@ -1,6 +1,6 @@
= MIME Types Changes by Version
-== 2.3 / 2014-05-DD
+== 2.3 / 2014-05-23
* Updated the IANA media registry entries as of release date.
* Several MIME types had additional metadata added on the most recent import.
diff --git a/History.rdoc b/History.rdoc
index c6e0f2e503..95600cb901 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,4 +1,4 @@
-== 2.3 / 2014-05-DD
+== 2.3 / 2014-05-23
* Bugs:
* Fixed a bug in <tt>MIME::Types#type_for</tt> where type specifications that
diff --git a/mime-types.gemspec b/mime-types.gemspec
index 25b597df69..1e54c2a74e 100644
--- a/mime-types.gemspec
+++ b/mime-types.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Austin Ziegler"]
- s.date = "2014-05-21"
+ s.date = "2014-05-23"
s.description = "The mime-types library provides a library and registry for information about\nMIME content type definitions. It can be used to determine defined filename\nextensions for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nMIME content types are used in MIME-compliant communications, as in e-mail or\nHTTP traffic, to indicate the type of content which is transmitted. The\nmime-types library provides the ability for detailed information about MIME\nentities (provided as an enumerable collection of MIME::Type objects) to be\ndetermined and used programmatically. There are many types defined by RFCs and\nvendors, so the list is long but by definition incomplete; don't hesitate to to\nadd additional type definitions (see Contributing.rdoc). The primary sources\nfor MIME type definitions found in mime-types is the IANA collection of\nregistrations (see below for the link), RFCs, and W3C recommendations.\n\nThis is release 2.2, mostly changing how the MIME type registry is updated from\nthe IANA registry (the format of which was incompatibly changed shortly before\nthis release) and taking advantage of the extra data available from IANA\nregistry in the form of MIME::Type#xrefs. In addition, the {LTSW\nlist}[http://www.ltsw.se/knbase/internet/mime.htp] has been dropped as a\nsupported list.\n\nAs a reminder, mime-types 2.x is no longer compatible with Ruby 1.8 and\nmime-types 1.x is only being maintained for security issues. No new MIME types\nor features will be added.\n\nmime-types (previously called MIME::Types for Ruby) was originally based on\nMIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. It is built to\nconform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA Media\nTypes registry}[https://www.iana.org/assignments/media-types/media-types.xhtml]\nwith some types added by the users of mime-types."
s.email = ["halostatue@gmail.com"]
s.extra_rdoc_files = ["Contributing.rdoc", "History-Types.rdoc", "History.rdoc", "Licence.rdoc", "Manifest.txt", "README.rdoc", "docs/COPYING.txt", "docs/artistic.txt", "Contributing.rdoc", "History-Types.rdoc", "History.rdoc", "Licence.rdoc", "README.rdoc"]
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT", "Artistic 2.0", "GPL-2"]
s.rdoc_options = ["--main", "README.rdoc"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
- s.rubygems_version = "2.2.2"
+ s.rubygems_version = "2.2.1"
s.summary = "The mime-types library provides a library and registry for information about MIME content type definitions"
s.test_files = ["test/test_mime_type.rb", "test/test_mime_types.rb", "test/test_mime_types_cache.rb", "test/test_mime_types_class.rb", "test/test_mime_types_lazy.rb", "test/test_mime_types_loader.rb"]