ftw 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ftw/version.rb +1 -1
  2. metadata +22 -22
@@ -3,5 +3,5 @@ require "ftw/namespace"
3
3
  # :nodoc:
4
4
  module FTW
5
5
  # The version of this library
6
- VERSION = "0.0.22"
6
+ VERSION = "0.0.23"
7
7
  end
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.22
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-10-29 00:00:00.000000000 Z
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/cacert.pem
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/http/message.rb
134
- - lib/ftw/http/headers.rb
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/protocol.rb
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/namespace.rb
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: