LiveScript::Source
LiveScript source files used for compiling LiveScript to javascript in ruby.
Version strategy
The git tags and gem versions keep in sync with LiveScript compiler version it provides.
If for some reason (like packaging error) we need to republish a same version, we'll add a forth segment to the version (eg. 1.5.0.1).
Fortunately LiveScript itself only use three-segment version numbers.
Usage
It's used as a dependency by livescript gem.
It's not recommended to install it directly.
Instead, install livescript, and it will pick up an appropriate version of this gem to install.
Maintaining
# update LiveScript source file
./update [VERSION]
# test
bundle exec rake test
# build
gem build livescript-source.gemspec
# push to rubygems.org
gem push livescript-source-[VERSION].gem
VERSION should be tags in gkz/LiveScript.
Contributing
- Fork it ( http://github.com/Roonin-mx/livescript-source/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
MIT