{"id":16948100,"url":"https://github.com/technicalpickles/capistrano-campfire","last_synced_at":"2025-09-27T20:31:20.477Z","repository":{"id":1017648,"uuid":"845204","full_name":"technicalpickles/capistrano-campfire","owner":"technicalpickles","description":"A tiny shim for using campfire from capistrano","archived":false,"fork":false,"pushed_at":"2015-06-12T16:00:26.000Z","size":190,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-21T08:57:11.647Z","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/technicalpickles.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-18T01:13:25.000Z","updated_at":"2022-04-06T03:01:59.000Z","dependencies_parsed_at":"2022-08-16T11:50:19.928Z","dependency_job_id":null,"html_url":"https://github.com/technicalpickles/capistrano-campfire","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/technicalpickles/capistrano-campfire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcapistrano-campfire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcapistrano-campfire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcapistrano-campfire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcapistrano-campfire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicalpickles","download_url":"https://codeload.github.com/technicalpickles/capistrano-campfire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcapistrano-campfire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277095793,"owners_count":25760027,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T21:49:38.007Z","updated_at":"2025-09-27T20:31:20.262Z","avatar_url":"https://github.com/technicalpickles.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= capistrano-campfire\n\ncapistrano-campfire is a really tiny library to expose a Campfire room to Capistrano.\n\nSpecifically, you configure some `campfire_options` about the room, and then you magically get access to a `campfire_room`. It's just a `Tinder::Campfire` instance, so you can do whatever you would normally with that.\n\nInstall it the usual way:\n\n    gem install capistrano-campfire\n\nAnd here's a quick example for your `config/deploy.rb`:\n\n    require 'capistrano/campfire'\n\n    set :campfire_options, :account =\u003e 'zim',\n                           :room =\u003e 'World Conquest',\n                           :token =\u003e '001000101110101001011112',\n                           :ssl =\u003e true\n\n\n    task :ohai do\n      campfire_room.speak 'o hai'\n    end\n\n\nYou can also be posting to multiple campfire rooms/accounts.\n\n    require 'capistrano/campfire'\n\n    set :campfire_options, :rooms =\u003e [{\n                                       :account =\u003e 'zim',\n                                       :room =\u003e 'World Conquest',\n                                       :token =\u003e '001000101110101001011112',\n                                     }, {\n                                       :account =\u003e 'swolleneyeballnetwork',\n                                       :room =\u003e 'Agents',\n                                       :token =\u003e '2001000101110101001011110',\n                                     }],\n                           :ssl =\u003e true\n\n\n    task :ohai do\n      campfire_rooms.speak 'o hai'\n    end\n\n\nInstead of `room` option, you can pass the `room_id` if your room name contains some special characters.\n\n\n== Note on Patches/Pull Requests\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don't break it in a\n  future version unintentionally.\n* Commit, do not mess with rakefile, version, or history.  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Send me a pull request. Bonus points for topic branches.\n\n== Copyright\n\nCopyright (c) 2010 Joshua Nichols. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fcapistrano-campfire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicalpickles%2Fcapistrano-campfire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fcapistrano-campfire/lists"}