unicorn 5.3.0 → 5.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/GIT-VERSION-GEN +1 -1
- data/ext/unicorn_http/unicorn_http.rl +1 -1
- data/unicorn.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cae827cc4674fdbfd9291caf3037f0fe4a5e67b7
|
4
|
+
data.tar.gz: e6518f02407def59575f3efb01a54019e0fdcab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a9bd5f4dacb2aa56002b9899d1725bdfc124def5b9287ff464b3ed0e47785db1aa14b52757173d990972ad5a3a4afc44e37f052f7ef8ac92ae7fac0daa3645d
|
7
|
+
data.tar.gz: da9be558581cb34ee8b8c81bdcfcd659dc5e26d0cc42aa291ced5749ea07cbfe14fdce7a2fbfd43339990331e9c58e346d0129ea035c817ff59c8825d34f5645
|
data/GIT-VERSION-GEN
CHANGED
@@ -921,6 +921,7 @@ void Init_unicorn_http(void)
|
|
921
921
|
VALUE mUnicorn, cHttpParser;
|
922
922
|
|
923
923
|
mark_ary = rb_ary_new();
|
924
|
+
rb_global_variable(&mark_ary);
|
924
925
|
mUnicorn = rb_define_module("Unicorn");
|
925
926
|
cHttpParser = rb_define_class_under(mUnicorn, "HttpParser", rb_cObject);
|
926
927
|
eHttpParserError =
|
@@ -976,7 +977,6 @@ void Init_unicorn_http(void)
|
|
976
977
|
init_unicorn_httpdate(mark_ary);
|
977
978
|
|
978
979
|
OBJ_FREEZE(mark_ary);
|
979
|
-
rb_global_variable(&mark_ary);
|
980
980
|
|
981
981
|
#ifndef HAVE_RB_HASH_CLEAR
|
982
982
|
id_clear = rb_intern("clear");
|
data/unicorn.gemspec
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
Gem::Specification.new do |s|
|
13
13
|
s.name = %q{unicorn}
|
14
|
-
s.version = (ENV['VERSION'] || '5.3.
|
14
|
+
s.version = (ENV['VERSION'] || '5.3.1').dup
|
15
15
|
s.authors = ['unicorn hackers']
|
16
16
|
s.summary = 'Rack HTTP server for fast clients and Unix'
|
17
17
|
s.description = File.read('README').split("\n\n")[1]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unicorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.3.
|
4
|
+
version: 5.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- unicorn hackers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
288
288
|
version: '0'
|
289
289
|
requirements: []
|
290
290
|
rubyforge_project:
|
291
|
-
rubygems_version: 2.6.
|
291
|
+
rubygems_version: 2.6.13
|
292
292
|
signing_key:
|
293
293
|
specification_version: 4
|
294
294
|
summary: Rack HTTP server for fast clients and Unix
|