minep-request 0.0.10 → 0.0.11

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.
@@ -205,12 +205,12 @@ module Minep
205
205
  response["status"]
206
206
  end
207
207
 
208
- def self.shell socket, buflist
208
+ def self.shell socket
209
209
  args = {
210
210
  :command => "",
211
211
  :args => []
212
212
  }
213
- ret = Minep.makeMsg("SHELL", args, buflist)
213
+ ret = Minep.makeMsg("SHELL", args)
214
214
  return if ret.nil?
215
215
  socket.write ret
216
216
  response = readAndParseResponse "SHELL", socket
@@ -1,6 +1,6 @@
1
1
  module Minep
2
2
  module Request
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  DATE = Time.now.to_s.split[0]
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minep-request
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: