Skip to content

Commit 53a4618

Browse files
ismoshkovIlya Moshkov
andauthored
Delete lasted Ruby references (#1107)
# Description Looks like recently closed [PR#1102](#1102) missed some Ruby references. This PR cleaned the rest. Co-authored-by: Ilya Moshkov <[email protected]>
1 parent c41c0fe commit 53a4618

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ proofs/ @houqp
33
python/ @wjones127 @fvaleye @rtyler @roeap @houqp
44
dynamodbb_lock/ @mosyp @houqp @xianwill
55
aws/delta-checkpoint/ @xianwill @houqp @rtyler @mosyp
6-
ruby/ @rtyler
76
tlaplus/ @houqp

.github/workflows/dev_pr/labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ rust:
99
binding/python:
1010
- python/**/*
1111

12-
binding/ruby:
13-
- ruby/**/*
14-
1512
ci:
1613
- .github/**.*
1714

.ignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# This file is used by cargo-watch
2-
ruby/spec
3-
ruby/lib
4-
52
.idea

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ used with data processing frameworks like
2121
link:https://github.com/apache/arrow-datafusion[datafusion],
2222
link:https://github.com/apache/arrow-datafusion/tree/master/ballista[ballista],
2323
link:https://github.com/pola-rs/polars[polars],
24-
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.
24+
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].
2525

2626
=== Features
2727

dev/release/update_change_log.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ FUTURE_RELEASE="0.6.0"
1717

1818
# only consider tags of the correct language
1919
if [ "$LANGUAGE" == "rust" ]; then
20-
EXCLUDED_LANGUAGES_REGEX="python.*|ruby.*"
20+
EXCLUDED_LANGUAGES_REGEX="python.*"
2121
elif [ "$LANGUAGE" == "python" ]; then
22-
EXCLUDED_LANGUAGES_REGEX="ruby.*|rust.*"
23-
elif [ "$LANGUAGE" == "ruby" ]; then
24-
EXCLUDED_LANGUAGES_REGEX="python.*|rust.*"
22+
EXCLUDED_LANGUAGES_REGEX="rust.*"
2523
else
26-
echo "Language $LANGUAGE is invalid. Should be one of Python, Ruby and Rust."
24+
echo "Language $LANGUAGE is invalid. Should be one of Python and Rust."
2725
fi
2826

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

0 commit comments

Comments
 (0)