mpi_client 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.
@@ -10,7 +10,8 @@ module MPIClient
10
10
 
11
11
  private
12
12
  def submit_request(request_type, *args)
13
- parse_response(connection.post(prepare_request_data(request_type, *args)))
13
+ response = connection.post(prepare_request_data(request_type, *args))
14
+ parse_response(response.body)
14
15
  end
15
16
 
16
17
  def prepare_request_data(request_type, options, transaction_attrs = {})
@@ -29,7 +29,7 @@ module MPIClient
29
29
 
30
30
  private
31
31
  def post(xml_request)
32
- connection.post(xml_request)
32
+ connection.post(xml_request).body
33
33
  end
34
34
 
35
35
  def build_xml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Plashchynski
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-03-01 00:00:00 +02:00
13
+ date: 2010-03-09 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: 2.3.2
45
45
  version:
46
46
  description:
47
- email: plashchynski@gmail.com
47
+ email: alovak@gmail.com
48
48
  executables: []
49
49
 
50
50
  extensions: []
@@ -63,7 +63,7 @@ files:
63
63
  - lib/mpi_client/verification.rb
64
64
  - lib/mpi_client.rb
65
65
  has_rdoc: true
66
- homepage: http://github.com/plashchynski/mpi_client/
66
+ homepage: http://github.com/alovak/mpi_client/
67
67
  licenses: []
68
68
 
69
69
  post_install_message: