Update to version 0.2.0 with significant changes #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
TALibtoTALibFFIfor improved clarity.lib/ta_lib.rbtolib/ta_lib_ffi.rbto reflect the new module name.These updates enhance the clarity and maintainability of the library, ensuring better integration with Ruby's autoloading mechanisms.
PR Type
Enhancement, Documentation
Description
Renamed module from
TALibtoTALibFFIfor improved clarityAdded Zeitwerk inflector configuration for proper constant loading
Updated version to 0.2.0 and aligned all references to the new module name
Updated documentation (README, CHANGELOG) to reflect changes
Changes walkthrough 📝
ta_lib_ffi.rb
Rename module and add Zeitwerk inflectorlib/ta_lib_ffi.rb
TALibtoTALibFFIspec_helper.rb
Update require statement for new module namespec/spec_helper.rb
ta_lib_ffiinstead ofta_libta_lib_ffi_spec.rb
Update specs for new module name and versionspec/ta_lib_ffi_spec.rb
TALibtoTALibFFIta_lib_ffi.gemspec
Update gemspec for new module nameta_lib_ffi.gemspec
lib/ta_lib_ffiTALibFFI::VERSIONCHANGELOG.md
Update changelog for version 0.2.0CHANGELOG.md
README.md
Update README for new module nameREADME.md
TALibtoTALibFFI