cnpj_tools 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2977c18a9671ada726ca30a281a913a8a7b39444f34f6d850a9e8193a24c2f55
4
+ data.tar.gz: fa080d915970ddbee223aee795734e6e26801fa208f91e8015bb98629e48c338
5
+ SHA512:
6
+ metadata.gz: 72ae3d7c3a3bc0a8f8b2876fd69e3fd8cc721a4659f5e81224fa47119eeca6554eb58bd5afc45de10e93220ab8f3b55378270f04af5067930daef190b5de649f
7
+ data.tar.gz: 368ad754fdf4b769c73849b0aceaf3dc713a2ff56e94044ebcb08c99e4404541c85d2d9f712706476d4f027b1060e89a3359bb3be0cd07d8cfced9c0e8208aa7
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at escobar@br.systems. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in cnpj_tools.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,34 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ cnpj_tools (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.5.0)
10
+ rake (13.0.6)
11
+ rspec (3.10.0)
12
+ rspec-core (~> 3.10.0)
13
+ rspec-expectations (~> 3.10.0)
14
+ rspec-mocks (~> 3.10.0)
15
+ rspec-core (3.10.1)
16
+ rspec-support (~> 3.10.0)
17
+ rspec-expectations (3.10.1)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.10.0)
20
+ rspec-mocks (3.10.2)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.10.0)
23
+ rspec-support (3.10.3)
24
+
25
+ PLATFORMS
26
+ x86_64-linux
27
+
28
+ DEPENDENCIES
29
+ cnpj_tools!
30
+ rake (~> 13.0)
31
+ rspec (~> 3.0)
32
+
33
+ BUNDLED WITH
34
+ 2.2.22
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Marcelo Escobar
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,87 @@
1
+ # CnpjTools
2
+
3
+ This is a gem with tools to work with the Brazilian Business Tax ID, known as CNPJ.
4
+
5
+ This gem will validate the number itself, and not if CNPJ is valid at govern department of Receita Federal.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'cnpj_tools'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install cnpj_tools
22
+
23
+ ## Usage
24
+
25
+ ### CnpjTools.valid? (boolean)
26
+ Any non-digit character will be ignored and only numbers will be tested.
27
+
28
+ Tax ID number will be validate for length, invalid number repetitions, first and second verification digits.
29
+
30
+ CnpjTools.valid?('16.533.758/0001-25') => true
31
+ CnpjTools.valid?('16533758000125') => true
32
+ CnpjTools.valid?('16.533.758-0001-25') => true
33
+ CnpjTools.valid?(16533758000125) => true
34
+
35
+ CnpjTools.valid?('12.333.758/0001-25') => false
36
+
37
+
38
+ ### CnpjTools.format (string)
39
+ Format the CNPJ accordingly with the parameters, no validation will be done.
40
+
41
+ If the string length is different from 14 (CNPJ standard length) an empty string will be returned.
42
+
43
+ ### with_mask
44
+ A string with default mask applied will be returned -> '##.###.###/####-##'
45
+
46
+ CnpjTools.format('16533758000126') => '16.533.758/0001-26'
47
+
48
+ ### digits_only
49
+ A string with digits only will be returned.
50
+
51
+ CnpjTools.format('16.533.758/0001-25', format: :digits_only) => '16533758000125'
52
+
53
+
54
+ ### CnpjTools.return_valid (string)
55
+ This method combines valid? and format and will return a formatted string if CNPJ is valid.
56
+
57
+ If the string length is different from 14 (CNPJ standard length) or CNPJ isn't valid an empty string will be returned.
58
+
59
+ ### with_mask
60
+ A string with default mask applied will be returned -> '##.###.###/####-##'
61
+
62
+ CnpjTools.return_valid('16533758000125') => '16.533.758/0001-25'
63
+
64
+ ### digits_only
65
+ A string with digits only will be returned.
66
+
67
+ CnpjTools.return_valid('16.533.758/0001-25', format: :digits_only) => '16533758000125'
68
+
69
+
70
+ ## Development
71
+
72
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
73
+
74
+ To install this gem onto your local machine, run `bundle exec rake install`.
75
+
76
+
77
+ ## Contributing
78
+
79
+ Bug reports and pull requests are welcome on GitHub at https://github.com/m-escobar/cnpj_tools. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/m-escobar/cnpj_tools/blob/master/CODE_OF_CONDUCT.md).
80
+
81
+ ## License
82
+
83
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
84
+
85
+ ## Code of Conduct
86
+
87
+ Everyone interacting in the CnpjTools project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/m-escobar/cnpj_tools/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "cnpj_tools"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,27 @@
1
+ require_relative 'lib/cnpj_tools/version'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = 'cnpj_tools'
5
+ spec.version = CnpjTools::VERSION
6
+ spec.authors = ['Marcelo Escobar']
7
+ spec.email = ['mers.escobar@gmail.com']
8
+
9
+ spec.summary = 'Tools to work with the Brazilian Business Tax ID'
10
+ spec.description = 'The Brazilian Business Tax ID (CNPJ) validation and formatting, more functions to come'
11
+ spec.homepage = 'http://github.com/m-escobar/cnpj_tools'
12
+ spec.license = 'MIT'
13
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
14
+
15
+ spec.metadata['homepage_uri'] = spec.homepage
16
+ spec.metadata['source_code_uri'] = 'http://github.com/m-escobar/cnpj_tools'
17
+
18
+ # Specify which files should be added to the gem when it is released.
19
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
20
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
22
+ end
23
+
24
+ spec.bindir = 'exe'
25
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
26
+ spec.require_paths = ['lib']
27
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module CnpjTools
4
+ VERSION = "0.1.0"
5
+ end
data/lib/cnpj_tools.rb ADDED
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+ require_relative 'cnpj_tools/version'
3
+
4
+ module CnpjTools
5
+ class Error < StandardError; end
6
+
7
+ class << self
8
+ def valid?(cnpj)
9
+ tax_id = cnpj_to_s(cnpj)
10
+
11
+ if tax_id.length == 14
12
+ return false if invalid_repetition?(tax_id)
13
+
14
+ id_array = tax_id.split('').map(&:to_i)
15
+
16
+ first_digit = id_multiplier(id_array[0..11])
17
+ second_digit = id_multiplier(id_array[0..12])
18
+
19
+ first_digit == id_array[12] && second_digit == id_array[13]
20
+ else
21
+ return false
22
+ end
23
+ end
24
+
25
+ def format(cnpj, format: :masked)
26
+ tax_id = cnpj_to_s(cnpj)
27
+ return '' unless tax_id.length == 14
28
+
29
+ if format == :digits_only
30
+ tax_id
31
+ else
32
+ "#{tax_id[0..1]}.#{tax_id[2..4]}.#{tax_id[5..7]}/#{tax_id[8..11]}-#{tax_id[12..13]}"
33
+ end
34
+ end
35
+
36
+ def return_valid(cnpj, format: :masked)
37
+ valid?(cnpj) ? format(cnpj, format: format) : ''
38
+ end
39
+
40
+ private
41
+ def cnpj_to_s(cnpj)
42
+ cnpj = cnpj.to_s if cnpj.is_a? Integer
43
+ cnpj.scan(/\d*/m).join
44
+ end
45
+
46
+ def invalid_repetition?(tax_id)
47
+ return true if tax_id[0..7].split('').uniq.count == 1
48
+ end
49
+
50
+ def id_multiplier(id)
51
+ multiplier = id.length == 12 ? [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3 ,2] : [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2]
52
+
53
+ tax_id_base = id.enum_for(:each_with_index).map { |x, idx| x * multiplier[idx] }.inject(:+)
54
+
55
+ (tax_id_base * 10) % 11
56
+ end
57
+ end
58
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cnpj_tools
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marcelo Escobar
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-12-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The Brazilian Business Tax ID (CNPJ) validation and formatting, more
14
+ functions to come
15
+ email:
16
+ - mers.escobar@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".rspec"
22
+ - CODE_OF_CONDUCT.md
23
+ - Gemfile
24
+ - Gemfile.lock
25
+ - LICENSE.txt
26
+ - README.md
27
+ - Rakefile
28
+ - bin/console
29
+ - bin/setup
30
+ - cnpj_tools.gemspec
31
+ - lib/cnpj_tools.rb
32
+ - lib/cnpj_tools/version.rb
33
+ homepage: http://github.com/m-escobar/cnpj_tools
34
+ licenses:
35
+ - MIT
36
+ metadata:
37
+ homepage_uri: http://github.com/m-escobar/cnpj_tools
38
+ source_code_uri: http://github.com/m-escobar/cnpj_tools
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 2.3.0
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubygems_version: 3.2.22
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Tools to work with the Brazilian Business Tax ID
58
+ test_files: []