iodine 0.7.23 → 0.7.24
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.
Potentially problematic release.
This version of iodine might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +22 -1
- data/ext/iodine/extconf.rb +22 -7
- data/ext/iodine/fio.c +239 -292
- data/ext/iodine/fio.h +9 -0
- data/ext/iodine/hpack.h +1775 -0
- data/lib/iodine/version.rb +1 -1
- metadata +4 -3
data/lib/iodine/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iodine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boaz Segev
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -161,6 +161,7 @@ files:
|
|
161
161
|
- ext/iodine/fiobj_str.h
|
162
162
|
- ext/iodine/fiobject.c
|
163
163
|
- ext/iodine/fiobject.h
|
164
|
+
- ext/iodine/hpack.h
|
164
165
|
- ext/iodine/http.c
|
165
166
|
- ext/iodine/http.h
|
166
167
|
- ext/iodine/http1.c
|
@@ -220,7 +221,7 @@ licenses:
|
|
220
221
|
- MIT
|
221
222
|
metadata:
|
222
223
|
allowed_push_host: https://rubygems.org
|
223
|
-
post_install_message: 'Thank you for installing Iodine 0.7.
|
224
|
+
post_install_message: 'Thank you for installing Iodine 0.7.24.
|
224
225
|
|
225
226
|
'
|
226
227
|
rdoc_options: []
|