
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Ruby library for Peach API
Install the gem and add to the application's Gemfile by executing:
$ bundle add peach-ruby
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install peach-ruby
Configure the SDK with your API Token:
require 'peach-ruby'
Peach.configure do |config|
config.api_token = '<YOUR API TOKEN>'
end
And then use it:
require 'peach-ruby'
contact = {
id: 1,
name: 'John Doe',
language: 'en',
last_name: 'Doe',
account_id: 1,
first_name: 'John',
country_code: '91',
phone_number: '+919988776655'
}
# you may pass in an OpenStruct as well, if needed
Peach::TemplateMessage.deliver('wat_1234abcd', { foo: 'bar' }, contact)
bin/setup
bundle exec rake spec
bin/console
bundle exec rake install
We use the rubygems/release-gem@v1 action, which creates the tags and pushes the .gem
file to rubygems.org for us.
What we need to do then is:
version.rb
bundle install
to update Gemfile.lock
with the new gem versionThe GitHub Action then should ideally take care of the rest.
Bug reports and pull requests are welcome on GitHub at https://github.com/trypeach-io/peach-ruby.
FAQs
Unknown package
We found that peach-ruby 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.