Package Details: ruby-rubyzip 2.3.2-1

Git Clone URL: https://aur.archlinux.org/ruby-rubyzip.git (read-only, click to copy)
Package Base: ruby-rubyzip
Description: rubyzip is a ruby module for reading and writing zip files
Upstream URL: http://github.com/rubyzip/rubyzip
Licenses: custom:BSD 2-clause
Groups: pacgem
Submitter: orumin
Maintainer: Rogach
Last Packager: Rogach
Votes: 1
Popularity: 0.000000
First Submitted: 2016-08-13 14:30 (UTC)
Last Updated: 2022-05-06 09:21 (UTC)

Dependencies (6)

  • ruby
  • binutils (make)
  • ruby (make)
  • ruby-minitest (optional) – minitest provides a complete suite of testing facilities supporting TDD, BDD, mo... (Development dependency)
  • ruby-pry (optional) – An IRB alternative and runtime developer console (Development dependency)
  • ruby-rake (ruby-rake-12AUR) (optional) – Rake is a Make-like program implemented in Ruby (Development dependency)

Sources (1)

Latest Comments

Rogach commented on 2019-01-19 11:40 (UTC)

--no-ri and --no-rdoc options to gem install are deprecated and removed, --no-document should be used instead. Patch to PKGBUILD:

--- PKGBUILD.orig   2019-01-19 14:24:27.274700758 +0300
+++ PKGBUILD    2019-01-19 14:24:39.968215501 +0300
@@ -33,7 +33,7 @@

   # Install the gem
   install -d -m755 $_bindir $_gemdir
-  $_gem install --no-ri --no-rdoc --ignore-dependencies --no-user-install \
+  $_gem install --no-document --ignore-dependencies --no-user-install \
                 --bindir $_bindir --install-dir $_gemdir "$srcdir/$_gemname-$pkgver.gem"
 }

farwayer commented on 2018-10-16 10:42 (UTC)

@orumin can you update to 1.2.2 please?