Package Details: ruby-hashie 5.0.0-1

Git Clone URL: https://aur.archlinux.org/ruby-hashie.git (read-only, click to copy)
Package Base: ruby-hashie
Description: a collection of classes and mixins that make Ruby hashes more powerful
Upstream URL: https://github.com/hashie/hashie
Licenses: MIT
Submitter: ClawOfLight
Maintainer: supermario
Last Packager: supermario
Votes: 0
Popularity: 0.000000
First Submitted: 2018-02-14 08:50 (UTC)
Last Updated: 2021-11-20 16:17 (UTC)

Latest Comments

micwoj92 commented on 2025-06-24 19:20 (UTC)

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _gemname=hashie
 pkgname=ruby-$_gemname
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a collection of classes and mixins that make Ruby hashes more powerful"
 arch=(any)
 url=https://github.com/hashie/hashie
@@ -12,11 +12,15 @@ depends=(ruby)
 checkdepends=(ruby-rake ruby-rspec ruby-rspec-pending_for)
 makedepends=(rubygems ruby-rdoc)
 options=(!emptydirs)
-source=(https://github.com/hashie/hashie/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('f16d5394d732678d6287a334aeb41e88bb12fe78c22c4b749ffcb0570014f59a')
+source=(https://github.com/hashie/hashie/archive/v$pkgver/$_gemname-$pkgver.tar.gz
+        https://github.com/hashie/hashie/commit/47ad61e1904723b56a1860b2da444775d556a156.patch)
+sha256sums=('f16d5394d732678d6287a334aeb41e88bb12fe78c22c4b749ffcb0570014f59a'
+            'c2f6952200e6c033d71af6f0310e650cea8227e8f4e29b03347884e2798a7861')

 prepare() {
   cd $_gemname-$pkgver
+  patch -p1 -i ../47ad61e1904723b56a1860b2da444775d556a156.patch
+
   sed -i 's|~>|>=|g' Gemfile

   sed -i '/benchmark/d' Gemfile

supermario commented on 2025-06-20 08:25 (UTC)

The patch doesn't apply cleanly. Maybe you can poke upstream to make a release? It's been 3 years since the last one

micwoj92 commented on 2025-06-19 16:46 (UTC)

This was fixed upstream in https://github.com/hashie/hashie/commit/2b3120ad4a6f54990dfec5b10f5769e3714ab1e8

Can you please apply this fix?

micwoj92 commented on 2025-02-26 20:57 (UTC)

Check fails, entire log here: https://gist.github.com/micwoj92/ed8b2c983e167f790f4bdfb83508945f