ifsc 2.0.47 → 2.0.47.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 118e7a5ab4c1010304e67af71a4caaf34db0bbc0d5dadf299464a10332c7a10f
4
- data.tar.gz: 607432f4ea4d7e0b8b917adb8ce3951aa178a8a77d3548d756626a5d91ad0784
3
+ metadata.gz: 02cf106858a421adaffed112697d6bb2381172af89d09155c33451b1c157913a
4
+ data.tar.gz: b0b8fc0c8eb1b406187b4f1da28a524a64a2b5c0630118b4837788ed48c4495f
5
5
  SHA512:
6
- metadata.gz: eac88105d4e6804ed3f4b32a0f04ec1400c035b59272069e1d81621787cfb5ec90f4b1ed96976bc01950d2504e53e63da9bfc1b5d94f07fffc477cc12de22035
7
- data.tar.gz: bc88d4790ad47e61ad6958d7e01c793c29315750d306edf6334b4460026c75e0eb6295ba6e8fd537240303ae6597f1eedadc0ff3392d0857a1e934bc420ce499
6
+ metadata.gz: 0ac1b4de3a2af4178b938203a07ae62512e7dc4f4626747822d7b02759544f193f654b38f3f756a39e639b8e78f6df9def9ccdfbbab66c226e705a532fc8d4c8
7
+ data.tar.gz: dc932233361f944a9e7173ecd81b3eec0a35a5736e6a3bf7843e53b2c46f77c1541ef5efa7a3eaa48f4c5868cdfaa0884ad41aab6c830f4cc0589beeb5b32b5d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
6
  ## [UNRELEASED][unreleased]
7
+ ## [2.0.47.1][2.0.47.1]
8
+ ### Changed
9
+ - TGRB bank name udpate
10
+ - IDIB000B668 and INDB0001960 contact update
7
11
 
8
12
  ## [2.0.47][2.0.47]
9
13
  ### 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.47'
6
+ s.version = '2.0.47.1'
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'