ifsc 2.0.2 → 2.0.3
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 +6 -1
- data/README.md +2 -2
- data/ifsc.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ac8ecd53872b58b8a53b10e45e9411632cec5aacf1b8ef3d0648695c176b821
|
|
4
|
+
data.tar.gz: 6b7d0445c445cbb851514a507f6f239dc600e419d74cb987f1a28f019b36a9c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8895e13cc8b1deb7be3b225053d95997b41c8cd00b799f9ff49573d7b658ef37db89095a0557fe072905006e4959024db822fafdd64c4d0b2b44ffaf114e0b1a
|
|
7
|
+
data.tar.gz: d2da3a2eb268d33a7a6cea7d4d8af0a99b454e142ffe5de93dc74247f37146775e3b0acc450b17cb36c1fc5c096c2d1680804b86ec6af26f7fe8aca496da1eff
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
5
5
|
|
|
6
6
|
## [UNRELEASED][unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.3][2.0.3]
|
|
9
|
+
## Changed
|
|
10
|
+
- Adds back 20 IFSC codes removed due to a change on the RBI sheet structure in 2.0.2
|
|
11
|
+
|
|
8
12
|
## [2.0.2][2.0.2]
|
|
9
13
|
## Changed
|
|
10
14
|
- Metadata changes
|
|
@@ -227,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
227
231
|
|
|
228
232
|
- Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.
|
|
229
233
|
|
|
230
|
-
[unreleased]: https://github.com/razorpay/ifsc/compare/2.0.
|
|
234
|
+
[unreleased]: https://github.com/razorpay/ifsc/compare/2.0.3...HEAD
|
|
235
|
+
[2.0.3]: https://github.com/razorpay/ifsc/releases/tag/2.0.3
|
|
231
236
|
[2.0.2]: https://github.com/razorpay/ifsc/releases/tag/2.0.2
|
|
232
237
|
[2.0.1]: https://github.com/razorpay/ifsc/releases/tag/2.0.1
|
|
233
238
|
[2.0.0]: https://github.com/razorpay/ifsc/releases/tag/2.0.0
|
data/README.md
CHANGED
|
@@ -4,9 +4,9 @@ This is part of the IFSC toolset released by Razorpay.
|
|
|
4
4
|
You can find more details about the entire release at
|
|
5
5
|
[ifsc.razorpay.com](https://ifsc.razorpay.com).
|
|
6
6
|
|
|
7
|
-
[](https://microbadger.com/images/razorpay/ifsc:2.0.3) [](https://opensource.org/licenses/MIT) [](http://makeapullrequest.com)
|
|
8
8
|
|
|
9
|
-
[](https://microbadger.com/images/razorpay/ifsc:2.0.3) [](https://badge.fury.io/js/ifsc) [](https://badge.fury.io/rb/ifsc) [](https://badge.fury.io/ph/razorpay%2Fifsc) [](https://hex.pm/packages/ifsc)
|
|
10
10
|
|
|
11
11
|
## Dataset
|
|
12
12
|
|
data/ifsc.gemspec
CHANGED
|
@@ -3,8 +3,8 @@ $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.
|
|
7
|
-
s.date = '2021-11-
|
|
6
|
+
s.version = '2.0.3'
|
|
7
|
+
s.date = '2021-11-17'
|
|
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'
|
|
10
10
|
s.authors = ['Abhay Rana', 'Nihal Gonsalves']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ifsc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abhay Rana
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-11-
|
|
12
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|