Sha256: 343bb1e0a50e354d2505a626a239b1118e5b7005399f4783b86dd47c86007fd0

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

=== 0.1.0 / 2013-01-21

* Initial release:

=== 0.1.1 / 2013-02-03

Updated to use hashmake 0.1.1 gem.

=== 0.1.2 / 2013-02-04

* Update project files, including:
** Removing README.md so that YARD can run without needing the redcarpet gem.
** Removing unnecessary lines from .gitignore
** Remove specific hashmake version in hashmake.gemspec

=== 0.1.3 / 2013-02-06

Replace messages and message ports with more specific ports, like value ports and command ports, and use a base InPort and OutPort to share code for linking ports.
Each kind of port can only connect to its opposite (e.g. SignaInPort to SignalOutPort).
Instead of different messages for different actions, each kind of port will just have specific methods (e.g. SignalInPort#enqueue_values or ValueInPort#set_value).
In Block, contain all InPort objects in @in_ports, and all OutPort objects in @out_ports.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spnet-0.1.3 ChangeLog.rdoc