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

feat(bindings/ruby): Add simple operators to Ruby binding #5246

Merged
merged 7 commits into from
Nov 5, 2024

Commits on Oct 26, 2024

  1. Bump Ruby bindings dependencies with minimal Ruby 3.1.3

    - Ruby 3.0 is EoL. Since OpenDAL gem is fresh new, use 3.1 and up
    - Use a Ruby with rubygems that can compile Rust gem
    erickguan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3e4ead6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e89343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14fec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f86323e View commit details
    Browse the repository at this point in the history
  5. Add more operations:

    - create_dir
    - delete
    - exist?
    - rename
    - remove_all
    - copy
    
    Also refactor tests with Ruby stdlib
    erickguan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    39ea07e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efe2e27 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    eb472ce View commit details
    Browse the repository at this point in the history