br_documents 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 2a4b4ddd2caa2c23d58d23a4467094a831490466
4
- data.tar.gz: afdeb05383f8d7b83f995ff0b45cf6c9765a67c1
3
+ metadata.gz: 71a40dc24757c42093a691afada5c00f96e319e7
4
+ data.tar.gz: 2f1e071e941aff2e34f0fe4adecdef3bcb7af3a9
5
5
  SHA512:
6
- metadata.gz: 53a62e408338ee84e882cdf0ac5293f9ddd9a6f811f8d91dc547506bbdb8ae50ad6a9743bb7a8e20f5ed613fe03374a747d1c6138e317eb69e68e3ccf118b4da
7
- data.tar.gz: c999e3b9bbc5e6a9298cb3aa7863d28f2b25985089fb0fc00718021d8d76bb8882c7c5c504cbf484a3c65b1b2d20b4e9a094e7dde57fd28c8f789e6b5ba4e604
6
+ metadata.gz: adc59f3e79da033de6367a72d02ca2de0e0fcb94b868c787a2eb9a4df3d83a3e7479caa3b2b12e2d12ebc0de9129f126465ddb059a0114eab5be8dd45bc1d58f
7
+ data.tar.gz: df57b4665393c260415ba44adf428b3fcdb92e2bb24e60ce228043577c48019f8509d1bd2c5e4f2a8301fadf8b87ca1a42460f13051a5381913412c960a1c2ad
data/br_documents.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = BrDocuments::VERSION
9
9
  spec.authors = ["ASSEINFO - Sistemas de Informação"]
10
10
  spec.email = ["asseinfo@asseinfo.com.br"]
11
- spec.description = "Solução para validar documentos brasileiros"
12
- spec.summary = "Solução para validar documentos brasileiros"
11
+ spec.description = "Validates brazilian documents like CPF, CNPJ and IE."
12
+ spec.summary = "Validates brazilian documents like CPF, CNPJ and IE. It can be used with active record or just in ruby."
13
13
  spec.homepage = "http://github.com/asseinfo/br_documents"
14
14
  spec.license = "MIT"
15
15
 
@@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.metadata["allowed_push_host"] = "http://github.com/asseinfo/br_documents"
22
-
23
21
  spec.add_development_dependency "bundler", "~> 1.3"
24
22
  spec.add_development_dependency "rake", "~> 10.1.0"
25
23
  spec.add_development_dependency "rspec", "~> 2.14.1"
@@ -1,3 +1,3 @@
1
1
  module BrDocuments
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: br_documents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ASSEINFO - Sistemas de Informação
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ~>
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.6.5
97
- description: Solução para validar documentos brasileiros
97
+ description: Validates brazilian documents like CPF, CNPJ and IE.
98
98
  email:
99
99
  - asseinfo@asseinfo.com.br
100
100
  executables: []
@@ -187,8 +187,7 @@ files:
187
187
  homepage: http://github.com/asseinfo/br_documents
188
188
  licenses:
189
189
  - MIT
190
- metadata:
191
- allowed_push_host: http://github.com/asseinfo/br_documents
190
+ metadata: {}
192
191
  post_install_message:
193
192
  rdoc_options: []
194
193
  require_paths:
@@ -208,7 +207,8 @@ rubyforge_project:
208
207
  rubygems_version: 2.0.6
209
208
  signing_key:
210
209
  specification_version: 4
211
- summary: Solução para validar documentos brasileiros
210
+ summary: Validates brazilian documents like CPF, CNPJ and IE. It can be used with
211
+ active record or just in ruby.
212
212
  test_files:
213
213
  - spec/cnpj_cpf/cnpj_spec.rb
214
214
  - spec/cnpj_cpf/cpf_spec.rb