rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Add version flag to CLI #49

Closed vermiculus closed 8 years ago

vermiculus commented 9 years ago

Add version flag to CLI

This should be augmented to retrieve the version information from the gemspec.

Gem::Specification::load("evm.gemspec").version

works, but must be done at project root. There has to be a better way.

rejeep commented 9 years ago

If you figure out how to do this, I would be happy to merge it. There must be lots of gems that does this.

vermiculus commented 8 years ago

I've cloned my fork in case we ever want to revisit this, but I don't see this going anywhere anytime soon. It's not terribly important, anyway 😄