ifsc 2.0.1 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d03ed6cc22235ac107eb2d77dc3e1bf5b6178a2c27dff6a1dd116233cc45559
4
- data.tar.gz: eff5d7c91312057666d3b6041f3a15688c4abfba7bdafffb142bddef2c219d57
3
+ metadata.gz: 9d90a0c2df8a4894f92f10f3f227143e9c9650a7d74597327d1be1f7afbf7897
4
+ data.tar.gz: 9ce9a0b3da3c41f2843f514c58b4f79d514c402ab11df199a38aabc0c6a839c7
5
5
  SHA512:
6
- metadata.gz: 1b9b5306d9565380ee9fecf87418bcaf1281bc7444ea4c24f304a7abe240f628a6669731449e29f44c04118bbda0116e2db8e404b023cace91d4afb2c322698c
7
- data.tar.gz: 8c89de582e8d2307200eb2f593c34ce676d1b01bb0b928916f95dc93f9ec4bfe0a2b1c1c9d5d1105981553ec7ef6db781011f41911971eb04cbddc632540a488
6
+ metadata.gz: 881ac8774ff080249a56c31b59a58bce6ed453b8a8cb318efc20d93cec4a5bb16b204718afce7aebc1469283f461dee303a04664bb76d5873bbb5cb627b07a93
7
+ data.tar.gz: 7d7541d3d886ac3c243ae30a8a03e71235b8d8aaab55a5cdfd79ed8c92008cfba822f87d47fb721aed85e3903fe385e75fc6191818dddc66cd8713f48bcc8f80
data/CHANGELOG.md CHANGED
@@ -5,9 +5,25 @@ 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.5][2.0.5]
9
+ ## Changed
10
+ - Updated Metadata
11
+
12
+ ## [2.0.4][2.0.4]
13
+ ## Changed
14
+ - Update IFSC.json for the below 20 IFSC codes
15
+
16
+ ## [2.0.3][2.0.3]
17
+ ## Changed
18
+ - Adds back 20 IFSC codes removed due to a change on the RBI sheet structure in 2.0.2
19
+
20
+ ## [2.0.2][2.0.2]
21
+ ## Changed
22
+ - Metadata changes
23
+
8
24
  ## [2.0.1][2.0.1]
9
25
  ## Changed
10
- - Metadata Changes
26
+ - Metadata changes
11
27
 
12
28
  ## [2.0.0][2.0.0]
13
29
  ### Removed
@@ -223,7 +239,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223
239
 
224
240
  - Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.
225
241
 
226
- [unreleased]: https://github.com/razorpay/ifsc/compare/2.0.1...HEAD
242
+ [unreleased]: https://github.com/razorpay/ifsc/compare/2.0.3...HEAD
243
+ [2.0.3]: https://github.com/razorpay/ifsc/releases/tag/2.0.3
244
+ [2.0.2]: https://github.com/razorpay/ifsc/releases/tag/2.0.2
227
245
  [2.0.1]: https://github.com/razorpay/ifsc/releases/tag/2.0.1
228
246
  [2.0.0]: https://github.com/razorpay/ifsc/releases/tag/2.0.0
229
247
  [1.6.1]: https://github.com/razorpay/ifsc/releases/tag/1.6.1
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://images.microbadger.com/badges/image/razorpay/ifsc:1.6.1.svg)](https://microbadger.com/images/razorpay/ifsc:1.6.1) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
7
+ [![](https://images.microbadger.com/badges/image/razorpay/ifsc:2.0.5.svg)](https://microbadger.com/images/razorpay/ifsc:2.0.5) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
8
8
 
9
- [![](https://images.microbadger.com/badges/version/razorpay/ifsc:1.6.1.svg)](https://microbadger.com/images/razorpay/ifsc:1.6.1) [![npm version](https://badge.fury.io/js/ifsc.svg)](https://badge.fury.io/js/ifsc) [![Gem Version](https://badge.fury.io/rb/ifsc.svg)](https://badge.fury.io/rb/ifsc) [![PHP version](https://badge.fury.io/ph/razorpay%2Fifsc.svg)](https://badge.fury.io/ph/razorpay%2Fifsc) [![Hex pm](http://img.shields.io/hexpm/v/ifsc.svg)](https://hex.pm/packages/ifsc)
9
+ [![](https://images.microbadger.com/badges/version/razorpay/ifsc:2.0.5.svg)](https://microbadger.com/images/razorpay/ifsc:2.0.5) [![npm version](https://badge.fury.io/js/ifsc.svg)](https://badge.fury.io/js/ifsc) [![Gem Version](https://badge.fury.io/rb/ifsc.svg)](https://badge.fury.io/rb/ifsc) [![PHP version](https://badge.fury.io/ph/razorpay%2Fifsc.svg)](https://badge.fury.io/ph/razorpay%2Fifsc) [![Hex pm](http://img.shields.io/hexpm/v/ifsc.svg)](https://hex.pm/packages/ifsc)
10
10
 
11
11
  ## Dataset
12
12
 
@@ -76,7 +76,7 @@ require "ifsc"
76
76
 
77
77
  The PHP package has a dependency on the virtual package `php-http/client-implementation` which requires you to install an adapter, but we do not care which one. That is an implementation detail in your application. You do not have to use the `php-http/curl-client` if you do not want to. You may use the `php-http/guzzle6-adapter`. Read more about the virtual packages, why this is a good idea and about the flexibility it brings at the [HTTPlug docs](http://docs.php-http.org/en/latest/httplug/users.html). You can find a list of suported providers on [packagist](https://packagist.org/providers/php-http/client-implementation).
78
78
 
79
- The minimum [PHP version supported is 7.2](https://endoflife.date/php).
79
+ The minimum [PHP version supported is 7.3](https://endoflife.date/php). The package can be installed on PHP>=7.1 however.
80
80
 
81
81
  ## Node.js
82
82
 
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.1'
7
- s.date = '2021-09-13'
6
+ s.version = '2.0.5'
7
+ s.date = '2021-12-08'
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']