ftw 0.0.22 → 0.0.23
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.
- data/lib/ftw/version.rb +1 -1
- metadata +22 -22
data/lib/ftw/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ftw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.23
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -64,7 +64,7 @@ dependencies:
|
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
65
65
|
none: false
|
|
66
66
|
requirements:
|
|
67
|
-
- -
|
|
67
|
+
- - ~>
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: 2.2.6
|
|
70
70
|
type: :runtime
|
|
@@ -72,7 +72,7 @@ dependencies:
|
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
none: false
|
|
74
74
|
requirements:
|
|
75
|
-
- -
|
|
75
|
+
- - ~>
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: 2.2.6
|
|
78
78
|
- !ruby/object:Gem::Dependency
|
|
@@ -117,39 +117,39 @@ extra_rdoc_files: []
|
|
|
117
117
|
files:
|
|
118
118
|
- lib/rack/handler/ftw.rb
|
|
119
119
|
- lib/ftw.rb
|
|
120
|
+
- lib/ftw/connection.rb
|
|
120
121
|
- lib/ftw/dns.rb
|
|
121
|
-
- lib/ftw/
|
|
122
|
-
- lib/ftw/websocket/rack.rb
|
|
123
|
-
- lib/ftw/websocket/writer.rb
|
|
124
|
-
- lib/ftw/websocket/parser.rb
|
|
125
|
-
- lib/ftw/websocket/constants.rb
|
|
122
|
+
- lib/ftw/agent/configuration.rb
|
|
126
123
|
- lib/ftw/poolable.rb
|
|
127
|
-
- lib/ftw/connection.rb
|
|
128
|
-
- lib/ftw/version.rb
|
|
129
|
-
- lib/ftw/agent.rb
|
|
130
|
-
- lib/ftw/pool.rb
|
|
131
|
-
- lib/ftw/server.rb
|
|
132
124
|
- lib/ftw/websocket.rb
|
|
133
|
-
- lib/ftw/
|
|
134
|
-
- lib/ftw/
|
|
135
|
-
- lib/ftw/agent/configuration.rb
|
|
125
|
+
- lib/ftw/pool.rb
|
|
126
|
+
- lib/ftw/namespace.rb
|
|
136
127
|
- lib/ftw/request.rb
|
|
137
|
-
- lib/ftw/
|
|
128
|
+
- lib/ftw/server.rb
|
|
129
|
+
- lib/ftw/websocket/parser.rb
|
|
130
|
+
- lib/ftw/websocket/writer.rb
|
|
131
|
+
- lib/ftw/websocket/rack.rb
|
|
132
|
+
- lib/ftw/websocket/constants.rb
|
|
133
|
+
- lib/ftw/cacert.pem
|
|
138
134
|
- lib/ftw/response.rb
|
|
139
|
-
- lib/ftw/
|
|
135
|
+
- lib/ftw/webserver.rb
|
|
136
|
+
- lib/ftw/agent.rb
|
|
137
|
+
- lib/ftw/version.rb
|
|
140
138
|
- lib/ftw/dns/dns.rb
|
|
141
139
|
- lib/ftw/dns/hash.rb
|
|
140
|
+
- lib/ftw/protocol.rb
|
|
141
|
+
- lib/ftw/http/message.rb
|
|
142
|
+
- lib/ftw/http/headers.rb
|
|
142
143
|
- lib/ftw/cookies.rb
|
|
143
144
|
- lib/ftw/singleton.rb
|
|
144
145
|
- lib/ftw/crlf.rb
|
|
145
|
-
- lib/ftw/webserver.rb
|
|
146
|
-
- test/testing.rb
|
|
147
146
|
- test/docs.rb
|
|
147
|
+
- test/all.rb
|
|
148
|
+
- test/testing.rb
|
|
148
149
|
- test/ftw/http/dns.rb
|
|
149
150
|
- test/ftw/http/headers.rb
|
|
150
151
|
- test/ftw/singleton.rb
|
|
151
152
|
- test/ftw/crlf.rb
|
|
152
|
-
- test/all.rb
|
|
153
153
|
- README.md
|
|
154
154
|
homepage: http://github.com/jordansissel/ruby-ftw
|
|
155
155
|
licenses:
|