Skip to content

Commit

Permalink
Merge pull request #35 from razorpay/release/1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Aug 29, 2017
2 parents 0df9771 + d00d71f commit d29bd30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ifsc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'ifsc'
s.version = '0.0.1'
s.date = '2017-08-18'
s.version = '1.0.6'
s.date = '2017-08-29'
s.summary = 'IFSC code database to help you validate IFSC codes'
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'
s.authors = ['Abhay Rana']
s.email = ['nemo@razorpay.com']
s.authors = ['Abhay Rana', 'Nihal Gonsalves']
s.email = ['contact@razorpay.com']
s.files = ['Gemfile', 'ifsc.gemspec'] + `git ls-files src/*.json src/ruby tests/ruby/* tests/*.json *.md`.split("\n")

s.test_files = s.files.grep(/^(tests)/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifsc",
"version": "1.0.5",
"version": "1.0.6",
"description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.",
"main": "src/node/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/IFSC.json

Large diffs are not rendered by default.

0 comments on commit d29bd30

Please sign in to comment.