Draft: Updates for ruby-rack
- upgpkg: 3.0.8-1 One test for ruby-sinatra!1 (closed) depends on this.
- Drop dependencies on Ruby Standard Gems FS#76004.
- Ruby package guidelines update.
- Formatting
- One entry per line for bash bash arrays.
- Reduce use of quotes and curly braces.
Merge request reports
Activity
added statusunconfirmed label
assigned to @anthraxx
mentioned in merge request ruby-sinatra!1 (closed)
added priority3-normal severity3-medium labels
removed severity3-medium label
added severity3-medium label
removed severity3-medium label
- Resolved by loqs
Drop dependencies on Ruby Standard Gems FS#76004.
Was there a decision on this yet? The situation about the ruby standard gems and how to treat them in the future is highly in flux right now.
29 rake build 32 local _gemdir="$(gem env gemdir)" 33 34 cd $_gemname-$pkgver 35 36 gem build $_gemname.gemspec 37 38 gem install \ 39 --local \ 40 --verbose \ 41 --ignore-dependencies \ 42 --no-user-install \ 43 --install-dir tmp_install/$_gemdir \ 44 --bindir tmp_install/usr/bin \ 45 $_gemname-$pkgver.gem 46 I implemented what I proposed from ruby-sinatra!1 (comment 146145) as the issue applies to both merge requests.
added 2 commits