chu4Meek4e
chu4Meek4e

Reputation: 333

How can I list content of installed gem?

Some gems ("sup" for example) install files not only in gem environment gemdir, but also in other places - like /usr/local/bin.

How can I list all files that belong to given gem?

Upvotes: 18

Views: 9497

Answers (2)

Maurício Linhares
Maurício Linhares

Reputation: 40333

What you're looking for is:

gem contents gem_name_here

Upvotes: 27

Zippie
Zippie

Reputation: 6088

To view the content:

bundle open gemname

Upvotes: 2

Related Questions