-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Version 2.2.4 raises LoadError due to index
missing.
#1
Comments
I put this here because it seems like you're actively working on things, and so I assume you were the one who pushed that 2.2.4 version up (it says that May 21 2019 is the date it was pushed). If that wasn't you feel free to direct me elsewhere |
🙇 @chrisjohnson. Digging into this now. This release was only meant to add a post install message but how the original gem packaged itself is not straightforward. I'll get out another patch tonight, though. |
@chrisjohnson, @ryanmt, @g-arjones I've released 2.2.5 with the necessary patch. When you get a chance could you confirm all is well? It's important to note that I've not changed the implementation details. I've only added a post install message you'll see when installing the gem. It'll look like this:
Otherwise, functionality should be identical even though I packaged both the 2.2.4 and 2.2.5 release with a new version of Bundler. |
index
missing.
All great, thank you for taking the time.. 👍 |
Works well here! Thanks :) |
Awesome, good to hear! I'm going to close this issue as resolved. Keep in mind the |
👍 here as well. Thanks for quickly resolving! |
Overview
I tried to install tmuxinator, which depends on xdg (but doesn't specify that it should be <=2.2.3).
gem install tmuxinator
saw that xdg 2.2.4 was available and used that.When I ran tmuxinator, I got the following error:
I tried various ruby versions to be sure. I checked in
~/.rbenv/versions/2.4.6/lib/ruby/gems/2.4.0/gems/xdg-2.2.4/lib/xdg/
and saw that there was no index.rbMy hunch is the 2.2.4 version should just be pulled down. It doesn't seem to match the latest master from the original rubyworks repository which does include an index.rb so I'm not sure where it came from.
Environment
macOS Mojave
The text was updated successfully, but these errors were encountered: