multibases.gemspec
Block has too many lines. [34/25] Open
Open
Gem::Specification.new do |spec|
spec.name = 'multibases'
spec.version = Multibases::VERSION
spec.authors = ['Derk-Jan Karrenbeld']
spec.email = ['derk-jan+github@karrenbeld.info']
- Read upRead up
- Exclude checks
This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.
Use %q
only for strings that contain both single quotes and double quotes. Open
Open
spec.description = %q(
This is a low-level library, but high level implementations are provided.
You can also bring your own encoder/decoder. This gem can be used _both_ for
encoding into or decoding from multibase packed strings, as well as serve as
a _general purpose_ library to do `BaseX` encoding and decoding _without_
- Exclude checks