Jakub Jirutka be90bcc2f8 community/ruby-net-telnet: 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

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'