mime-types 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdb4b5717fbcc056be60ca6acbc08a7c607c70844350473acf68aa4b6252e9e8
4
- data.tar.gz: b52eacc82336979cd8665abcbc7a9caf6e77834ed159c2232259c5035270a165
3
+ metadata.gz: 4341a1bdee1841367197d0f06ed6fcda8ee1fc3cd4347c6aa949fe942f247d2c
4
+ data.tar.gz: a7dd6d594e0029c2e6e4d8d342c3b8a46b94d05f2281cd30218a31fcbec8ec04
5
5
  SHA512:
6
- metadata.gz: 0defd9a40587347fd82255474660e0d0463001d3cbda11884775ccb0a8c026fbd5b204ffefbaf3596222760174301510b5b4dec33545a87bda0a46c528e70740
7
- data.tar.gz: 3498c00a5509138051422e425172b931e12ba0d77312fd7e79667607e7a1fe82c921f65e64abb6fdbb8278a3282a5d97db6cfced82293098c92138e26c7f2375
6
+ metadata.gz: 143d9bcc08f707d6e4cef9cee51d94581183ac6264180b261939215311368606fed8168832e96c7908f1926409c4d50c9a7d8216009070dda473aeb20465ba3e
7
+ data.tar.gz: 6e14198fc2b2c67c6b4f1e71d2f1f0442050ddec22f1be28533290badc01a7d3e8d5bc3e476f0af95c31c260171172d5bc777adee5fa30d2bb4838c2cc078d43
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 3.2.2 / 2018-08-12
2
+
3
+ * Hiroto Fukui removed a stray `debugger` statement that I had used in
4
+ producing v3.2.1. [#137][]
5
+
1
6
  ## 3.2.1 / 2018-08-12
2
7
 
3
8
  * A few bugs related to MIME::Types::Container and its use in the
@@ -197,6 +202,7 @@
197
202
  [#134]: https://github.com/mime-types/ruby-mime-types/issues/134
198
203
  [#135]: https://github.com/mime-types/ruby-mime-types/pull/135
199
204
  [#136]: https://github.com/mime-types/ruby-mime-types/issues/136
205
+ [#137]: https://github.com/mime-types/ruby-mime-types/pull/137
200
206
  [Code-of-Conduct.md]: Code-of-Conduct_md.html
201
207
  [Contributor Covenant]: http://contributor-covenant.org
202
208
  [mime-types-data]: https://github.com/mime-types/mime-types-data
@@ -57,7 +57,7 @@ class MIME::Type
57
57
  end
58
58
 
59
59
  # The released version of the mime-types library.
60
- VERSION = '3.2.1'
60
+ VERSION = '3.2.2'
61
61
 
62
62
  include Comparable
63
63
 
@@ -70,7 +70,6 @@ class MIME::Types::Container #:nodoc:
70
70
  end
71
71
 
72
72
  def encode_with(coder)
73
- debugger
74
73
  container.each { |k, v| coder[k] = v.to_a }
75
74
  end
76
75
 
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: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-12 00:00:00.000000000 Z
11
+ date: 2018-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types-data