ezapi_client 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Dockerfile +1 -1
- data/lib/ezapi_client/services/gen_data.rb +1 -1
- data/lib/ezapi_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f32ece67a744e2ef03c3aa70f5c1b89d5afed43fcc1de3925bc9bedf978490f
|
4
|
+
data.tar.gz: 768e1635e03a099948489000ed3378f7984f9ee618ab2076e2728ebecb00f9e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88efcc6dea30c17827eb5a05413b2c37ed3fa511dc024adbae1199b874c89077e9b300efef05fa627b3606d39ac0e43e88f1ae88a93a8f088127c8a912b8aca7
|
7
|
+
data.tar.gz: 4608823cbc5cae35aa88fd0b81110063c69b9249252fd755be006fd5b69e122c996f3ca49ea6f407cd965fa145427cc8f0a7d0bacfcc1be7e5ad611b1d0082ff
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.6.3
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
|
+
## [1.0.2] - 2019-05-14
|
6
|
+
### Fixed
|
7
|
+
- Shell command to java blows up when sender/recipient name or address includes `'`
|
8
|
+
|
5
9
|
## [1.0.1] - 2019-02-01
|
6
10
|
### Fixed
|
7
11
|
- Fixed list of transaction types that need account numbers
|
data/Dockerfile
CHANGED
data/lib/ezapi_client/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ezapi_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|