net-ptth 0.0.15 → 0.0.16

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- net-ptth (0.0.15)
4
+ net-ptth (0.0.16)
5
5
  celluloid-io (~> 0.15.0)
6
6
  http_parser.rb (~> 0.6.0.beta.2)
7
7
  rack (~> 1.5.2)
data/lib/net/ptth.rb CHANGED
@@ -74,8 +74,7 @@ class Net::PTTH
74
74
  #
75
75
  def request(req)
76
76
  outgoing = Net::PTTH::OutgoingRequest.new(req)
77
- packet = outgoing.to_s + CRLF
78
-
77
+ packet = outgoing.to_s
79
78
  socket.write(packet)
80
79
 
81
80
  parser.reset
data/net-ptth.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "net-ptth"
3
- s.version = "0.0.15"
3
+ s.version = "0.0.16"
4
4
  s.summary = "Net::HTTP compatible reverse HTTP version"
5
5
  s.description = "PTTH Ruby client. Net::HTTP compatible... kind of"
6
6
  s.authors = ["elcuervo"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ptth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
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-11-04 00:00:00.000000000 Z
12
+ date: 2013-11-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack