mime-types 2.99 → 2.99.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ class MIME::Type
53
53
  end
54
54
 
55
55
  # The released version of the mime-types library.
56
- VERSION = '2.99'
56
+ VERSION = '2.99.1'
57
57
 
58
58
  include Comparable
59
59
 
@@ -6,7 +6,6 @@ require 'fileutils'
6
6
  gem 'minitest'
7
7
  require 'fivemat/minitest/autorun'
8
8
  require 'minitest/focus'
9
- require 'minitest/rg'
10
9
 
11
10
  module Minitest::MIMEDeprecated
12
11
  def assert_deprecated name, message = 'and will be removed'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime-types
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.99'
4
+ version: 2.99.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2016-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -212,24 +212,24 @@ dependencies:
212
212
  requirements:
213
213
  - - "~>"
214
214
  - !ruby/object:Gem::Version
215
- version: '3.14'
215
+ version: '3.13'
216
216
  type: :development
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - "~>"
221
221
  - !ruby/object:Gem::Version
222
- version: '3.14'
222
+ version: '3.13'
223
223
  description: |-
224
224
  The mime-types library provides a library and registry for information about
225
225
  MIME content type definitions. It can be used to determine defined filename
226
226
  extensions for MIME types, or to use filename extensions to look up the likely
227
227
  MIME type definitions.
228
228
 
229
- This is release 2.99, the deprecation version of mime-types 2.x, where
230
- deprecation warnings are noisy and data that has been deprecated is now no
231
- longer available. The data is both dropped from the data files and is stubbed
232
- out as empty or +nil+ values as appropriate.
229
+ This is release 2.99.1, the first scheduled data update for mime-types 2.x. As
230
+ of mime-types 2.99. deprecation warnings are noisy and data that has been
231
+ deprecated is now no longer available. The data is both dropped from the data
232
+ files and is stubbed out as empty or +nil+ values as appropriate.
233
233
 
234
234
  mime-types-2.6 was the last version of mime-types 2.x with newly available
235
235
  features, and mime-types 2.99 will only receive quarterly updates to the IANA
@@ -309,8 +309,8 @@ files:
309
309
  homepage: https://github.com/mime-types/ruby-mime-types/
310
310
  licenses:
311
311
  - MIT
312
- - Artistic 2.0
313
- - GPL-2
312
+ - Artistic-2.0
313
+ - GPL-2.0
314
314
  metadata: {}
315
315
  post_install_message:
316
316
  rdoc_options:
@@ -330,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  requirements: []
332
332
  rubyforge_project:
333
- rubygems_version: 2.4.8
333
+ rubygems_version: 2.5.1
334
334
  signing_key:
335
335
  specification_version: 4
336
336
  summary: The mime-types library provides a library and registry for information about