ifsc 2.0.48 → 2.0.50

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -2
  3. data/ifsc.gemspec +1 -1
  4. data/src/IFSC.json +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbb41722b9ed55da9d6dfd06c66484381f5741a0dbe1d24d3ff1574797f86224
4
- data.tar.gz: cb6247bcf2f221d4ddea3c4de503663588fd2327cb357f4d2dfd515d36d331db
3
+ metadata.gz: 52dfed13e21c4b80b9b1c06316309463b19fba8a7cbc87b1df8302033f2e75c7
4
+ data.tar.gz: 64b674a746bca9277c972908f61eaee89f4a7ef977297b0d9f37a832843a4188
5
5
  SHA512:
6
- metadata.gz: 01c253f5fcecd335a4a4d50fc80bab1ce4f1178c52e2315c42809dcccfb52f5c15b215f041ccc61293fea87f628a6b19e398186a1b005217730125dda3e2758b
7
- data.tar.gz: a227d4e68d459b3e9cfcc6be4338ccce99e84520fbeee300ebd6e811d736a5ce63b8e8751e7f3eb5b5b2e195d52fa5870171f63742a644f7875ac10dd15d3d8c
6
+ metadata.gz: b7d04f83b1453aced8369ca6b8f90b4c537a6b675e318a5679b84a56d5b3a1d91683867927432c3619f6dad3c0544429e6aa4ad4ed7b3549a60560a45b3e5f65
7
+ data.tar.gz: 56dee8311fd2979b11fd844aea0d8dcaa283c6fd15c928a1d3c05afb786d37a6c191bae2fc0705a534d43b7394572624c01198f5f482232a3cc92b7fbe4e0e63
data/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [UNRELEASED][unreleased]
7
+ ## [2.0.50][2.0.50]
8
+ ### Changed
9
+ - Metadata updates
10
+
11
+ ## [UNRELEASED][unreleased]
12
+ ## [2.0.49][2.0.49]
13
+ ### Changed
14
+ - Metadata updates
15
+ - remove phone number for some IFSC
16
+
6
17
  ## [UNRELEASED][unreleased]
7
18
  ## [2.0.48][2.0.48]
8
19
  ### Changed
@@ -12,8 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
23
  ## [UNRELEASED][unreleased]
13
24
  ## [2.0.47.1][2.0.47.1]
14
25
  ### Changed
15
- - TGRB bank name udpate
16
- - IDIB000B668 and INDB0001960 contact update
26
+ - TGRB bank name udpate
27
+ - IDIB000B668 and INDB0001960 contact update
17
28
 
18
29
  ## [2.0.47][2.0.47]
19
30
  ### Changed
data/ifsc.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'ifsc'
6
- s.version = '2.0.48'
6
+ s.version = '2.0.50'
7
7
  s.date = '2022-10-28'
8
8
  s.summary = 'IFSC code database to help you validate IFSC codes'
9
9
  s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'