hmatsuda / ruby-block

highlight matching ruby block on Atom editor
https://atom.io/packages/ruby-block
GNU General Public License v2.0
16 stars 11 forks source link

Fix atom engine semver #6

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.

hmatsuda commented 9 years ago

Thanks!