Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes NameError related to Pathname #23

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

urtabajev
Copy link
Contributor

Fixes exiftool.rb:49:in `initialize': uninitialized constant Exiftool::Pathname (NameError) when multiget is used.

Error happens when user follows documentation and tries to use multiget like e = Exiftool.new(Dir["**/*.jpg"]) as Pathname is undefined in line 49.

Fixes exiftool.rb:49:in `initialize': uninitialized constant Exiftool::Pathname (NameError) when multiget is used.
@nobletrout
Copy link

please commit fix, this is definitely a thing on ruby 3.0.0p0

@morozgrafix
Copy link
Member

Thank you for your contribution.

@morozgrafix morozgrafix merged commit aa6f2e2 into exiftool-rb:master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants