jun-puma 1.0.2-java → 1.0.3-java

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jun-puma
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Evan Phoenix
@@ -9,24 +9,10 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-10-11 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - "~>"
17
- - !ruby/object:Gem::Version
18
- version: '2.0'
19
- name: nio4r
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '2.0'
27
- description: Puma is a simple, fast, threaded, and highly parallel HTTP 1.1 server
12
+ dependencies: []
13
+ description: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
28
14
  for Ruby/Rack applications. Puma is intended for use in both development and production
29
- environments. It's great for highly parallel Ruby implementations such as Rubinius
15
+ environments. It's great for highly concurrent Ruby implementations such as Rubinius
30
16
  and JRuby as well as as providing process worker support to support CRuby well.
31
17
  email:
32
18
  - evan@phx.io
@@ -43,15 +29,11 @@ files:
43
29
  - bin/pumactl
44
30
  - ext/puma_http11/extconf.rb
45
31
  - lib/puma/puma_http11.jar
46
- homepage: https://puma.io
32
+ homepage: http://puma.io
47
33
  licenses:
48
34
  - BSD-3-Clause
49
35
  metadata:
50
- bug_tracker_uri: https://github.com/puma/puma/issues
51
- changelog_uri: https://github.com/puma/puma/blob/master/History.md
52
- homepage_uri: https://puma.io
53
- source_code_uri: https://github.com/puma/puma
54
- rubygems_mfa_required: 'true'
36
+ msys2_mingw_dependencies: openssl
55
37
  post_install_message:
56
38
  rdoc_options: []
57
39
  require_paths:
@@ -60,16 +42,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
42
  requirements:
61
43
  - - ">="
62
44
  - !ruby/object:Gem::Version
63
- version: '2.4'
45
+ version: '2.2'
64
46
  required_rubygems_version: !ruby/object:Gem::Requirement
65
47
  requirements:
66
48
  - - ">="
67
49
  - !ruby/object:Gem::Version
68
50
  version: '0'
69
51
  requirements: []
70
- rubygems_version: 3.3.26
52
+ rubygems_version: 3.1.6
71
53
  signing_key:
72
54
  specification_version: 4
73
- summary: Puma is a simple, fast, threaded, and highly parallel HTTP 1.1 server for
55
+ summary: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
74
56
  Ruby/Rack applications
75
57
  test_files: []