{"id":20407837,"url":"https://github.com/restorando/capistrano-hipchat","last_synced_at":"2025-04-12T15:21:48.131Z","repository":{"id":12782077,"uuid":"15455671","full_name":"restorando/capistrano-hipchat","owner":"restorando","description":"Capistrano plugin to notify deployments on HipChat","archived":false,"fork":false,"pushed_at":"2015-10-15T14:51:23.000Z","size":219,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-26T09:51:14.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/restorando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-26T15:59:45.000Z","updated_at":"2020-09-28T10:03:21.000Z","dependencies_parsed_at":"2022-09-14T12:23:11.414Z","dependency_job_id":null,"html_url":"https://github.com/restorando/capistrano-hipchat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Fcapistrano-hipchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Fcapistrano-hipchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Fcapistrano-hipchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restorando%2Fcapistrano-hipchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/restorando","download_url":"https://codeload.github.com/restorando/capistrano-hipchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586318,"owners_count":21129015,"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":[],"created_at":"2024-11-15T05:26:29.137Z","updated_at":"2025-04-12T15:21:48.105Z","avatar_url":"https://github.com/restorando.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Hipchat\n\nNotifies in a hipchat room about a new deployment showing the git log\nfor the latests commits included in the current deploy.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    group :deployment do\n      gem 'capistrano-hipchat'\n    end\n\nThe group declaration is optional, but it's important to make sure you only load this gem within a Capistrano script\n(as explained below) and never within your application (eg. rails does the require of the default bundler group and\nthe current environment group.\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano-hipchat\n\n## Usage\n\nAdd this to your `Capfile`\n\n```ruby\nrequire 'capistrano/hipchat'\n```\n\nThen you need to configure your hipchat token and the room you want to notify\nabout the new deployment\n\n\n```ruby\nset :hipchat_token, \"YOUR TOKEN\"\nset :hipchat_room_name, \"Hackers\"\n```\n\nTo known who is deploying capistrano-hipchat relies on the custom variable\n`local_user`, you can set it like this\n\n```ruby\nset :local_user, \"deployer\"\n```\n\nYou can also configure:\n\n- :hipchat_bot_name (default: Deployer)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestorando%2Fcapistrano-hipchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestorando%2Fcapistrano-hipchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestorando%2Fcapistrano-hipchat/lists"}