
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
artsy-event_publisher
Advanced tools
Lightweight helper for publishing events to rabbitmq in a pattern consistent with Artsy's ecosystem.
Add following line to your Gemfile
gem "artsy-event_publisher"
Example initialization:
# config/initializers/artsy_event-publisher.rb
Artsy::EventPublisher.configure do |config|
config.app_id = "my-app" # identifies RabbitMQ connection
config.enabled = true # enable/disable publishing events
config.rabbitmq_url = "amqp(s)://<user>:<pass>@<host>:<port>/<vhost>" # required
config.logger = Rails.logger
end
Publishing a sample event:
Artsy::EventPublisher.publish(
"auctions",
"bidder.pending_approval",
verb: "pending_approval",
subject: {id: bidder.id.to_s, root_type: "Bidder", display: bidder.name},
object: {id: sale.id.to_s, root_type: "Sale", display: sale.name}
)
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests.
To install this gem on 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 the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/artsy/artsy-event_publisher.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that artsy-event_publisher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.