Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Ruby gem compatibility #3

Merged
merged 4 commits into from
Feb 16, 2025

Conversation

derian-cordoba
Copy link
Owner

@derian-cordoba derian-cordoba commented Feb 16, 2025

Description

This PR resolved #1 and added the secure-keys.gemspec file adding the ruby gem compatibilty.

Currently, the gem is published officially on Ruby gem page.

To install the gem, run the following commands:

gem install secure-keys

or using bundler:

# Gemfile

gem 'secure-keys'

Install dependencies:

bundle install

Medias (if needed)

image

Testplan

  • I tested this change on my local environment.
  • I ran the unit tests.

Checklist

  • I added tests for this change.
  • I checked the code style and run the linter.
  • I added necessary documentation (if applicable).

@derian-cordoba derian-cordoba added the enhancement New feature or request label Feb 16, 2025
@derian-cordoba derian-cordoba self-assigned this Feb 16, 2025
@derian-cordoba derian-cordoba merged commit 83affc0 into main Feb 16, 2025
@derian-cordoba derian-cordoba deleted the derian/task/create-ruby-gem-compatibility branch February 16, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Ruby Gem compatibility
2 participants