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: 10d99b617d98f34eedd889711faad26bc3dd7929
4
- data.tar.gz: 1af9f6a75d5bbd89ff091ab397b28bf6b10439bd
3
+ metadata.gz: c5e0b9bfae95aca5c8ab27dbb5319872fed03d4a
4
+ data.tar.gz: 7edf5a42d0a48737d40f2e5039b125000af0b500
5
5
  SHA512:
6
- metadata.gz: bd112344154513159680a80ef1fd8589ad5d8c3f7b858f4d31520c65d9bf8836bdb0b0ff27b5ee48d521580d3690f4e11aab6be41c06347e5844d88fb7162f5e
7
- data.tar.gz: e48978bf6919be2e50db0958a09adb705b2b45cf992324e4d6a66aa12e529225e03abf9f569322be079e1228ce010f5e10fc878a30f764c987d4bde5a3bc1f32
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 :req_bistream, comment: 'the xml request for the api call'
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 :rep_bistream, comment: 'the xml of the api response'
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
@@ -1,3 +1,3 @@
1
1
  module StarkitBanking
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
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.8
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-29 00:00:00.000000000 Z
11
+ date: 2016-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler