From beed92cef1f304c967f53314f4668e787fd85128 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 12 Aug 2018 21:45:08 -0400 Subject: Finalize 3.2.2 hotfix --- mime-types.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mime-types.gemspec') diff --git a/mime-types.gemspec b/mime-types.gemspec index aca1631..c1d8625 100644 --- a/mime-types.gemspec +++ b/mime-types.gemspec @@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- -# stub: mime-types 3.2.1 ruby lib +# stub: mime-types 3.2.2 ruby lib Gem::Specification.new do |s| s.name = "mime-types".freeze - s.version = "3.2.1" + s.version = "3.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Austin Ziegler".freeze] - s.date = "2018-08-12" + s.date = "2018-08-13" 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\nVersion 3.0 is a major release that requires Ruby 2.0 compatibility and removes\ndeprecated functions. The columnar registry format introduced in 2.6 has been\nmade the primary format; the registry data has been extracted from this library\nand put into {mime-types-data}[https://github.com/mime-types/mime-types-data].\nAdditionally, mime-types is now licensed exclusively under the MIT licence and\nthere is a code of conduct in effect. There are a number of other smaller\nchanges described in the History file.".freeze s.email = ["halostatue@gmail.com".freeze] s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.rdoc".freeze] -- cgit v1.2.1