Package Details: ruby-pry-0.9 0.9.12.6-2

Package Base: ruby-pry-0.9
Description: An IRB alternative and runtime developer console
Upstream URL: http://pry.github.com
Category: devel
Licenses: MIT
Submitter: joschi
Maintainer: None
Last Packager: joschi
Votes: 1
First Submitted: 2014-06-13 18:36
Last Updated: 2014-08-02 12:11

Latest Comments

Comment by joschi

2014-08-14 07:52

@jonnor It should especially not conflict with ruby-pry. What errors do you get when installing both packages, ruby-pry-0.9 and ruby-pry?

Comment by jonnor

2014-08-12 11:08

Missing conflicts with ruby-pry

Comment by joschi

2014-08-02 12:12

@carstene1ns Thanks! I've changed the PKGBUILD accordingly.

Comment by carstene1ns

2014-07-31 19:05

You should not use that $_bindir variable, as it will be populated with a path to the $HOME directory when someone is using the GEM_HOME environment variable.
You are installing bins with '-n' to $pkgdir anyways, so it would be better to use $pkgdir/usr/bin for that 'mv' command instead. Thanks!