Skip to content

v0.0.2

Choose a tag to compare

@flori flori released this 12 Nov 21:53
  • Documentrix::Utils::Tags enhancements for improved tagging functionality:
    • Added valid_tag parameter to initialize method with default value.
    • Introduced DEFAULT_VALID_TAG regular expression constant.
    • Updated initialize and add methods to use new valid_tag parameter.
    • Added attr_reader for valid_tag.
  • Added describe block for Tag in tags_spec.rb.
    • Added three it blocks to test instantiation, default tag value trimming, and custom regex usage.
  • Update .envrc file to include Redis connection settings:
    • Added REDIS_URL environment variable with value redis://localhost:9736
    • Created new .envrc file in the root directory.
  • Updated infobar gem dependency from 0.8 to 0.9
  • Updated Dockerfile dependencies for build and testing
    • Updated .all_images.yml to include yaml-dev dependency for building.
    • Removed unnecessary --full-index flag from bundle install.