SleeplessByte/ruby-multibase

View on GitHub
multibases.gemspec

Summary

Maintainability
Test Coverage

Block has too many lines. [34/25]
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']
Severity: Minor
Found in multibases.gemspec by rubocop

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

  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_
Severity: Minor
Found in multibases.gemspec by rubocop

There are no issues that match your filters.

Category
Status