Skip to content

Conversation

@tagliala
Copy link
Member

  • Drop Version module and go for Sharepoint::VERSION directly
  • Drop BUILD constant because it does not meet SemVer and there are no native extensions in this gem, so it was pointless
  • Drop Ruby < 3.0 compatibility
  • Drop AS < 7.0 compatibility
  • Add ostruct dependency for Ruby 3.5 support
  • Autofix new RuboCop offences
    • Lint/RedundantDirGlobSort (unsafe - non production)
    • Performance/MapCompact (unsafe)
    • Style/RedundantInterpolationUnfreeze
    • Style/HashTransformKeys (unsafe)
    • Style/SlicingWithRange (unsafe)

- Drop `Version` module and go for `Sharepoint::VERSION` directly
- Drop `BUILD` constant because it does not meet SemVer and there are
  no native extensions in this gem, so it was pointless
- Drop Ruby < 3.0 compatibility
- Drop AS < 7.0 compatibility
- Add ostruct dependency for Ruby 3.5 support
- Autofix new RuboCop offences
  - Lint/RedundantDirGlobSort (unsafe - non production)
  - Performance/MapCompact (unsafe)
  - Style/HashTransformKeys (unsafe)
  - Style/RedundantInterpolationUnfreeze
  - Style/SlicingWithRange (unsafe)
@tagliala tagliala merged commit 1857439 into master Mar 27, 2025
7 checks passed
@tagliala tagliala deleted the feature/v2 branch March 27, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants