# -*- encoding: utf-8 -*- # stub: erlectricity 1.0.0 ruby libext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "erlectricity".freeze s.version = "1.0.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, "Tom Preston-Werner".freeze] s.date = "2009-04-29" s.email = "tom@mojombo.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["History.txt".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "examples/echo/README.md".freeze, "examples/echo/echo.erl".freeze, "examples/echo/echo.rb".freeze, "examples/gruff/gruff.erl".freeze, "examples/gruff/gruff_provider.rb".freeze, "examples/gruff/gruff_run.sh".freeze, "examples/gruff/stat_run.sh".freeze, "examples/gruff/stat_writer.erl".freeze, "examples/simple/README.md".freeze, "examples/simple/rerl.rb".freeze, "examples/simple/rerl.sh".freeze, "examples/tinderl/README.md".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/boolean.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, "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_helper.rb".freeze] s.homepage = "http://github.com/mojombo/erlectricity".freeze s.rdoc_options = ["--charset=UTF-8".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/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_helper.rb".freeze, "examples/echo/echo.rb".freeze, "examples/gruff/gruff_provider.rb".freeze, "examples/simple/rerl.rb".freeze, "examples/tinderl/tinderl.rb".freeze] end