# -*- encoding: utf-8 -*- # stub: erlectricity 0.2.0 ruby libext Gem::Specification.new do |s| s.name = "erlectricity".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Scott Fleckenstein".freeze] s.date = "2007-10-29" s.description = "A library to interface erlang and ruby through the erlang port system".freeze s.email = "nullstyle@gmail.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["CONTRIBUTORS".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "examples/gruff/gruff.erl".freeze, "examples/gruff/gruff_provider.rb".freeze, "examples/gruff/gruff_run.erl".freeze, "examples/gruff/stat_run.erl".freeze, "examples/gruff/stat_writer.erl".freeze, "examples/tinderl/tinderl.erl".freeze, "examples/tinderl/tinderl.rb".freeze, "ext/decoder.c".freeze, "ext/extconf.rb".freeze, "lib/erlectricity.rb".freeze, "lib/erlectricity/condition.rb".freeze, "lib/erlectricity/conditions/hash.rb".freeze, "lib/erlectricity/conditions/static.rb".freeze, "lib/erlectricity/conditions/type.rb".freeze, "lib/erlectricity/constants.rb".freeze, "lib/erlectricity/decoder.rb".freeze, "lib/erlectricity/encoder.rb".freeze, "lib/erlectricity/errors/decode_error.rb".freeze, "lib/erlectricity/errors/encode_error.rb".freeze, "lib/erlectricity/errors/erlectricity_error.rb".freeze, "lib/erlectricity/matcher.rb".freeze, "lib/erlectricity/port.rb".freeze, "lib/erlectricity/receiver.rb".freeze, "lib/erlectricity/types/function.rb".freeze, "lib/erlectricity/types/list.rb".freeze, "lib/erlectricity/types/new_function.rb".freeze, "lib/erlectricity/types/new_reference.rb".freeze, "lib/erlectricity/types/pid.rb".freeze, "lib/erlectricity/types/reference.rb".freeze, "lib/erlectricity/version.rb".freeze, "setup.rb".freeze, "test/condition_spec.rb".freeze, "test/decode_spec.rb".freeze, "test/encode_spec.rb".freeze, "test/matcher_spec.rb".freeze, "test/port_spec.rb".freeze, "test/receiver_spec.rb".freeze, "test/spec_suite.rb".freeze, "test/test_erlectricity.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://erlectricity.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A library to interface erlang and ruby through the erlang port system".freeze s.test_files = ["test/test_erlectricity.rb".freeze, "test/test_helper.rb".freeze] end