ifsc 2.0.45 → 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 +4 -4
- data/CHANGELOG.md +8 -0
- data/ifsc.gemspec +1 -1
- data/src/IFSC.json +1 -1
- data/src/banknames.json +1 -0
- data/src/ruby/bank.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02cf106858a421adaffed112697d6bb2381172af89d09155c33451b1c157913a
|
4
|
+
data.tar.gz: b0b8fc0c8eb1b406187b4f1da28a524a64a2b5c0630118b4837788ed48c4495f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ac1b4de3a2af4178b938203a07ae62512e7dc4f4626747822d7b02759544f193f654b38f3f756a39e639b8e78f6df9def9ccdfbbab66c226e705a532fc8d4c8
|
7
|
+
data.tar.gz: dc932233361f944a9e7173ecd81b3eec0a35a5736e6a3bf7843e53b2c46f77c1541ef5efa7a3eaa48f4c5868cdfaa0884ad41aab6c830f4cc0589beeb5b32b5d
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,14 @@ 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
|
11
|
+
|
12
|
+
## [2.0.47][2.0.47]
|
13
|
+
### Changed
|
14
|
+
- Metadata updates
|
7
15
|
|
8
16
|
## [2.0.45][2.0.45]
|
9
17
|
### 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.
|
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'
|