aports/main/ruby-rss/gemspec.patch
Jakub Jirutka 1d2da34c19 main/ruby-rss: new aport
This gem was bundled in main/ruby and it's on the list of the "Bundled gems"
(https://stdgems.org/#bundled-gems-ruby-302) for Ruby 3.0.2. I'm moving it
to a separate aport to provide a correct pkgver - to avoid confusion and
future complications if the upstream decide to remove it from the
"Bundled gems" (as they did for some other gems with 3.0.0 release).

When the gem was bundled its pkgver was set to that of the ruby 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.
2021-10-18 18:44:43 +02:00

18 lines
346 B
Diff

--- a/rss.gemspec
+++ b/rss.gemspec
@@ -13,14 +13,8 @@
spec.files = [
"#{spec.name}.gemspec",
- "Gemfile",
- "LICENSE.txt",
- "NEWS.md",
- "README.md",
- "Rakefile",
]
spec.files += Dir.glob("lib/**/*.rb")
- spec.test_files += Dir.glob("test/**/*")
spec.require_paths = ["lib"]
spec.add_dependency "rexml"