Sha256: 5b9590f9453e563c184e36525dc44fc39c198e3061a99dd4b5ddaced57ba082a

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

==
  * Backward Incompatible Changes
    * Implicit array call for f.when(:echo, String) must now be called as
      f.when([:echo, String]) to eliminate ambiguity
    * Implicit array call for f.send!(:ok, "foo") must now be called as
      f.send!([:ok, "foo"]) to eliminate ambiguity
    * The receive loop now defaults to using file descriptors 3 and 3
      instead of STDIN and STDOUT. This prevents inadvertent output
      statements from silently corrupting the transfer protocol.
    * Erlang atoms 'true' and 'false' are now converted into Ruby booleans
    * Erlectricity::Decoder.read_any_from -> Erlectricity::Decoder.decode
  * Major Enhancements
    * Calling `rake` now runs tests (with and without compiled C extensions)
    * Package management is now done by Jeweler

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mojombo-erlectricity-1.0.0 History.txt
erlectricity-1.0.0 History.txt