br-cnpj 1.0.0 → 1.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.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/TODO +1 -0
  3. metadata +21 -15
@@ -1,7 +1,7 @@
1
1
  = br-cnpj
2
2
 
3
3
  Ruby native extension that calculates and validades CNPJ (Cadastro Nacional de
4
- Pessoas Jur�dicas)
4
+ Pessoas Jurídicas)
5
5
 
6
6
  == Install
7
7
 
data/TODO ADDED
@@ -0,0 +1 @@
1
+ * Include bindings for Rails
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: br-cnpj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
4
  prerelease: false
6
5
  segments:
7
6
  - 1
8
7
  - 0
9
- - 0
10
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
11
10
  platform: ruby
12
11
  authors:
13
12
  - Bruno Coimbra
@@ -19,21 +18,33 @@ date: 2010-06-29 00:00:00 -03:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
- name: rspec
21
+ name: rake-compiler
23
22
  prerelease: false
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
25
  - - ">="
28
26
  - !ruby/object:Gem::Version
29
- hash: 13
27
+ segments:
28
+ - 0
29
+ - 7
30
+ - 0
31
+ version: 0.7.0
32
+ type: :development
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: rspec
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
30
41
  segments:
31
42
  - 1
32
43
  - 2
33
44
  - 9
34
45
  version: 1.2.9
35
46
  type: :development
36
- version_requirements: *id001
47
+ version_requirements: *id002
37
48
  description: Lib implemented in C that calculates and validates CNPJ.
38
49
  email: bbcoimbra@gmail.com
39
50
  executables: []
@@ -43,6 +54,7 @@ extensions:
43
54
  extra_rdoc_files:
44
55
  - LICENSE
45
56
  - README.rdoc
57
+ - TODO
46
58
  files:
47
59
  - ext/CNPJ/cnpj.c
48
60
  - ext/CNPJ/cnpj.h
@@ -51,9 +63,7 @@ files:
51
63
  - lib/br/cnpj.rb
52
64
  - LICENSE
53
65
  - README.rdoc
54
- - spec/spec_helper.rb
55
- - spec/br-cnpj_spec.rb
56
- - spec/faker_cnpj.rb
66
+ - TODO
57
67
  has_rdoc: true
58
68
  homepage: http://github.com/bbcoimbra/br-cnpj
59
69
  licenses: []
@@ -64,27 +74,23 @@ rdoc_options:
64
74
  require_paths:
65
75
  - lib
66
76
  required_ruby_version: !ruby/object:Gem::Requirement
67
- none: false
68
77
  requirements:
69
78
  - - ">="
70
79
  - !ruby/object:Gem::Version
71
- hash: 3
72
80
  segments:
73
81
  - 0
74
82
  version: "0"
75
83
  required_rubygems_version: !ruby/object:Gem::Requirement
76
- none: false
77
84
  requirements:
78
85
  - - ">="
79
86
  - !ruby/object:Gem::Version
80
- hash: 3
81
87
  segments:
82
88
  - 0
83
89
  version: "0"
84
90
  requirements: []
85
91
 
86
92
  rubyforge_project:
87
- rubygems_version: 1.3.7
93
+ rubygems_version: 1.3.6
88
94
  signing_key:
89
95
  specification_version: 3
90
96
  summary: Calcules and validates given CNPJ