Skip to content

Commit

Permalink
Delete lasted Ruby references (delta-io#1107)
Browse files Browse the repository at this point in the history
# Description
Looks like recently closed
[PR#1102](delta-io#1102) missed some
Ruby references.
This PR cleaned the rest.

Co-authored-by: Ilya Moshkov <ilya.moshkov@exosfinancial.com>
  • Loading branch information
2 people authored and chitralverma committed Mar 17, 2023
1 parent df5175a commit bee698e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ proofs/ @houqp
python/ @wjones127 @fvaleye @rtyler @roeap @houqp
dynamodbb_lock/ @mosyp @houqp @xianwill
aws/delta-checkpoint/ @xianwill @houqp @rtyler @mosyp
ruby/ @rtyler
tlaplus/ @houqp
3 changes: 0 additions & 3 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ rust:
binding/python:
- python/**/*

binding/ruby:
- ruby/**/*

ci:
- .github/**.*

Expand Down
3 changes: 0 additions & 3 deletions .ignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# This file is used by cargo-watch
ruby/spec
ruby/lib

.idea
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ used with data processing frameworks like
link:https://github.com/apache/arrow-datafusion[datafusion],
link:https://github.com/apache/arrow-datafusion/tree/master/ballista[ballista],
link:https://github.com/pola-rs/polars[polars],
link:https://github.com/rajasekarv/vega[vega], etc. It also provides bindings to other higher level languages such as link:https://delta-io.github.io/delta-rs/python/[Python] or Ruby.
link:https://github.com/rajasekarv/vega[vega], etc. It also provides bindings to other higher level language link:https://delta-io.github.io/delta-rs/python/[Python].

=== Features

Expand Down
8 changes: 3 additions & 5 deletions dev/release/update_change_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ FUTURE_RELEASE="0.6.0"

# only consider tags of the correct language
if [ "$LANGUAGE" == "rust" ]; then
EXCLUDED_LANGUAGES_REGEX="python.*|ruby.*"
EXCLUDED_LANGUAGES_REGEX="python.*"
elif [ "$LANGUAGE" == "python" ]; then
EXCLUDED_LANGUAGES_REGEX="ruby.*|rust.*"
elif [ "$LANGUAGE" == "ruby" ]; then
EXCLUDED_LANGUAGES_REGEX="python.*|rust.*"
EXCLUDED_LANGUAGES_REGEX="rust.*"
else
echo "Language $LANGUAGE is invalid. Should be one of Python, Ruby and Rust."
echo "Language $LANGUAGE is invalid. Should be one of Python and Rust."
fi

SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Expand Down

0 comments on commit bee698e

Please sign in to comment.