summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-12-31feat: Add support for Ruby 3.2+HEADv0.19.0mainmo khan
2021-12-15chore: prep for releasemo khan
2021-12-15fix: fallback to latest versionmo khan
2021-06-05docs: update changelog for new releasev0.18.2mo khan
2021-06-05refactor: replace parser with hcl2 gemmo khan
2021-06-02refactor: remove dead codemo khan
2021-06-02fix: map lockfile to package managermo khan
2021-06-02chore: prep changelog for v0.18.1mo khan
2021-05-20feat: parse multiple provider blocksmo khan
2021-05-10chore: prep 0.18.0 releasev0.18.0mo khan
2021-05-10chore: remove putsmo khan
2021-05-10fix: convert slice to stringmo khan
2021-05-10find the needlemo khan
2021-05-10fix: check for nilmo khan
2021-05-09feat: detect `.terraform.lock.hcl` filesmo khan
2021-05-09feat: parse array assignmentsmo khan
2021-05-09feat: ignore multi-line commentsmo khan
2021-05-09feat: ignore commentsmo khan
2021-05-09refactor: remove unused rulesmo khan
2021-05-09refactor: use generic name/types for blocksmo khan
2021-05-09[wip] parse argumentsmo khan
2021-05-09refactor: rename class to match zeitwerk naming conventionmo khan
2021-05-09refactor: rename file to hcl.rbmo khan
2021-05-09feat: flush out terraform lockfile parsermo khan
2021-05-09feat: parse provider name from provider blockmo khan
2021-05-09test: add unit test to for parsermo khan
2020-12-28docs: bump versionmo khan
2020-12-28test: include rubygems in build outputmo khan
2020-12-28feat: fetch licenses while building rubygems indexmo khan
2020-12-28feat: require sorted_setmo khan
2020-12-28feat: include list of licenses for each dependencymo khan
2020-12-28chore: add sorted_set gem for Ruby 3mo khan
2020-12-28test: update assertionsmo khan
2020-12-25style: fix linter errorsmo khan
2020-12-25feat: parse rubygems indexmo khan
2020-11-19fix: remove spinner for streaming reportsv0.16.1mo khan
2020-11-19docs: bump version and changelogv0.16.0mo khan
2020-11-19fix: exception true is not available in 2.5 and 2.6mo khan
2020-11-19feat: print list of index files after they are builtmo khan
2020-11-19fix: rebuild rubygems indexmo khan
2020-11-19feat: pull from main branch in cache reposmo khan
2020-11-18feat: release version 0.15.1v0.15.1mo khan
2020-11-18feat: improve spinner formattingmo khan
2020-11-18refactor: rename methods to sync and buildmo khan
2020-11-18refactor: extract methods to sync and buildmo khan
2020-11-18feat: display spinner while pulling the latest cachemo khan
2020-11-18style: do not print each data filemo khan
2020-11-18feat: rebuild index during pull commandmo khan
2020-11-18docs: update CHANGELOG and versionv0.15.0mo khan
2020-11-17style: rename last_key to prev_keymo khan