thin 2.0.0 → 2.0.1

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: 6dcf6eaa16df95d8f4d44a6643a70b83dee8c02e04329d8ba545401893cea29c
4
- data.tar.gz: 6bd95facde96eb0d1e773ac19921198c41420380f0842f10e78cf638159e05e5
3
+ metadata.gz: 585c9d1004e2b89c83cd2c19eeb6fb2008de2f3d8e60fe716c607831f8ec30d8
4
+ data.tar.gz: 987b113621abee8a809f531668308421bdebd0b2233cfd10a87577ad0ff6e163
5
5
  SHA512:
6
- metadata.gz: 9c0c25ff5dceaafb07385cd6b145efe34dbd2998bfeade8332cc2f52b3e066a690542f2d915b9cad2c56f30d8ead216278605e30de7aef11ffec6a59488925d3
7
- data.tar.gz: 35ef7752930404686039ee18d896418f963b53bc8a1908d30c54c4222722f92fbb70cfc5865933b6237316c0dcd94913b6bf9e799c5208ccb095659a42fdcc80
6
+ metadata.gz: 0bd441d790ccf3b1221f8cf3b5076d29d88afb21e44bb3d95a3c189f651ba61fadc2ce7fec4196ab979935ac197cdfa4801f079a30dfe910e5967172e515c9a5
7
+ data.tar.gz: 792072cad2f63070ceca9e44ba5c67ef32aff3400bd2b5d016fdcd2d20f39021b5ad6d87868bab11a03c48e4504a8240002214c85c089381754a1728bf0d0c3a
data/README.md CHANGED
@@ -71,7 +71,9 @@ tag: a-name-to-show-up-in-ps aux
71
71
 
72
72
  ## License
73
73
 
74
- Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.
74
+ Copyright, 2007-2025, by Marc-Andre Cournoyer and other contributors.
75
+
76
+ Released under the Ruby License, the 2-clause BSDL and the GNU General Public License (GPL) version 2 (or later). You can redistribute it and/or modify it under the terms of any of these licenses.
75
77
 
76
78
  ## Credits
77
79
 
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require_relative "../server"
4
+
3
5
  module Thin
4
6
  module Rackup
5
7
  class Handler
data/lib/thin/version.rb CHANGED
@@ -3,7 +3,7 @@ module Thin
3
3
  # current platform.
4
4
  class PlatformNotSupported < RuntimeError; end
5
5
 
6
- VERSION = "2.0.0"
6
+ VERSION = "2.0.1"
7
7
  CODENAME = "Thinception".freeze
8
8
 
9
9
  NAME = 'thin'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc-Andre Cournoyer
@@ -144,7 +144,7 @@ files:
144
144
  - lib/thin/version.rb
145
145
  homepage: https://github.com/macournoyer/thin
146
146
  licenses:
147
- - GPL-2.0+
147
+ - GPL-2.0-or-later
148
148
  - Ruby
149
149
  metadata:
150
150
  source_code_uri: https://github.com/macournoyer/thin