Fixes #52 by adding a section of the README with information about subspecs.
One commit was added to get a little closer towards satisfying rubocop linting. It adds the magic comment # frozen_string_literal: true to the top of most Ruby files, ensures that all Ruby files end with an empty line, and adds a blank line between that magic comment at the top and the license comments.
Fixes #52 by adding a section of the README with information about subspecs.
One commit was added to get a little closer towards satisfying rubocop linting. It adds the magic comment
# frozen_string_literal: true
to the top of most Ruby files, ensures that all Ruby files end with an empty line, and adds a blank line between that magic comment at the top and the license comments.