yahns 0.0.0TP1 → 0.0.0

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: cdb96800abb83c4a805c10b9a1b04cc3115f8265
4
- data.tar.gz: 7aa6ae04f0e386ed0a2c4c74897ec65d0af45cf1
3
+ metadata.gz: e34f2f1a085c816144583ee7e457ae3f3225b1cc
4
+ data.tar.gz: 4e8ade4e659196c6d3ac44f3f5985b07c649b10c
5
5
  SHA512:
6
- metadata.gz: 059bc5465427921b5298c4d543b30700da5fdb52b44dbef1e42ba571ad2dd261d743c3b04e792267a5d4d78eeb89d4cbde60bcc20f3c6149edbb33f61c708982
7
- data.tar.gz: 705de9bcb291556c60523ac3434a09a4abab2cd333504298960922e3ceb040ae6e576ea8ce4b514a9aafbaf993595738adc204156945dc4c1a182994a7474755
6
+ metadata.gz: 66a99f3af39793a249cb5efb09c11da88d883548568a9af6c6f2750befd16a6441e42f434012215adb9294500730aa5b0df8d51d2db6a8ad7efe47cd729e23aa
7
+ data.tar.gz: e1248978eaa6256c779d780d1f0ae4e01652c9435bc124d20d1f6c23b0cfc158357bd8e4df836c77b8935818d0d4825400e0b0928bfead879bad71349654ce6b
data/GIT-VERSION-GEN CHANGED
@@ -4,7 +4,7 @@
4
4
  CONSTANT = "Yahns::VERSION"
5
5
  RVF = "lib/yahns/version.rb"
6
6
  GVF = "GIT-VERSION-FILE"
7
- DEF_VER = "v0.0.0TP1"
7
+ DEF_VER = "v0.0.0"
8
8
  vn = DEF_VER
9
9
 
10
10
  # First see if there is a version file (included in release tarballs),
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 Eric Wong at: normalperson@yhbt.net
46
+ and pull requests to the public mailing list at:
47
47
 
48
- Public mailing list coming soon.
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://yahns.yhbt.net/yahns
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
@@ -22,6 +22,4 @@ class Yahns::TmpIO < File # :nodoc:
22
22
  fp.sync = true
23
23
  fp
24
24
  end
25
-
26
- alias discard close
27
25
  end
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 = ["#{name} hackers"]
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.0TP1
4
+ version: 0.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Gem::Specification hackers
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: 1.3.1
158
+ version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.1.3
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