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(ruby-rdf): add ruby-rdf v3.3.1 #221

Merged
merged 1 commit into from
Nov 24, 2023
Merged

feat(ruby-rdf): add ruby-rdf v3.3.1 #221

merged 1 commit into from
Nov 24, 2023

Conversation

ccamel
Copy link
Member

@ccamel ccamel commented Nov 24, 2023

Self explantory.

Adds the ruby-rdf v3.3.1 release image, running with Ruby v3.2.2 under alpine v3.18.

Summary by CodeRabbit

  • New Features
    • Introduced a Docker container setup for the Ruby application with support for various RDF formats and SPARQL.

@ccamel ccamel self-assigned this Nov 24, 2023
Copy link

coderabbitai bot commented Nov 24, 2023

Walkthrough

The change introduces a Dockerfile for setting up a Ruby environment tailored for working with RDF (Resource Description Framework) data. It is based on a lightweight Alpine Linux image with Ruby installed and includes a suite of gems that enable parsing, serializing, and querying RDF data in various formats such as Turtle, N3, JSON-LD, and RDF/XML.

Changes

File Change Summary
dockerfiles/ruby-rdf/3.3.1/Dockerfile Added a Dockerfile for a Ruby RDF application using ruby:3.2.2-alpine3.18 with RDF-related gems.

Poem

In the world of data so vast and wide, 🌐
A Dockerfile was crafted with care inside. 🐳
With Ruby gems lined up in a row, 💎
RDF parsing is now ready to go. 🚀

Turtle, N3, or JSON-LD, 🐢
Formats aplenty, in harmony they blend. 🎶
SPARQL queries, XML so fine, 📊
All from the burrow of this coder rabbit of mine. 🐰✨

So hop along on this data spree, 🐇
With Docker and Ruby, as happy as can be! 🎉


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between c2b12e8 and d736501.
Files selected for processing (1)
  • dockerfiles/ruby-rdf/3.3.1/Dockerfile (1 hunks)
Additional comments: 1
dockerfiles/ruby-rdf/3.3.1/Dockerfile (1)
  • 1-13:

The versions of the Ruby gems rdf-turtle, rdf-n3, rdf-json, rdf-rdfxml, json-ld, and sparql are pinned to 3.3.0 while the rdf gem is at 3.3.1. Verify if these versions are compatible and if it's intentional to not use 3.3.1 for all gems.

@ccamel ccamel merged commit 316d92e into main Nov 24, 2023
9 checks passed
@ccamel ccamel deleted the feat/ruby-rdf-3.3.1 branch November 24, 2023 10:25
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.

1 participant