-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feature Request] modify Gemfile, package.json, etc #11
Comments
maybe the command should be called
|
Thanks, I like this idea - it's smt that makes continuous integration much better. |
Yes. That's a good idea. I like it, too! |
How should this feature be approached? Is it better to use regexp to parse Should this feature be interactive? |
I was thinking about method A - replace version-label by regexp pattern - less external dependencies, and most package managers follow quite similar structure. I already have similar project, that uses regex rules for matching: check this gist Yes, it should be interactive - asks Y/N for every change, unless flag In future it should also have support for ignore list. |
Yes, I'm working on a feature in Bundler to do something that would help resolve dependency conflicts. This would be something that would have to work with veye out of the box. |
As a developer
I would like to be able to do
and veye would look up what are the latest versions of my Gems and replace it in the Gemfile.
I then would run
when I then reparse the project, versioneye.com would then say "dependencies are up to date"
The text was updated successfully, but these errors were encountered: