yahns 0.0.0TP1 → 0.0.0
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 +4 -4
- data/GIT-VERSION-GEN +1 -1
- data/README +11 -3
- data/lib/yahns/tmpio.rb +0 -2
- data/yahns.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e34f2f1a085c816144583ee7e457ae3f3225b1cc
|
4
|
+
data.tar.gz: 4e8ade4e659196c6d3ac44f3f5985b07c649b10c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66a99f3af39793a249cb5efb09c11da88d883548568a9af6c6f2750befd16a6441e42f434012215adb9294500730aa5b0df8d51d2db6a8ad7efe47cd729e23aa
|
7
|
+
data.tar.gz: e1248978eaa6256c779d780d1f0ae4e01652c9435bc124d20d1f6c23b0cfc158357bd8e4df836c77b8935818d0d4825400e0b0928bfead879bad71349654ce6b
|
data/GIT-VERSION-GEN
CHANGED
data/README
CHANGED
@@ -43,9 +43,17 @@ Contact
|
|
43
43
|
|
44
44
|
We are happy to see feedback of all types via plain-text email.
|
45
45
|
Please send comments, user/dev discussion, patches, bug reports,
|
46
|
-
and pull requests to
|
46
|
+
and pull requests to the public mailing list at:
|
47
47
|
|
48
|
-
|
48
|
+
yahns-public@rubyforge.org
|
49
|
+
|
50
|
+
No subscription is necessary to post. Please Cc: all recipients as
|
51
|
+
subscription is not necessary.
|
52
|
+
|
53
|
+
You may subscribe by sending a request to:
|
54
|
+
|
55
|
+
yahns-public-request@rubyforge.org
|
56
|
+
with the Subject line: "subscribe"
|
49
57
|
|
50
58
|
This README is our homepage, we would rather be working on HTTP servers
|
51
59
|
all day than worrying about the next browser vulnerability because
|
@@ -59,7 +67,7 @@ Hacking
|
|
59
67
|
We use git and follow the same development model as git itself
|
60
68
|
(mailing list-oriented, benevolent dictator).
|
61
69
|
|
62
|
-
git clone git://
|
70
|
+
git clone git://yhbt.net/yahns
|
63
71
|
|
64
72
|
Please use git-format-patch(1) and git-send-email(1) distributed with
|
65
73
|
the git(7) suite for generating and sending patches. Please format
|
data/lib/yahns/tmpio.rb
CHANGED
data/yahns.gemspec
CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
4
4
|
manifest = File.read('.gem-manifest').split(/\n/)
|
5
5
|
s.name = %q{yahns}
|
6
6
|
s.version = ENV["VERSION"]
|
7
|
-
s.authors = ["
|
7
|
+
s.authors = ["yahns hackers"]
|
8
8
|
s.summary = "sleepy, multi-threaded, non-blocking application server"
|
9
9
|
s.description = File.read("README").split(/\n\n/)[1].strip
|
10
10
|
s.email = %q{yahns@yhbt.net}
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yahns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- yahns hackers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -153,12 +153,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
153
153
|
version: '0'
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
155
|
requirements:
|
156
|
-
- - '
|
156
|
+
- - '>='
|
157
157
|
- !ruby/object:Gem::Version
|
158
|
-
version:
|
158
|
+
version: '0'
|
159
159
|
requirements: []
|
160
160
|
rubyforge_project:
|
161
|
-
rubygems_version: 2.1.
|
161
|
+
rubygems_version: 2.1.9
|
162
162
|
signing_key:
|
163
163
|
specification_version: 4
|
164
164
|
summary: sleepy, multi-threaded, non-blocking application server
|