{"id":16434592,"url":"https://github.com/apertureless/mina-hipchat","last_synced_at":"2025-10-27T02:30:53.677Z","repository":{"id":31311889,"uuid":"34874221","full_name":"apertureless/mina-hipchat","owner":"apertureless","description":"HipChat room notifications for mina deploy","archived":false,"fork":false,"pushed_at":"2016-09-02T13:58:55.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T23:15:18.411Z","etag":null,"topics":[],"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/apertureless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.json","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":"2015-04-30T20:07:57.000Z","updated_at":"2016-02-02T11:50:06.000Z","dependencies_parsed_at":"2022-08-20T13:10:45.770Z","dependency_job_id":null,"html_url":"https://github.com/apertureless/mina-hipchat","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertureless%2Fmina-hipchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertureless%2Fmina-hipchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertureless%2Fmina-hipchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apertureless%2Fmina-hipchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apertureless","download_url":"https://codeload.github.com/apertureless/mina-hipchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861987,"owners_count":16555980,"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-10-11T08:49:37.160Z","updated_at":"2025-10-27T02:30:53.130Z","avatar_url":"https://github.com/apertureless.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/mina-hipchat.svg)](http://badge.fury.io/rb/mina-hipchat) [![Build Status](https://travis-ci.org/apertureless/mina-hipchat.svg?branch=master)](https://travis-ci.org/apertureless/mina-hipchat) [![Dependency Status](https://gemnasium.com/apertureless/mina-hipchat.svg)](https://gemnasium.com/apertureless/mina-hipchat)\n\n# Mina-Hipchat\nMina-Hipchat is a small gem for sending mina deploy notifications to HipChat.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'mina-hipchat'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install mina-hipchat\n\n## Usage example\n\nIt is more save to use the room id instead of the room name. This way it works even if you're room name have spaces in it.\n\n    require 'mina/hipchat'\n    …\n\n    # Required data\n    set :hipchat_room, 'room_1' # roomname or id\n    set :hipchat_token, 'xxx' # auth token\n\n    # Optional Data\n    set :hipchat_application, 'My Cool App' # application  name\n    set :hipchat_color, 'red' # Color it red. or \"yellow\", \"green\", \"purple\", \"random\" (default \"yellow\")\n    set :hipchat_notify, true # Send notifications to users (default false)\n\n\n\n\n## Available tasks\n\n- ```invoke :'hipchat:starting_deploy'```\n- ```invoke :'hipchat:finished_deploy'```\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, 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` to 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## Contributing\n\n1. Fork it ( https://github.com/apertureless/mina-hipchat/fork )\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 a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapertureless%2Fmina-hipchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapertureless%2Fmina-hipchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapertureless%2Fmina-hipchat/lists"}