aports/community/ruby-webrick/gemspec.patch
Jakub Jirutka 2485fe85a2 community/ruby-webrick: new aport
This gem is unbundled by upstream Ruby from 3.0.0.

When the gem was bundled its pkgver was set to that of the ruby-lang
package, now its pkgver is set to its upstream version which is lower so
users upgrading need to pass `--available` to the `apk upgrade` command.

I could find no aport that depend on this gem.

Co-Authored-By: omni <omni+alpine@hack.org>
2021-10-18 18:44:41 +02:00

16 lines
301 B
Diff

--- a/webrick.gemspec
+++ b/webrick.gemspec
@@ -14,12 +14,6 @@
s.require_path = %w{lib}
s.files = [
- "Gemfile",
- "LICENSE.txt",
- "README.md",
- "Rakefile",
- "bin/console",
- "bin/setup",
"lib/webrick.rb",
"lib/webrick/accesslog.rb",
"lib/webrick/cgi.rb",