No commit activity in last 3 years
No release in over 3 years
LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 2.6
~> 5.8
~> 11.1
 Project Readme

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

  1. Fork it ( http://github.com/Roonin-mx/livescript-source/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT