# -*- encoding: utf-8 -*- # stub: mrpin-rocketamf 2.0.0 ruby lib # stub: ext/rocketamf_ext/extconf.rb Gem::Specification.new do |s| s.name = "mrpin-rocketamf".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jacob Henry".freeze, "Stephen Augenstein".freeze, "Joc O'Connor".freeze, "Gregory Tkach".freeze] s.date = "2015-01-01" s.description = "Fast AMF3 serializer/deserializer with remoting request/response wrappers to simplify integration".freeze s.email = ["gregory.tkach@gmail.com".freeze] s.extensions = ["ext/rocketamf_ext/extconf.rb".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "benchmark.rb".freeze, "ext/rocketamf_ext/class_mapping.c".freeze, "ext/rocketamf_ext/constants.h".freeze, "ext/rocketamf_ext/deserializer.c".freeze, "ext/rocketamf_ext/deserializer.h".freeze, "ext/rocketamf_ext/extconf.rb".freeze, "ext/rocketamf_ext/remoting.c".freeze, "ext/rocketamf_ext/rocketamf_ext.c".freeze, "ext/rocketamf_ext/serializer.c".freeze, "ext/rocketamf_ext/serializer.h".freeze, "ext/rocketamf_ext/utility.h".freeze, "lib/rocketamf.rb".freeze, "lib/rocketamf/constants.rb".freeze, "lib/rocketamf/errors.rb".freeze, "lib/rocketamf/errors/amf_error.rb".freeze, "lib/rocketamf/errors/amf_error_incomplete.rb".freeze, "lib/rocketamf/ext.rb".freeze, "lib/rocketamf/extensions.rb".freeze, "lib/rocketamf/mapping/class_mapping.rb".freeze, "lib/rocketamf/mapping/mapping_set.rb".freeze, "lib/rocketamf/pure.rb".freeze, "lib/rocketamf/pure/deserializer.rb".freeze, "lib/rocketamf/pure/helpers/io_helper_base.rb".freeze, "lib/rocketamf/pure/helpers/io_helper_read.rb".freeze, "lib/rocketamf/pure/helpers/io_helper_write.rb".freeze, "lib/rocketamf/pure/helpers/object_cache.rb".freeze, "lib/rocketamf/pure/helpers/string_cache.rb".freeze, "lib/rocketamf/pure/serializer.rb".freeze, "lib/rocketamf/types.rb".freeze, "lib/rocketamf/types/typed_hash.rb".freeze, "mrpin-rocketamf.gemspec".freeze, "spec/class_mapping_spec.rb".freeze, "spec/deserializer_spec.rb".freeze, "spec/fast_class_mapping_spec.rb".freeze, "spec/fixtures/objects/amf3-0.bin".freeze, "spec/fixtures/objects/amf3-array-collection.bin".freeze, "spec/fixtures/objects/amf3-array-ref.bin".freeze, "spec/fixtures/objects/amf3-associative-array.bin".freeze, "spec/fixtures/objects/amf3-bigNum.bin".freeze, "spec/fixtures/objects/amf3-byte-array-ref.bin".freeze, "spec/fixtures/objects/amf3-byte-array.bin".freeze, "spec/fixtures/objects/amf3-complex-array-collection.bin".freeze, "spec/fixtures/objects/amf3-complex-encoded-string-array.bin".freeze, "spec/fixtures/objects/amf3-date-ref.bin".freeze, "spec/fixtures/objects/amf3-date.bin".freeze, "spec/fixtures/objects/amf3-dictionary.bin".freeze, "spec/fixtures/objects/amf3-dynamic-object.bin".freeze, "spec/fixtures/objects/amf3-empty-array-ref.bin".freeze, "spec/fixtures/objects/amf3-empty-array.bin".freeze, "spec/fixtures/objects/amf3-empty-dictionary.bin".freeze, "spec/fixtures/objects/amf3-empty-string-ref.bin".freeze, "spec/fixtures/objects/amf3-encoded-string-ref.bin".freeze, "spec/fixtures/objects/amf3-externalizable.bin".freeze, "spec/fixtures/objects/amf3-false.bin".freeze, "spec/fixtures/objects/amf3-float.bin".freeze, "spec/fixtures/objects/amf3-graph-member.bin".freeze, "spec/fixtures/objects/amf3-hash.bin".freeze, "spec/fixtures/objects/amf3-large-max.bin".freeze, "spec/fixtures/objects/amf3-large-min.bin".freeze, "spec/fixtures/objects/amf3-max.bin".freeze, "spec/fixtures/objects/amf3-min.bin".freeze, "spec/fixtures/objects/amf3-mixed-array.bin".freeze, "spec/fixtures/objects/amf3-null.bin".freeze, "spec/fixtures/objects/amf3-object-ref.bin".freeze, "spec/fixtures/objects/amf3-primitive-array.bin".freeze, "spec/fixtures/objects/amf3-string-ref.bin".freeze, "spec/fixtures/objects/amf3-string.bin".freeze, "spec/fixtures/objects/amf3-symbol.bin".freeze, "spec/fixtures/objects/amf3-trait-ref.bin".freeze, "spec/fixtures/objects/amf3-true.bin".freeze, "spec/fixtures/objects/amf3-typed-object.bin".freeze, "spec/fixtures/objects/amf3-vector-double.bin".freeze, "spec/fixtures/objects/amf3-vector-int.bin".freeze, "spec/fixtures/objects/amf3-vector-object.bin".freeze, "spec/fixtures/objects/amf3-vector-uint.bin".freeze, "spec/fixtures/objects/amf3-xml-doc.bin".freeze, "spec/fixtures/objects/amf3-xml-ref.bin".freeze, "spec/fixtures/objects/amf3-xml.bin".freeze, "spec/fixtures/request/acknowledge-response.bin".freeze, "spec/fixtures/request/amf0-error-response.bin".freeze, "spec/fixtures/request/blaze-response.bin".freeze, "spec/fixtures/request/commandMessage.bin".freeze, "spec/fixtures/request/flex-request.bin".freeze, "spec/fixtures/request/multiple-simple-request.bin".freeze, "spec/fixtures/request/remotingMessage.bin".freeze, "spec/fixtures/request/simple-request.bin".freeze, "spec/fixtures/request/simple-response.bin".freeze, "spec/fixtures/request/unsupportedCommandMessage.bin".freeze, "spec/helpers/class_mapping_test.rb".freeze, "spec/helpers/class_mapping_test2.rb".freeze, "spec/helpers/externalizable_test.rb".freeze, "spec/helpers/fixtures.rb".freeze, "spec/helpers/other_class.rb".freeze, "spec/helpers/ruby_class.rb".freeze, "spec/helpers/test_ruby_class.rb".freeze, "spec/serializer_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/mrpin/mrpin-rocketamf".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--line-numbers".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Fast AMF3 serializer/deserializer".freeze s.test_files = ["spec/class_mapping_spec.rb".freeze, "spec/deserializer_spec.rb".freeze, "spec/fast_class_mapping_spec.rb".freeze, "spec/serializer_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end