1 Gem::Specification.new do |s|
5 s.authors = ["Erik S. Chang", "Frank Maritato"]
6 s.email = %q{lwes-devel@lists.sourceforge.net}
7 s.summary = %q{Ruby API for the Light Weight Event System}
8 s.homepage = %q{http://www.lwes.org/}
9 s.extensions = %w(ext/lwes/extconf.rb)
11 The LWES Light-Weight Event System is a framework for allowing the exchange of
12 information from many machines to many machines in a controlled, platform
13 neutral, language neutral way. The exchange of information is done in a
14 connectless fashion using multicast or unicast UDP, and using self describing
15 data so that any platform or language can translate it to it's local dialect.
23 examples/my_events.esf
26 ext/lwes/lwes-0.22.3.diff
37 test/unit/meta_only.esf
38 test/unit/namespaced.esf
41 test/unit/test_emit_struct.rb
42 test/unit/test_emitter.rb
43 test/unit/test_struct.rb
44 test/unit/test_type_db.rb
46 s.rubyforge_project = 'lwes'
47 s.test_files = s.files.grep(%r{\Atest/unit/test_})