{"id":19882120,"url":"https://github.com/codeclimate/velocity-client-ruby","last_synced_at":"2026-05-13T00:35:57.505Z","repository":{"id":44999826,"uuid":"395406771","full_name":"codeclimate/velocity-client-ruby","owner":"codeclimate","description":"Ruby library to interact with velocity teams API","archived":false,"fork":false,"pushed_at":"2022-01-14T14:52:30.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-06T06:34:04.697Z","etag":null,"topics":["opensource","velocity"],"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/codeclimate.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}},"created_at":"2021-08-12T18:12:21.000Z","updated_at":"2022-12-02T16:34:31.000Z","dependencies_parsed_at":"2022-08-23T17:01:17.703Z","dependency_job_id":null,"html_url":"https://github.com/codeclimate/velocity-client-ruby","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/codeclimate/velocity-client-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fvelocity-client-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fvelocity-client-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fvelocity-client-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fvelocity-client-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeclimate","download_url":"https://codeload.github.com/codeclimate/velocity-client-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fvelocity-client-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["opensource","velocity"],"created_at":"2024-11-12T17:16:27.026Z","updated_at":"2026-05-13T00:35:57.473Z","avatar_url":"https://github.com/codeclimate.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Velocity Client\n\nInteract with Velocity Teams API\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'velocity_client_ruby'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install velocity_client_ruby\n\n## Configuration\n\nIn order to be able to Access Velocity API you need to have a token.\nYou can set it up all your environemnt variables using configure method:\n\n```ruby\n  Velocity.configure do |config|\n    config.api_token = \"\u003cTOKEN\u003e\"\n  end\n```\n\n## Usage\n\n```ruby\nrequire \"velocity\"\n\nlist = CSV.parse(File.read('./examples/contributors.csv'), headers: true)\n\nlist.map do |contributor_data|\n  contributor = Velocity::Contributor.find_by(name: contributor_data['name'])\n\n  if contributor\n     puts \"Contributor #{contributor.id} found.\"\n  else\n    role = Velocity::Role.find_by(name: contributor_data['role_name'])\n\n    invite = Velocity::Invite.create(\n      name: contributor_date['name'],\n      email: contributor_data['email'],\n      job_function: contributor_data['job_function'],\n      role_ids: [role.id]\n    )\n\n    puts \"Invite #{invite.id} sent.\"\n  end\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n\n## Publishing\n\n1. Open version.rb file and version_spec.rb file and bump version\n2. run:\n\n```\nrake release\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/codeclimate/velocity-client-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to 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 [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the velocity-client-ruby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/velocity_client_ruby/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclimate%2Fvelocity-client-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeclimate%2Fvelocity-client-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclimate%2Fvelocity-client-ruby/lists"}