Skip to content

Commit 085ffee

Browse files
justinvreelandJustin Vreeland
authored andcommitted
Fixup new default/bundled gems
1 parent f8082fd commit 085ffee

65 files changed

Lines changed: 123 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ruby-3.4.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ pipeline:
9090
rm -rf --verbose ${{targets.destdir}}/usr/lib/ruby/specifications/${gem}-*.gemspec
9191
rm -rf --verbose ${{targets.destdir}}/usr/lib/ruby/gems/${{package.version}}*/specifications/${gem}*.gemspec
9292
rm -rf --verbose ${{targets.destdir}}/usr/lib/ruby/gems/${{package.version}}*/specifications/default/${gem}*.gemspec
93+
rm -rf --verbose ${{targets.destdir}}/usr/lib/ruby/${{package.version}}*/${gem}
94+
rm -rf --verbose ${{targets.destdir}}/usr/lib/ruby/${{package.version}}*/${gem}.rb
95+
# Get rid of the syntax_suggest binary
9396
done < standard_gems
9497
while read -r bin ; do
9598
echo $bin

ruby-3.4/standard_gems

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Default gemsbenchmark
1+
# Default gems
2+
benchmark
23
bundler
34
cgi
45
date
@@ -58,7 +59,8 @@ weakref
5859
win32ole
5960
yaml
6061
zlib
61-
# Bundled gemsabbrev
62+
# Bundled
63+
gemsabbrev
6264
base64
6365
bigdecimal
6466
csv
@@ -75,6 +77,7 @@ nkf
7577
observer
7678
prime
7779
racc
80+
rake
7881
resolv-replace
7982
rexml
8083
rinda

ruby-3.4/standard_gems_bins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ irb
1111
rdoc
1212
ri
1313
bundler
14+
syntax_suggest

ruby3.4-abbrev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- git
1818
- ruby-${{vars.rubyMM}}
1919
- ruby-${{vars.rubyMM}}-dev
20+
- ruby3.4-rubygems
2021

2122
pipeline:
2223
- uses: fetch

ruby3.4-cgi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
- ruby${{vars.rubyMM}}-rubygems
1919
- ruby-${{vars.rubyMM}}
2020
- ruby-${{vars.rubyMM}}-dev
21+
- ruby3.4-rubygems
2122

2223
pipeline:
2324
- uses: fetch

ruby3.4-delegate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- git
1818
- ruby-${{vars.rubyMM}}
1919
- ruby-${{vars.rubyMM}}-dev
20+
- ruby3.4-rubygems
2021

2122
pipeline:
2223
- uses: fetch

ruby3.4-did_you_mean.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616
- git
1717
- ruby-${{vars.rubyMM}}
1818
- ruby-${{vars.rubyMM}}-dev
19+
- ruby3.4-rubygems
1920

2021
pipeline:
2122
- uses: fetch

ruby3.4-digest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- git
1818
- ruby-${{vars.rubyMM}}
1919
- ruby-${{vars.rubyMM}}-dev
20+
- ruby3.4-rubygems
2021

2122
pipeline:
2223
- uses: fetch

ruby3.4-drb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
- ruby${{vars.rubyMM}}-rubygems
1919
- ruby-${{vars.rubyMM}}
2020
- ruby-${{vars.rubyMM}}-dev
21+
- ruby3.4-rubygems
2122

2223
vars:
2324
gem: drb

ruby3.4-english.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- git
1818
- ruby-${{vars.rubyMM}}
1919
- ruby-${{vars.rubyMM}}-dev
20+
- ruby${{vars.rubyMM}}-rubygems
2021

2122
pipeline:
2223
- uses: fetch
@@ -26,7 +27,7 @@ pipeline:
2627

2728
- uses: ruby/build
2829
with:
29-
gem: ${{vars.gem}}
30+
gem: English
3031

3132
- uses: ruby/install
3233
with:

0 commit comments

Comments
 (0)