mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 06:02:45 +01:00
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>
14 lines
494 B
Diff
14 lines
494 B
Diff
--- a/net-telnet.gemspec
|
|
+++ b/net-telnet.gemspec
|
|
@@ -14,9 +14,7 @@
|
|
spec.homepage = "https://github.com/ruby/net-telnet"
|
|
spec.license = "ruby"
|
|
|
|
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
- spec.bindir = "exe"
|
|
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
+ spec.files = Dir["lib/**/*.rb"]
|
|
spec.require_paths = ["lib"]
|
|
|
|
spec.required_ruby_version = '>= 2.3.0'
|