jemquarie 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9709e10836a3fb34ae5e002e6976eb4984f9f497
4
- data.tar.gz: 67b199935a69d71dafbc32abb79926faf75bcdca
3
+ metadata.gz: 7a2746b8aec042d1fef65285aea4ecc836adc01b
4
+ data.tar.gz: 8fee3681f1b83ee9b1ff05c941cd10054e3baa10
5
5
  SHA512:
6
- metadata.gz: d3406780484f84738dc06ae59757feea5e3c03f186243138257b7a656af85f4cb178356588a6bf64eba200113118536a4a294fc0c845d159a3b95704e3ac5a83
7
- data.tar.gz: 411f0fced7988169063f12d40e11a0658519dd5edae163ec8a82a3dbb4ed1ae36390525815c2974bac933e4be3dcf160e19813c2c631e0eab21bde5bd6b13e6c
6
+ metadata.gz: d99a395882946ed6e34752cdbc7ba176625d39edf2631f5c6fc69271e07177b3d94b57b7c5a1da59c878f00308717e8edd66fc00022bad5263985101b7378c25
7
+ data.tar.gz: 96c7dd6a274aad261c037a198541c356d854a04be926c36451a90a4d64e89ba311e7bfbe6710776fcda1d2341e646585aea246ab0f337412a66ecae0092ec39a
@@ -19,7 +19,7 @@ private
19
19
  :string1 => hash_key(@username),
20
20
  :string2 => hash_key(@password),
21
21
  :string3 => 'your.clients Account Details',
22
- :string4 => 'V1.3',
22
+ :string4 => 'V1.5',
23
23
  :strings => [
24
24
  {
25
25
  :item0 => account_number, # Account Number
@@ -19,11 +19,11 @@ private
19
19
  :string1 => hash_key(@username),
20
20
  :string2 => hash_key(@password),
21
21
  :string3 => 'your.clients Balances',
22
- :string4 => 'V1.3',
22
+ :string4 => 'V1.5',
23
23
  :strings => [
24
24
  {
25
25
  :item0 => account_number, # Account Number
26
- :item1 => '',
26
+ :item1 => 'Y',
27
27
  :item2 => '',
28
28
  :item3 => ''
29
29
  }
@@ -22,7 +22,7 @@ private
22
22
  :string1 => hash_key(@username),
23
23
  :string2 => hash_key(@password),
24
24
  :string3 => 'your.clients Transactions',
25
- :string4 => 'V1.4',
25
+ :string4 => 'V1.5',
26
26
  :strings => [
27
27
  {
28
28
  :item0 => account_number, # Account Number
@@ -1,3 +1,3 @@
1
1
  module Jemquarie
2
- VERSION = "1.1.1"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jemquarie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Contin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-21 00:00:00.000000000 Z
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon