protocol-url 0.9.0 → 0.10.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: 251219144c71f40dba05ef7ad726a20b17c94beb55733317a9378e000528575b
4
- data.tar.gz: 81be14b9dd98770859406b28a658604ea356791173c4d352d52487735364dafe
3
+ metadata.gz: 7aeaada96a9b666006635d0589aefee1a0bbd4b0df7787a40a6c5d40faeb87f1
4
+ data.tar.gz: 3bb9157f29504fd386b9da7730ad0e346371488a2cd440525ab501a5127d62e4
5
5
  SHA512:
6
- metadata.gz: 48b8dcae7d84dacf3bb49ce45b84d308dd2c7f0377b97e84f4d9530d4a2467d04b16a76186b3859c8fc3052da50117b197dc6a5ebc503a2568126255c234c43c
7
- data.tar.gz: 85c632aa585bec3155f294becdee9e904b8f424bab0ef95944c15e563c7e6a5ec2a26ad8a0941ad198ce50a65fec43c84187f76dc596c6dc4bbbd879dcef7b8d
6
+ metadata.gz: 82707be363eedcc58a739f62acdca6b5b611f8a5e7e36992a2db6b48fdc2c950d7f0b72ebb38bd05cecee8fbeb42453cdb49a6be2a921053169a0bf633a998a7
7
+ data.tar.gz: 808c99891a07593694ce6ab7542986ef7c95d53d4882c4efef79aec34fb35812824e4c69b7ce11e9fe44fa971f0ee8765408f2997db7e4f9fca25d497f314ece
checksums.yaml.gz.sig CHANGED
Binary file
@@ -12,7 +12,7 @@ module Protocol
12
12
  module FormData
13
13
  # Incrementally parses `application/x-www-form-urlencoded` form data.
14
14
  class Parser
15
- CONTENT_TYPE = "application/x-www-form-urlencoded"
15
+ MEDIA_TYPE = "application/x-www-form-urlencoded"
16
16
 
17
17
  # The encoded body size limit.
18
18
  SIZE_LIMIT = 2 * 1024 * 1024
@@ -7,6 +7,6 @@
7
7
  module Protocol
8
8
  # @namespace
9
9
  module URL
10
- VERSION = "0.9.0"
10
+ VERSION = "0.10.0"
11
11
  end
12
12
  end
data/readme.md CHANGED
@@ -34,6 +34,10 @@ This project is best served by a collaborative and respectful environment. Treat
34
34
 
35
35
  Please see the [project releases](https://socketry.github.io/protocol-url/releases/index) for all releases.
36
36
 
37
+ ### v0.10.0
38
+
39
+ - Rename `Protocol::URL::FormData::Parser::CONTENT_TYPE` to `MEDIA_TYPE`.
40
+
37
41
  ### v0.9.0
38
42
 
39
43
  - Add `Protocol::URL::LimitError` for configured processing limits.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.10.0
4
+
5
+ - Rename `Protocol::URL::FormData::Parser::CONTENT_TYPE` to `MEDIA_TYPE`.
6
+
3
7
  ## v0.9.0
4
8
 
5
9
  - Add `Protocol::URL::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-url
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file