sec_id 2.0.0 → 2.0.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: 2306a429fff8833b4ba24039424d20249a1cb6ebb9e9928707c61f7396933835
4
- data.tar.gz: 21a9583ecde80ec5a671bbba7ea3492a99c1f128b091a51ea8b3c50d1c3887f5
3
+ metadata.gz: 39592f5327accec4a952728b6a609c9c2e91adce7fe3097ee7aa980631ed89d9
4
+ data.tar.gz: e24a61f1e3ebe25096b53c8a59bce72cbb1049fb751fee5b1f7c517aa57e3712
5
5
  SHA512:
6
- metadata.gz: 42545c4091db82631984837eb0abda9d34eb78447f25280665835c00e395b750a062037602987451aed333c7b7d233df4df042ea89a60dc1635f0d8904844f57
7
- data.tar.gz: c1517768cc621f93d92183b4f47e7159e628d02a0f4936ca9658b0b4743498b300afb6d0a7f140e5616776e6b156aa313299dd02a1429c6f3b74897eecf02211
6
+ metadata.gz: 87f2852f2c8fae7dcd46e0a731c38df333e210328963f64ce21dab8e4fe9529837740b15681eab82e2c3aeb7129a954d0fb8c08334f22a46673c5954e68a5a8c
7
+ data.tar.gz: 851b4d5bc78642ca4d184e245b1a163487cc36b51531e187f452a861b89ad378fc01e6b80ac9939b0534215da236c667bb1eee445dd7a733fec4834779d2dea1
data/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # SecId
2
2
  [![Gem Version](https://badge.fury.io/rb/sec_id.svg)](https://badge.fury.io/rb/sec_id)
3
3
  [![Build Status](https://travis-ci.org/svyatov/sec_id.svg?branch=master)](https://travis-ci.org/svyatov/sec_id)
4
+ [![Depfu](https://badges.depfu.com/badges/ccb54ed1642be2d4d102b83d7d6a604c/overview.svg)](https://depfu.com/github/svyatov/sec_id?project_id=6878)
4
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/a4759963a5ddc4d55b24/maintainability)](https://codeclimate.com/github/svyatov/sec_id/maintainability)
5
6
  [![Test Coverage](https://api.codeclimate.com/v1/badges/a4759963a5ddc4d55b24/test_coverage)](https://codeclimate.com/github/svyatov/sec_id/test_coverage)
6
7
 
7
- Validate security identification numbers with ease!
8
+ Validate securities identification numbers with ease!
8
9
 
9
10
  Check-digit calculation is also available.
10
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SecId
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['Leonid Svyatov']
11
11
  spec.email = ['leonid@svyatov.ru']
12
12
 
13
- spec.summary = 'Validate security identification numbers with ease!'
14
- spec.description = %(#{spec.summary} Currently supported standards: ISIN, CUSIP, SEDOL, IBAN.)
13
+ spec.summary = 'Validate securities identification numbers with ease!'
14
+ spec.description = %(#{spec.summary} Currently supported standards: ISIN, CUSIP, SEDOL.)
15
15
  spec.homepage = 'https://github.com/svyatov/sec_id'
16
16
  spec.license = 'MIT'
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sec_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Svyatov
@@ -94,8 +94,8 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.16.1
97
- description: 'Validate security identification numbers with ease! Currently supported
98
- standards: ISIN, CUSIP, SEDOL, IBAN.'
97
+ description: 'Validate securities identification numbers with ease! Currently supported
98
+ standards: ISIN, CUSIP, SEDOL.'
99
99
  email:
100
100
  - leonid@svyatov.ru
101
101
  executables: []
@@ -142,5 +142,5 @@ requirements: []
142
142
  rubygems_version: 3.0.2
143
143
  signing_key:
144
144
  specification_version: 4
145
- summary: Validate security identification numbers with ease!
145
+ summary: Validate securities identification numbers with ease!
146
146
  test_files: []