mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-10 23:07:05 +02:00
parent
0923472fce
commit
e4585a2933
@ -4,7 +4,7 @@ pkgname=ruby-typeprof
|
||||
_gemname=typeprof
|
||||
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
|
||||
# packaged Ruby version.
|
||||
pkgver=0.21.2
|
||||
pkgver=0.21.3
|
||||
pkgrel=0
|
||||
pkgdesc="A type analysis tool for Ruby code based on abstract interpretation"
|
||||
url="https://github.com/ruby/typeprof"
|
||||
@ -52,6 +52,6 @@ doc() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
53e9657ee0c98e131e8ec70400cb775cf643910e8985767742b50fda99285f33f787d810bcad08d9d633265577731a95fcf9a4e7568e4d6b0b603f14a6c10828 typeprof-0.21.2.tar.gz
|
||||
fca74df9bec09e886791b18c15a5e9b56ede5e7a980349d22ca49a2420a52b76f784966acd4dad6b230b199fefc8fb1bcaab98f34a9d2fa10a9a751c98b6c8b3 gemspec.patch
|
||||
ac9f0be4025181b994568e946591ddca4d0e4bb1949ba84d1920d765ba4549212e3fc4c10904ed691ecdbb153cd1b494f51065fcfddc4cb3c72ff5b393aa7c62 typeprof-0.21.3.tar.gz
|
||||
38b5f848ecf7c60c8c82bd57fabb4a1113789c31602058cc32de4d2c186acb5ec8f6d966b7ec09ccbc080640b5137477b49b5918015fd4859b1b91a7069869e2 gemspec.patch
|
||||
"
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
--- a/typeprof.gemspec
|
||||
+++ b/typeprof.gemspec
|
||||
@@ -25,4 +25 @@
|
||||
@@ -24,5 +24 @@
|
||||
- # Specify which files should be added to the gem when it is released.
|
||||
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
||||
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
||||
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(doc|test|spec|features|smoke|testbed)/}) }
|
||||
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(doc|test|spec|features|smoke|testbed|vscode)/}) }
|
||||
- end
|
||||
+ spec.files = Dir["exe/*", "lib/**/*.rb"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user