validates_identity-co_nit 0.1.0 → 0.1.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/lib/validates_identity/co_nit/version.rb +1 -1
- data/validates_identity-co_nit.gemspec +1 -1
- 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: 7fa643aa51dba7d2879f078857dbc300c10dfbc07c25a1b732300386f42f9f54
|
4
|
+
data.tar.gz: '0449f7e22f1c19423499b18f9add00913f2e0c569ec02c232f02cfd3d5ef9dc0'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1df11967b7d97254a394115bbc8feaec7b8d42cae4199f3cee295be396fe7ec4f5e12fd75cbbf532c6490dc49a3ad9fb9febf5213b0cc2c029f9a262f1ce808
|
7
|
+
data.tar.gz: a11bc32f1355abc791f3fd8fcf864a51312da6eb8f11cf631ea4c810e79eaa2f3833febdfe72689efe7024b47259bd21e4ad2207f407e19630c66c1c99870e2e
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['JonatascNascimento']
|
9
9
|
spec.email = ['jonatascn@gmail.com']
|
10
10
|
|
11
|
-
spec.summary = 'Validates
|
11
|
+
spec.summary = 'Validates Colombia NIT Document and test it with matchers in a simple way.'
|
12
12
|
spec.homepage = 'https://github.com/JonatascNascimento/validates_identity-co_nit'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
spec.required_ruby_version = '>= 2.6.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: validates_identity-co_nit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JonatascNascimento
|
@@ -84,5 +84,5 @@ requirements: []
|
|
84
84
|
rubygems_version: 3.3.7
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
|
-
summary: Validates
|
87
|
+
summary: Validates Colombia NIT Document and test it with matchers in a simple way.
|
88
88
|
test_files: []
|