ifsc 2.0.61 → 2.0.62

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17f8f00dfd16ee8720a92bbc3991836e2628ac350c43673efe4c0601dc760063
4
- data.tar.gz: 9bfd909f8c511f157c90a4d5051cfba76acc6715c2bc91f1b8b7aa96b23a9612
3
+ metadata.gz: 1d4aada08211346329701ddf94740aa5e15bfd457b936c7977a2c730e7570704
4
+ data.tar.gz: dc37206b67b858e8bc543a1da9530473d9648b28f0b3a990cfb72fe42029db0f
5
5
  SHA512:
6
- metadata.gz: 898aaa819ca59d3061737f47d833dae5b9fcd6904a16a1b34105300fe55a50993a9e977666e2bbf17adb690db486d2344dec699ed999a0c5a9c024d7c56cf527
7
- data.tar.gz: d1515ef086b5448be2f0b68a8fd117dde3371024c08ec07c526b009b25ae29df771d5ca996de1bffdb2a69d1c59fabdb7910f8ce54f1634b2aeeff55c3643813
6
+ metadata.gz: cb5826841c65110e58499fb63e38f4c2b76b6142d7ac3df6a9178437230fac1aba13023d5f79391f929d124adcd42965c5045acb76bc8662c59ce18d082f0067
7
+ data.tar.gz: d33a6018f62a8a573da0a2c01228bfde0517fcb91e35a42aa3bd5e043c3e44f9c5a73ce20fe7420c70df2a18e51f18c5d343af17bd1c7aac45f0c9366f3b73a6
data/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.62][2.0.62]
8
+ ### Changed
9
+ - Metadata updates
10
+ - adding TCBR to banknames.json
11
+
6
12
  ## [UNRELEASED][unreleased]
7
13
  ## [2.0.61][2.0.61]
8
14
  ### 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.61'
6
+ s.version = '2.0.62'
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'