{"id":21202428,"url":"https://github.com/infrablocks/ruby_vault","last_synced_at":"2025-07-10T06:32:39.958Z","repository":{"id":51675351,"uuid":"520557989","full_name":"infrablocks/ruby_vault","owner":"infrablocks","description":"A simple Ruby wrapper for invoking Vault commands.","archived":false,"fork":false,"pushed_at":"2025-05-22T06:29:59.000Z","size":380,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-22T07:38:57.719Z","etag":null,"topics":["hashicorp-vault","infrastructure","ruby","ruby-gem","rubygem","vault"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infrablocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-02T15:44:51.000Z","updated_at":"2025-05-22T06:29:57.000Z","dependencies_parsed_at":"2022-08-13T01:01:18.366Z","dependency_job_id":"7d35d7a6-0fea-4d82-a286-9173dfa66989","html_url":"https://github.com/infrablocks/ruby_vault","commit_stats":{"total_commits":75,"total_committers":7,"mean_commits":"10.714285714285714","dds":0.6666666666666667,"last_synced_commit":"aa74c54162bdce5eb8a6fb65841501036399db22"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/infrablocks/ruby_vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fruby_vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fruby_vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fruby_vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fruby_vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infrablocks","download_url":"https://codeload.github.com/infrablocks/ruby_vault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infrablocks%2Fruby_vault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538585,"owners_count":23624436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hashicorp-vault","infrastructure","ruby","ruby-gem","rubygem","vault"],"created_at":"2024-11-20T20:15:56.619Z","updated_at":"2025-07-10T06:32:39.554Z","avatar_url":"https://github.com/infrablocks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RubyVault\n\nA simple wrapper around the Vault binary to allow execution from within\na Ruby program, RSpec test or Rakefile.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ruby_vault'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ruby_vault\n\n## Usage\n\nTo require `RubyVault`:\n\n```ruby\nrequire 'ruby_vault'\n```\n\n## Documentation\n\n* [API docs](https://infrablocks.github.io/ruby_vault/index.html)\n\n## Development\n\nTo install dependencies and run the build, run the pre-commit build:\n\n```shell\n./go\n```\n\nThis runs all unit tests and other checks including coverage and code linting /\nformatting.\n\nTo run only the unit tests, including coverage:\n\n```shell\n./go test:unit\n```\n\nTo attempt to fix any code linting / formatting issues:\n\n```shell\n./go library:fix\n```\n\nTo check for code linting / formatting issues without fixing:\n\n```shell\n./go library:check\n```\n\nYou can also run `bin/console` for an interactive prompt that will allow you to\nexperiment.\n\n### Managing CircleCI keys\n\nTo encrypt a GPG key for use by CircleCI:\n\n```shell\nopenssl aes-256-cbc \\\n  -e \\\n  -md sha1 \\\n  -in ./config/secrets/ci/gpg.private \\\n  -out ./.circleci/gpg.private.enc \\\n  -k \"\u003cpassphrase\u003e\"\n```\n\nTo check decryption is working correctly:\n\n```shell\nopenssl aes-256-cbc \\\n  -d \\\n  -md sha1 \\\n  -in ./.circleci/gpg.private.enc \\\n  -k \"\u003cpassphrase\u003e\"\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/infrablocks/ruby_vault. This project is intended to be a\nsafe, welcoming space for collaboration, and contributors are expected to adhere\nto the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrablocks%2Fruby_vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfrablocks%2Fruby_vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfrablocks%2Fruby_vault/lists"}