RubyGems Navigation menu

node-marshal 0.2.2

This gem is designed for transformation of Ruby source code (eiher in the form of files or strings) to the Ruby nodes (syntax trees) used by Ruby MRI internals. Obtained nodes can be serialized to the platform-dependent binary or ASCII strings and restored and launched from serialized format. Such kind of transformation is irreversible and can be used for source code protection; the similar principle is used by RubyEncoder commercial software.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.2 - May 01, 2017 (40.5 KB)
  2. 0.2.1 - March 16, 2016 (39.5 KB)
  3. 0.2.0 - January 11, 2016 (37.0 KB)
  4. 0.1.2 - December 24, 2015 (35.5 KB)
  5. 0.1.1 - May 04, 2015 (30.5 KB)
顯示所有版本(共 6)

擁有者:

作者:

  • Alexey Voskov

SHA 256 總和檢查碼:

158a69b7e4b11407b51b159313daf092f6a9415348cb8a020a57434da0fd4cca

總下載次數 10,805

這個版本 2,346

授權:

BSD-2-Clause

Ruby 版本需求: >= 1.9.3

相關連結: