ifsc 1.5.13 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,6 @@
58
58
  "RATN00YDCBL": "Yadrav Co-operative Bank",
59
59
  "UJVN": "USFB",
60
60
  "VIJB0AMB001": "Abhyudaya Mahila Urban Co-operative Bank",
61
- "VIJB0SSB001": "Shimsha Sahakara Bank Niyamitha",
62
61
  "WBSC0BUCB": "BNCX",
63
62
  "WBSC0DJCB": "DDCX",
64
63
  "WBSC0HCCB": "THWX",
data/src/ruby/bank.rb CHANGED
@@ -31,6 +31,7 @@ module Razorpay
31
31
  AGSX = :AGSX
32
32
  AGUX = :AGUX
33
33
  AGVX = :AGVX
34
+ AHDC = :AHDC
34
35
  AHMX = :AHMX
35
36
  AHUX = :AHUX
36
37
  AIRP = :AIRP
@@ -981,6 +982,7 @@ module Razorpay
981
982
  RCDX = :RCDX
982
983
  RCMX = :RCMX
983
984
  RCUX = :RCUX
985
+ RDCB = :RDCB
984
986
  RDCX = :RDCX
985
987
  RDNX = :RDNX
986
988
  REBX = :REBX
@@ -1215,6 +1217,7 @@ module Razorpay
1215
1217
  TBCX = :TBCX
1216
1218
  TBDX = :TBDX
1217
1219
  TBHX = :TBHX
1220
+ TBMC = :TBMC
1218
1221
  TBMX = :TBMX
1219
1222
  TBNS = :TBNS
1220
1223
  TBPX = :TBPX
@@ -1274,6 +1277,7 @@ module Razorpay
1274
1277
  TMCX = :TMCX
1275
1278
  TMNX = :TMNX
1276
1279
  TMPX = :TMPX
1280
+ TMSB = :TMSB
1277
1281
  TMSC = :TMSC
1278
1282
  TMSX = :TMSX
1279
1283
  TMTX = :TMTX
@@ -77,7 +77,6 @@ describe Razorpay::IFSC::IFSC do
77
77
  end
78
78
 
79
79
  it 'should return the correct sublet bank name for custom sublets' do
80
- expect(described_class.bank_name_for('VIJB0SSB001')).to eq 'Shimsha Sahakara Bank Niyamitha'
81
80
  expect(described_class.bank_name_for('KSCB0006001')).to eq 'Tumkur District Central Bank'
82
81
  expect(described_class.bank_name_for('WBSC0KPCB01')).to eq 'Kolkata Police Co-operative Bank'
83
82
  expect(described_class.bank_name_for('YESB0ADB002')).to eq 'Amravati District Central Co-operative Bank'
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "testBasicValidator": {
3
+ "PUNB0000000": false,
3
4
  "DLXB0000097": true,
4
5
  "HDFC0002854": true,
5
6
  "ICIC0007429": true,
6
7
  "IDIB000A001": true,
7
- "IDIB000C040": true,
8
8
  "IDIB000C122": true,
9
9
  "IDIB000J052": true,
10
10
  "KARB0000001": true,
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ifsc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.13
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhay Rana
8
8
  - Nihal Gonsalves
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-05-10 00:00:00.000000000 Z
12
+ date: 2021-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -81,7 +81,7 @@ homepage: https://ifsc.razorpay.com
81
81
  licenses:
82
82
  - MIT
83
83
  metadata: {}
84
- post_install_message:
84
+ post_install_message:
85
85
  rdoc_options: []
86
86
  require_paths:
87
87
  - src/ruby
@@ -96,8 +96,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  requirements: []
99
- rubygems_version: 3.2.15
100
- signing_key:
99
+ rubygems_version: 3.0.6
100
+ signing_key:
101
101
  specification_version: 4
102
102
  summary: IFSC code database to help you validate IFSC codes
103
103
  test_files: