fcgi 0.9.2 → 0.9.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be3a36a6ec0bff57b024aee3540e6c5dd755e314
4
- data.tar.gz: 3a6f6137b7012ba0a429a67247c682a933167950
3
+ metadata.gz: 1387d847e81c0bee272b0fae6c040e24503147b8
4
+ data.tar.gz: 71dbe8e5af257cee1c73d0bebc286dc7af86439d
5
5
  SHA512:
6
- metadata.gz: a3b52ffbf272b3401bfe5f3fb0a0213d730c69eb971ec790144dff1517c157e63aa23c336e6b849749637d0d14cb9f1e69d1b465937295c54505df956866f2cc
7
- data.tar.gz: 951c84b5af5de03c78e464f90a4974b537edc68ab020f1ec4a75e879e7413abb657c1ae6e033a74ecfdb788e5f4f2528bae6461114489bce3418fc5a60c745bd
6
+ metadata.gz: a2009fff645f8571a4d4e71085b021defab6bc3e7073305fc3d3b08c9ed00261b9e050568df5bcabc93bcebd03dbfa98fb58d8e2055b7c87c57fcf762c638b20
7
+ data.tar.gz: fec23575158c5bb3d68c7c483ba27eb6493b97f571c2117213f9a99ec992f80c334b662038252b8e22d5fa8785e9690393cacac55376f1798b993ec368fc647c
@@ -1,6 +1,6 @@
1
1
  = fcgi - The New generation of FastCGI library for Ruby.
2
2
 
3
- Version 0.9.2
3
+ Version 0.9.2.1
4
4
 
5
5
  == Depends
6
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.2
1
+ 0.9.2.1
@@ -2,6 +2,7 @@
2
2
  * fcgi.c
3
3
  * Copyright (C) 1998-1999 Network Applied Communication Laboratory, Inc.
4
4
  * Copyright (C) 2002-2006 MoonWolf <moonwolf@moonwolf.com>
5
+ * Copyright (C) 2012-2014 mva <mva@mva.name>
5
6
  */
6
7
 
7
8
  #include <stdio.h>
@@ -1,9 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{fcgi}
3
- s.version = "0.9.2"
3
+ s.version = "0.9.2.1"
4
+ s.license = "MIT"
4
5
 
5
6
  s.authors = [%q{mva}]
6
- s.date = %q{2013-02-20}
7
+ s.date = %q{2013-09-30}
7
8
  s.description = %q{FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This version aims to be compatible with both 1.8.x and 1.9.x versions of Ruby, and also will be ported to 2.0.x.}
8
9
  s.email = %q{mva@mva.name}
9
10
  s.extensions = [%q{ext/fcgi/extconf.rb}]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcgi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-02-20 00:00:00.000000000 Z
11
+ date: 2013-09-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: FastCGI is a language independent, scalable, open extension to CGI that
14
14
  provides high performance without the limitations of server specific APIs. This
@@ -36,7 +36,8 @@ files:
36
36
  - test/helper.rb
37
37
  - test/test_fcgi.rb
38
38
  homepage: http://github.com/alphallc/ruby-fcgi-ng
39
- licenses: []
39
+ licenses:
40
+ - MIT
40
41
  metadata: {}
41
42
  post_install_message:
42
43
  rdoc_options: