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 +4 -4
- data/README.md +2 -1
- data/lib/sec_id/version.rb +1 -1
- data/sec_id.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39592f5327accec4a952728b6a609c9c2e91adce7fe3097ee7aa980631ed89d9
|
|
4
|
+
data.tar.gz: e24a61f1e3ebe25096b53c8a59bce72cbb1049fb751fee5b1f7c517aa57e3712
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87f2852f2c8fae7dcd46e0a731c38df333e210328963f64ce21dab8e4fe9529837740b15681eab82e2c3aeb7129a954d0fb8c08334f22a46673c5954e68a5a8c
|
|
7
|
+
data.tar.gz: 851b4d5bc78642ca4d184e245b1a163487cc36b51531e187f452a861b89ad378fc01e6b80ac9939b0534215da236c667bb1eee445dd7a733fec4834779d2dea1
|
data/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# SecId
|
|
2
2
|
[](https://badge.fury.io/rb/sec_id)
|
|
3
3
|
[](https://travis-ci.org/svyatov/sec_id)
|
|
4
|
+
[](https://depfu.com/github/svyatov/sec_id?project_id=6878)
|
|
4
5
|
[](https://codeclimate.com/github/svyatov/sec_id/maintainability)
|
|
5
6
|
[](https://codeclimate.com/github/svyatov/sec_id/test_coverage)
|
|
6
7
|
|
|
7
|
-
Validate
|
|
8
|
+
Validate securities identification numbers with ease!
|
|
8
9
|
|
|
9
10
|
Check-digit calculation is also available.
|
|
10
11
|
|
data/lib/sec_id/version.rb
CHANGED
data/sec_id.gemspec
CHANGED
|
@@ -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
|
|
14
|
-
spec.description = %(#{spec.summary} Currently supported standards: ISIN, CUSIP, SEDOL
|
|
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.
|
|
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
|
|
98
|
-
standards: ISIN, CUSIP, SEDOL
|
|
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
|
|
145
|
+
summary: Validate securities identification numbers with ease!
|
|
146
146
|
test_files: []
|