# -*- encoding: utf-8 -*- # stub: oj 2.9.2 ruby libext # stub: ext/oj/extconf.rb Gem::Specification.new do |s| s.name = "oj".freeze s.version = "2.9.2".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 = ["Peter Ohler".freeze] s.date = "2014-05-14" s.description = "The fastest JSON parser and object serializer. ".freeze s.email = "peter@ohler.com".freeze s.extensions = ["ext/oj/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "ext/oj/buf.h".freeze, "ext/oj/cache8.c".freeze, "ext/oj/cache8.h".freeze, "ext/oj/circarray.c".freeze, "ext/oj/circarray.h".freeze, "ext/oj/compat.c".freeze, "ext/oj/dump.c".freeze, "ext/oj/encode.h".freeze, "ext/oj/err.c".freeze, "ext/oj/err.h".freeze, "ext/oj/extconf.rb".freeze, "ext/oj/fast.c".freeze, "ext/oj/hash.c".freeze, "ext/oj/hash.h".freeze, "ext/oj/hash_test.c".freeze, "ext/oj/object.c".freeze, "ext/oj/odd.c".freeze, "ext/oj/odd.h".freeze, "ext/oj/oj.c".freeze, "ext/oj/oj.h".freeze, "ext/oj/parse.c".freeze, "ext/oj/parse.h".freeze, "ext/oj/reader.c".freeze, "ext/oj/reader.h".freeze, "ext/oj/resolve.c".freeze, "ext/oj/resolve.h".freeze, "ext/oj/saj.c".freeze, "ext/oj/scp.c".freeze, "ext/oj/sparse.c".freeze, "ext/oj/strict.c".freeze, "ext/oj/val_stack.c".freeze, "ext/oj/val_stack.h".freeze, "lib/oj.rb".freeze, "lib/oj/bag.rb".freeze, "lib/oj/error.rb".freeze, "lib/oj/mimic.rb".freeze, "lib/oj/saj.rb".freeze, "lib/oj/schandler.rb".freeze, "lib/oj/version.rb".freeze, "test/a.rb".freeze, "test/bug.rb".freeze, "test/debian_test.rb".freeze, "test/e.rb".freeze, "test/files.rb".freeze, "test/foo.rb".freeze, "test/lots.rb".freeze, "test/mj.rb".freeze, "test/perf.rb".freeze, "test/perf_compat.rb".freeze, "test/perf_fast.rb".freeze, "test/perf_file.rb".freeze, "test/perf_object.rb".freeze, "test/perf_saj.rb".freeze, "test/perf_scp.rb".freeze, "test/perf_simple.rb".freeze, "test/perf_str.rb".freeze, "test/perf_strict.rb".freeze, "test/perf_strictx.rb".freeze, "test/sample.rb".freeze, "test/sample/change.rb".freeze, "test/sample/dir.rb".freeze, "test/sample/doc.rb".freeze, "test/sample/file.rb".freeze, "test/sample/group.rb".freeze, "test/sample/hasprops.rb".freeze, "test/sample/layer.rb".freeze, "test/sample/line.rb".freeze, "test/sample/oval.rb".freeze, "test/sample/rect.rb".freeze, "test/sample/shape.rb".freeze, "test/sample/text.rb".freeze, "test/sample_json.rb".freeze, "test/struct.rb".freeze, "test/test_compat.rb".freeze, "test/test_fast.rb".freeze, "test/test_file.rb".freeze, "test/test_gc.rb".freeze, "test/test_mimic.rb".freeze, "test/test_mimic_after.rb".freeze, "test/test_object.rb".freeze, "test/test_saj.rb".freeze, "test/test_scp.rb".freeze, "test/test_strict.rb".freeze, "test/test_strictx.rb".freeze, "test/test_writer.rb".freeze, "test/tests.rb".freeze, "test/x.rb".freeze] s.homepage = "http://www.ohler.com/oj".freeze s.licenses = ["MIT".freeze, "GPL-3.0".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A fast JSON parser and serializer.".freeze end