Sha256: e225f9818c48c04dc53531f7348060b264886c14bd88669409ec83d57e48d259
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module CpfCnpj VERSION = "0.6.0" end class CPF VERSION = CpfCnpj::VERSION end class CNPJ VERSION = CpfCnpj::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpf_cnpj-0.6.0 | lib/cpf_cnpj/version.rb |