Search Criteria
Package Details: ruby-pry 0.14.0-1
Git Clone URL: | https://aur.archlinux.org/ruby-pry.git (read-only, click to copy) |
---|---|
Package Base: | ruby-pry |
Description: | An IRB alternative and runtime developer console |
Upstream URL: | https://github.com/pry/pry |
Licenses: | |
Submitter: | masterkorp |
Maintainer: | supermario |
Last Packager: | supermario |
Votes: | 20 |
Popularity: | 0.000118 |
First Submitted: | 2012-09-19 12:36 |
Last Updated: | 2021-02-08 22:09 |
Dependencies (6)
- ruby (ruby1.8, rvm)
- ruby-coderay
- ruby-method_source
- git (git-git) (make)
- ruby-rdoc (make)
- rubygems (make)
Required by (9)
- fpm-git
- nanoc (optional)
- ruby-guard
- ruby-rest-client (make)
- ruby-rubyzip (optional)
- ruby-totoridipjp (optional)
- ruby-travis
- whatweb (optional)
- whatweb-git (optional)
Latest Comments
razielgn commented on 2020-03-25 18:01
Package version 0.13.0-1 (latest) is broken, I think. No code gets actually packaged. Here's a
pacman -Ql ruby-pry
:Invoking program
pry
yields:a-wing commented on 2018-10-11 03:22
Lastest pry no depends slop
https://rubygems.org/gems/pry
ephaeton commented on 2015-08-17 09:48
fail: There is no ruby-method_source.
masterkorp commented on 2013-03-05 16:50
@mrzeznicki You need to update ruby-slop too. I forced it on the PKGBUILD tough.
mrzeznicki commented on 2013-03-05 16:47
Ok, I sorted it out (my last comment). It seems that rdoc in ruby is outdated and it cannot prepare docs for the newest pry - so anyone seeing error like the one below should install AUR version (ruby-rdoc 3.12-1 at the moment). Error disappears.
mrzeznicki commented on 2013-03-05 16:42
Hi,
The newest release does not build on my machine:
Installing ri documentation for pry-0.9.12...
RDoc::Parser::Ruby failure around line 25 of
lib/pry/commands/ls.rb
Before reporting this, could you check that the file you're documenting
has proper syntax:
/usr/bin/ruby -c lib/pry/commands/ls.rb
RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
The internal error was:
(NoMethodError) undefined method `name' for #<RDoc::RubyToken::TkDOT:0x0000000304d348>
ERROR: While generating documentation for pry-0.9.12
... MESSAGE: undefined method `name' for #<RDoc::RubyToken::TkDOT:0x0000000304d348>
... RDOC args: --ri --op /opt/build/pkg/usr/
Anyone seeing this?