moxley / atom-ruby-test

Run Ruby tests, Rspec examples, and Cucumber features from Atom
MIT License
43 stars 36 forks source link

Fix atom engine semver #42

Closed izuzak closed 9 years ago

izuzak commented 9 years ago

This was a typo in Atom's docs for upgrading packages. The current semver >=0.174.0, <2.0.0 is not valid and is skipped when installing via apm. See https://github.com/atom/atom/pull/5417 for more details. You'll need to publish a new version of the package after merging this.

moxley commented 9 years ago

Thanks @izuzak!