potato 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,6 +47,7 @@ module Potato
47
47
  @response[:cmd], @response[:param] = *details.shift.split(" ")
48
48
  details.each{|dt|
49
49
  key, value = *dt.split(/\W/, 2)
50
+ next if key.empty?
50
51
  @response[:args][key.to_sym] = CGI.unescapeHTML(value)
51
52
  }
52
53
  body = BODIED.map{|x|!!(pkt =~ x)}.include?(true)
@@ -1,4 +1,4 @@
1
1
  module Potato
2
2
  # Current version of Potato.
3
- VERSION = "0.0.11"
3
+ VERSION = "0.0.12"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: potato
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joel Taylor