protocol-multipart 0.5.0 → 0.6.0

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: 6a837f15946884597a70197efe8b11ecb4826bdb7c504eee9a60fe1b1d6e0666
4
- data.tar.gz: 0c0c373cddf15634d278db2dc3ab8fea3db9055712d719356c4507ea68c2022c
3
+ metadata.gz: fa90f615454830d99794083234b6004921aba4eaa2846c6977fa4e871fbba1f8
4
+ data.tar.gz: 1aac98c2b5492345559aa76abd036ae30055e6a614e42a04936e0852649ad519
5
5
  SHA512:
6
- metadata.gz: '039281289f4c94fca34ba72ad62d58be53fba69571f355e6f5ceb1c01580900d8bbc7470ca167866c336f357d6568dfc8b2c63b766c1aed1dd0fd69b2b2d039d'
7
- data.tar.gz: 821046db0d9fdbb001dc4dbcace537bdbbf5d04b80d0916643787f04741c53cbf5ba8bbb78b0a022cc19fbf43c9b81eb5639aaced247c06c4d2a864247d1efef
6
+ metadata.gz: 0234a8d2cd90bdb27d77136d7decdb2f841090590dec28ca4b8e4d43eb729bd7f79dfa386bcf93a83ee401450c6add28743aa95ed2fa8261bcfc50cd9d3b7fbb
7
+ data.tar.gz: 5a04aaec79f48cc4c9e3dcf0ead6517b10c1aa74f084d5f5ec3c5d31e1b9b2856400ac305091bda7ec87596eccc6320b0eee0f69322eb17fcb7d9c8ae3e51922
checksums.yaml.gz.sig CHANGED
Binary file
@@ -12,7 +12,7 @@ module Protocol
12
12
  class FormData
13
13
  # A configurable parser for `multipart/form-data` bodies.
14
14
  class Parser
15
- CONTENT_TYPE = "multipart/form-data"
15
+ MEDIA_TYPE = "multipart/form-data"
16
16
 
17
17
  # Initialize the form data parser.
18
18
  # @parameter field_size_limit [Integer | Nil] The buffered field size limit.
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Protocol
7
7
  module Multipart
8
- VERSION = "0.5.0"
8
+ VERSION = "0.6.0"
9
9
  end
10
10
  end
data/readme.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  Please see the [project releases](https://socketry.github.io/protocol-multipart/releases/index) for all releases.
8
8
 
9
+ ### v0.6.0
10
+
11
+ - Rename `Protocol::Multipart::FormData::Parser::CONTENT_TYPE` to `MEDIA_TYPE`.
12
+
9
13
  ### v0.5.0
10
14
 
11
15
  - Add `Protocol::Multipart::LimitError` for configured processing limits.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.6.0
4
+
5
+ - Rename `Protocol::Multipart::FormData::Parser::CONTENT_TYPE` to `MEDIA_TYPE`.
6
+
3
7
  ## v0.5.0
4
8
 
5
9
  - Add `Protocol::Multipart::LimitError` for configured processing limits.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protocol-multipart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file