mpi_client 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,8 @@ module MPIClient
|
|
10
10
|
|
11
11
|
private
|
12
12
|
def submit_request(request_type, *args)
|
13
|
-
|
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 = {})
|
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.
|
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-
|
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:
|
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/
|
66
|
+
homepage: http://github.com/alovak/mpi_client/
|
67
67
|
licenses: []
|
68
68
|
|
69
69
|
post_install_message:
|