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

[AF-31] Prepare the core to run on frameworks #32

Merged
merged 2 commits into from
Mar 15, 2024
Merged

[AF-31] Prepare the core to run on frameworks #32

merged 2 commits into from
Mar 15, 2024

Conversation

ricardopacheco
Copy link
Owner

Issue number: resolves #31

Summary 🔴

This PR includes the necessary adjustments to load the core lib externally from ruby frameworks (or manual apps). It also includes updating the gems to the latest version. This create a 0.8.4 version.

Proposed / Possible solution 🔴

For frameworks to load core dependencies automatically via bundle, we need to place them in the gemspec file instead of the Gemfile (which will only contain development and testing dependencies).

How to test 👮‍♂️

This will be demonstrated in the api application that we are already making in another project. In this API, I will show you how to use the integrated core features. In core, no functionality was added/changed.

Risks / Impacts 🔴

  • None anticipated

Requirements for deployment 🔴

  • None anticipated

@ricardopacheco ricardopacheco added status:in-review In Review status priority:high High priority type:refactoring Adjustments that are necessary during the course of the project. labels Mar 15, 2024
@ricardopacheco ricardopacheco self-assigned this Mar 15, 2024
@ricardopacheco ricardopacheco merged commit 8aa4a37 into main Mar 15, 2024
1 check passed
@ricardopacheco ricardopacheco deleted the AF-31 branch March 15, 2024 18:08
@ricardopacheco ricardopacheco added status:done Done status and removed status:in-review In Review status labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority status:done Done status type:refactoring Adjustments that are necessary during the course of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare the core to run on frameworks
1 participant