mpi_client 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module MPIClient
8
8
  end
9
9
 
10
10
  def successful?
11
- !(error_message || error_code || status != 'Y')
11
+ !(error_message || error_code)
12
12
  end
13
13
 
14
14
  def parse
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.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Plashchynski