starkit_banking 0.1.8 → 0.1.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5e0b9bfae95aca5c8ab27dbb5319872fed03d4a
|
4
|
+
data.tar.gz: 7edf5a42d0a48737d40f2e5039b125000af0b500
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 966028f7deca260c9c2dba0e64bbcb57f1aa4a75d4e0fb45120bdaaea8f610936d70f5f16c99112f635d99eaf8a2c6db192bcdee8e7dda1e06d036df55f2d57e
|
7
|
+
data.tar.gz: 4562eb643a5bdeed904b5d8888c7b59cb4a80baf04fe10a1feb6b303c945dd2af8dcb087a91571902d60732382897107a1a4ba65d391b1dd1d94ba7faf083b23
|
@@ -8,16 +8,16 @@ class CreateApiSteps < ActiveRecord::Migration
|
|
8
8
|
table.string :status_code, comment: 'the http status code for the api response'
|
9
9
|
table.string :req_reference, comment: 'the reference number for the api request'
|
10
10
|
table.datetime :req_timestamp, comment: 'the timestamp this api request was made'
|
11
|
-
table.text :
|
11
|
+
table.text :req_bitstream, comment: 'the xml request for the api call'
|
12
12
|
table.string :rep_reference, comment: 'the reference number in the api response'
|
13
13
|
table.datetime :rep_timestamp, comment: 'the timestamp this api response was received'
|
14
|
-
table.text :
|
14
|
+
table.text :rep_bitstream, comment: 'the xml of the api response'
|
15
15
|
table.string :fault_code, comment: 'the fault code for api in case of error'
|
16
16
|
table.string :fault_subcode, comment: 'the fault sub-code for api in case of error'
|
17
17
|
table.string :fault_reason, comment: 'the fault reason for api in case of error'
|
18
18
|
end
|
19
19
|
|
20
|
-
add_index :api_steps, [:star_id, :auditable_type, :auditable_id]
|
20
|
+
add_index :api_steps, [:star_id, :auditable_type, :auditable_id], name: 'idx_audits_api_steps'
|
21
21
|
end
|
22
22
|
|
23
23
|
def self.down
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: starkit_banking
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- akil
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|