ftw 0.0.28 → 0.0.29

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 +26 -26
data/lib/ftw/version.rb CHANGED
@@ -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.28"
6
+ VERSION = "0.0.29"
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.28
4
+ version: 0.0.29
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: 2013-04-02 00:00:00.000000000 Z
12
+ date: 2013-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cabin
@@ -48,17 +48,17 @@ dependencies:
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements:
51
- - - ~>
51
+ - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
- version: 2.3.2
53
+ version: '0'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  none: false
58
58
  requirements:
59
- - - ~>
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
- version: 2.3.2
61
+ version: '0'
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: backports
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -100,39 +100,39 @@ extensions: []
100
100
  extra_rdoc_files: []
101
101
  files:
102
102
  - lib/ftw.rb
103
- - lib/rack/handler/ftw.rb
103
+ - lib/ftw/agent.rb
104
+ - lib/ftw/agent/configuration.rb
104
105
  - lib/ftw/cacert.pem
106
+ - lib/ftw/connection.rb
107
+ - lib/ftw/cookies.rb
105
108
  - lib/ftw/crlf.rb
106
- - lib/ftw/singleton.rb
107
- - lib/ftw/dns/hash.rb
109
+ - lib/ftw/dns.rb
108
110
  - lib/ftw/dns/dns.rb
111
+ - lib/ftw/dns/hash.rb
112
+ - lib/ftw/http/headers.rb
113
+ - lib/ftw/http/message.rb
114
+ - lib/ftw/namespace.rb
115
+ - lib/ftw/pool.rb
109
116
  - lib/ftw/poolable.rb
110
117
  - lib/ftw/protocol.rb
111
- - lib/ftw/namespace.rb
112
- - lib/ftw/cookies.rb
113
- - lib/ftw/agent.rb
118
+ - lib/ftw/request.rb
119
+ - lib/ftw/response.rb
120
+ - lib/ftw/server.rb
121
+ - lib/ftw/singleton.rb
122
+ - lib/ftw/webserver.rb
123
+ - lib/ftw/websocket.rb
124
+ - lib/ftw/websocket/constants.rb
114
125
  - lib/ftw/websocket/parser.rb
115
126
  - lib/ftw/websocket/rack.rb
116
- - lib/ftw/websocket/constants.rb
117
127
  - lib/ftw/websocket/writer.rb
118
- - lib/ftw/websocket.rb
119
- - lib/ftw/http/headers.rb
120
- - lib/ftw/http/message.rb
121
- - lib/ftw/dns.rb
122
- - lib/ftw/server.rb
123
128
  - lib/ftw/version.rb
124
- - lib/ftw/agent/configuration.rb
125
- - lib/ftw/request.rb
126
- - lib/ftw/response.rb
127
- - lib/ftw/pool.rb
128
- - lib/ftw/webserver.rb
129
- - lib/ftw/connection.rb
130
- - test/docs.rb
129
+ - lib/rack/handler/ftw.rb
131
130
  - test/all.rb
131
+ - test/docs.rb
132
132
  - test/ftw/crlf.rb
133
- - test/ftw/singleton.rb
134
133
  - test/ftw/http/dns.rb
135
134
  - test/ftw/http/headers.rb
135
+ - test/ftw/singleton.rb
136
136
  - test/testing.rb
137
137
  - README.md
138
138
  homepage: http://github.com/jordansissel/ruby-ftw