robut
robut copied to clipboard
A simple plugin-enabled HipChat bot
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. Changelog Sourced from sinatra's changelog. 3.0.4 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai 3.0.3...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.0 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.1 to 1.5.5. Commits - See full diff in [compare view](https://github.com/sinatra/sinatra/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [crack](https://github.com/jnunemaker/crack) from 0.1.8 to 0.4.3. Commits - [`71ef643`](https://github.com/jnunemaker/crack/commit/71ef64354c3d766c69706875aef6587ad4fc004d) Release 0.4.3 - [`0bde947`](https://github.com/jnunemaker/crack/commit/0bde947fab9db2ccf1c05828a3fa611386dbb715) Merge pull request [#57](https://github-redirect.dependabot.com/jnunemaker/crack/issues/57) from aditiraveesh/master - [`d5dd090`](https://github.com/jnunemaker/crack/commit/d5dd090768dea0ffebd1b05002c16300dfa58754) Fix for key mangling when using multiple dates -...
Perhaps there's already a way to do this and I'm completely missing it, but I'd like to request a way to fork the process into the background. My goal is...
I'd like to have the bot appear in rooms when you @ mention it. I've figured out how to notice the invite, but joining the room after `Connection.new.connect` doesn't seem...
Still needs tests and some cleanup.
I have ruby script, which runs as daemon and fetches some data from internet every 60 seconds, and posts messages in our channel using HipChat's url hook. I want to...