llhttp 0.0.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LLHttp
4
- VERSION = "0.0.1"
4
+ VERSION = "0.3.0"
5
5
 
6
+ # [public] LLHttp's current version.
7
+ #
6
8
  def self.version
7
9
  VERSION
8
10
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llhttp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Powell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-11 00:00:00.000000000 Z
11
+ date: 2021-05-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for llhttp.
14
- email: bryan@bryanp.org
14
+ email: bryan@metabahn.com
15
15
  executables: []
16
16
  extensions:
17
17
  - ext/llhttp/extconf.rb
@@ -20,16 +20,20 @@ files:
20
20
  - CHANGELOG.md
21
21
  - LICENSE
22
22
  - README.md
23
+ - ext/llhttp/api.c
23
24
  - ext/llhttp/extconf.rb
25
+ - ext/llhttp/http.c
26
+ - ext/llhttp/llhttp.c
27
+ - ext/llhttp/llhttp.h
28
+ - ext/llhttp/llhttp_ext.c
24
29
  - lib/llhttp.rb
25
30
  - lib/llhttp/delegate.rb
26
31
  - lib/llhttp/error.rb
27
- - lib/llhttp/llhttp_ext.bundle
28
32
  - lib/llhttp/parser.rb
29
33
  - lib/llhttp/version.rb
30
- homepage: https://metabahn.com/code/llhttp
34
+ homepage: https://github.com/metabahn/llhttp/
31
35
  licenses:
32
- - MIT
36
+ - MPL-2.0
33
37
  metadata: {}
34
38
  post_install_message:
35
39
  rdoc_options: []
@@ -39,14 +43,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
43
  requirements:
40
44
  - - ">="
41
45
  - !ruby/object:Gem::Version
42
- version: 2.5.0
46
+ version: 2.6.7
43
47
  required_rubygems_version: !ruby/object:Gem::Requirement
44
48
  requirements:
45
49
  - - ">="
46
50
  - !ruby/object:Gem::Version
47
51
  version: '0'
48
52
  requirements: []
49
- rubygems_version: 3.1.2
53
+ rubygems_version: 3.2.15
50
54
  signing_key:
51
55
  specification_version: 4
52
56
  summary: Ruby bindings for llhttp.
Binary file