|
The previous commit not only bumped the upstream version but also
switched from the Git-based source to a source tarball. This introduced
a regression due to upstream using `git ls-files` in their Gemspec.
Apply fix from Ruby guidelines. [1]
Other changes:
- Fix incorrect license expression
(upstream license is `GPL-2.0-only OR Ruby`, not MIT)
- Move examples to /usr/share/${pkgname}/examples
- Add documentation to /usr/share/doc/${pkgname}
- Exclude unnecessary files
[1]: https://wiki.archlinux.org/title/Ruby_package_guidelines#The_gem_is_deriving_the_files_to_add_with_%22git_ls-files%22
Reported-by: AUR user @envolution
|