
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Rails mountable engine to configure the email notifications plugin
Kenui version | Kill Bill version |
---|---|
0.1.x | 0.18.z (Rails 5) |
1.x.y | 0.20.z (Rails 5) |
2.0.y | 0.22.z (Rails 5) |
2.1.y | 0.24.z (Rails 6) |
3.x.y | 0.24.z (Rails 7) |
You can run this locally by using the test/dummy app provided.
To do so, specify your Kill Bill server url, api key and secret in test/dummy/config/initializers/killbill_client.rb
:
KillBillClient.url = 'http://127.0.0.1:8080/'
KillBillClient.api_key = 'bob'
KillBillClient.api_secret = 'lazar'
Then, simply run:
rails s
To run tests:
rails t
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that kenui 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
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.