-
Notifications
You must be signed in to change notification settings - Fork 274
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
Getting 'NoMethodError' when try to run on our project #43
Comments
This should be fixed now that localized files are correctly handled, thanks to #63. Can you try again and let me know? |
I'm going to say it's safe to assume that this is fixed now. |
I'm afraid this has not been fixed yet.
Could you reopen this issue? The error message and pretty much all surrounding circumstances seem to be same, except the version of your tool of course. |
You need to update synx -- you're still on |
Eh.. I might be missing something then. Also, installing it via 'gem install synx' installs 0.0.54 again. |
Ah, it looks like I failed to push the new gem to RubyGems. I'll push it tomorrow when I get to my computer; in the mean time you can tell rubygems to install from git |
Thanks, I got it working.. somewhat. It completely destroys my repo. |
@Mark2xv RubyGems was in a weird state apparently where $ gem push synx-0.0.6.gem
Pushing gem to https://rubygems.org...
Repushing of gem versions is not allowed.
Please use `gem yank` to remove bad gem releases. but RubyGems site doesn't show that version ever being pushed. So, I cut a new version |
I'm getting this error:
I get this whenever I try to run synx on our project.
The end result is not good either - it seems that it simply removes all the files it would try to move and leaves it at that.
I am completely unfamiliar with ruby or what not, so if I'm doing something wrong with my setup please tell me. :)
The text was updated successfully, but these errors were encountered: