potato 0.0.6 → 0.0.7

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.
@@ -41,7 +41,7 @@ module Potato
41
41
  # @raise [PacketNilException] if the string is nil, meaning that the server connection has been closed
42
42
  def initialize pkt
43
43
  TABLUMPS.each{|find, replace| pkt.gsub!(find, replace)}
44
- @response = {:cmd => nil, :args => {}, :param => nil, :subpkts => [], :raw => pkt}
44
+ @response = {:cmd => nil, :args => {}, :param => nil, :subpkts => [], :raw => pkt, :body => ""}
45
45
  chunks = pkt.split(/\n\n/)
46
46
  details = chunks.shift.split(/\n/)
47
47
  @response[:cmd], @response[:param] = *details.shift.split(" ")
@@ -1,4 +1,4 @@
1
1
  module Potato
2
2
  # Current version of Potato.
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: potato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: