RubyGems
npm
Organizations
Log in
Sign up
RubyGems
mpi_client
Versions diffs
0.0.11 → 0.0.12
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.
Files changed (2)
hide
show
data/lib/mpi_client/verification/response.rb
+1
-1
metadata
+1
-1
data/lib/mpi_client/verification/response.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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