video_chat_get 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +6 -1
- data/lib/requests/request.rb +1 -1
- data/lib/site_list/mildom_analyze.rb +1 -0
- data/lib/site_list/openrec_analyze.rb +1 -0
- data/lib/site_list/twitcasting_analyze.rb +1 -0
- data/lib/site_list/youtubelive_analyze.rb +60 -52
- data/lib/video_chat_get/version.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/gem 2.build_complete b/data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/gem → 2.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/gem_make 2.out +13 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/gem_make.out +13 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/json/ext/generator 2.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/json/ext/generator.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/json/ext/parser 2.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/json/ext/parser.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/mkmf 2.log +60 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/json-2.3.0/mkmf.log +60 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/gem 2.build_complete b/data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/gem → 2.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/gem_make 2.out +155 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/gem_make.out +155 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/mkmf 2.log +542 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/mkmf.log +542 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/nokogiri/nokogiri 2.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-18/2.5.0/nokogiri-1.10.9/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/diagrams/.keep 2 b/data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/diagrams/.keep → 2 +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/Makefile 2 +199 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/fbuffer/fbuffer 2.h +187 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/.sitearchdir.-.json.-.ext 2.time b/data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/.sitearchdir.-.json.-.ext → 2.time +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/Makefile 2 +265 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/depend 2 +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/extconf 2.rb +4 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/generator 2.c +1499 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/generator/generator 2.h +171 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/.sitearchdir.-.json.-.ext 2.time b/data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/.sitearchdir.-.json.-.ext → 2.time +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/Makefile 2 +265 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/depend 2 +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/extconf 2.rb +6 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/parser 2.c +2136 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/parser 2.h +91 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/ext/parser/parser 2.rl +896 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/ext/json/extconf 2.rb +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/install 2.rb +23 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/ByteListTranscoder 2.java +166 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/Generator 2.java +466 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/GeneratorMethods 2.java +231 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/GeneratorService 2.java +42 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/GeneratorState 2.java +490 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/OptionsReader 2.java +113 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/Parser 2.java +2362 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/Parser 2.rl +893 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/ParserService 2.java +34 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/RuntimeInfo 2.java +116 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/StringDecoder 2.java +166 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/StringEncoder 2.java +111 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/java/src/json/ext/Utils 2.java +88 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/json 2.gemspec +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/json-java 2.gemspec +37 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/json_pure 2.gemspec +38 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json 2.rb +63 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/bigdecimal 2.rb +29 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/complex 2.rb +29 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/core 2.rb +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/date 2.rb +34 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/date_time 2.rb +50 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/exception 2.rb +31 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/ostruct 2.rb +31 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/range 2.rb +29 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/rational 2.rb +28 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/regexp 2.rb +30 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/set 2.rb +29 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/struct 2.rb +30 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/symbol 2.rb +25 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/add/time 2.rb +38 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/common 2.rb +456 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/ext 2.rb +15 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/ext/.keep 2 b/data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/ext/.keep → 2 +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/generic_object 2.rb +71 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/pure 2.rb +15 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/pure/generator 2.rb +459 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/pure/parser 2.rb +319 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/lib/json/version 2.rb +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/references/rfc7159 2.txt +899 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail10 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail11 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail12 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail13 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail14 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail18 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail19 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail2 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail20 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail21 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail22 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail23 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail24 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail25 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail27 2.json +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail28 2.json +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail3 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail4 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail5 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail6 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail7 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail8 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/fail9 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/obsolete_fail1 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass1 2.json +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass15 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass16 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass17 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass2 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass26 2.json +1 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/fixtures/pass3 2.json +6 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_addition_test 2.rb +203 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_common_interface_test 2.rb +126 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_encoding_test 2.rb +107 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_ext_parser_test 2.rb +15 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_fixtures_test 2.rb +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_generator_test 2.rb +421 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_generic_object_test 2.rb +82 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_parser_test 2.rb +472 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/json_string_matching_test 2.rb +38 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tests/test_helper 2.rb +17 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tools/diff 2.sh +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tools/fuzz 2.rb +131 -0
- data/vendor/bundle/ruby/2.5.0/gems/json-2.3.0/tools/server 2.rb +62 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/LICENSE 2.md +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/LICENSE-DEPENDENCIES 2.md +1614 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/README 2.md +198 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/bin/nokogiri 2 +118 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/dependencies 2.yml +74 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/.sitearchdir.-.nokogiri 2.time b/data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/.sitearchdir.-.nokogiri → 2.time +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/Makefile +16 -15
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/Makefile 2 +626 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/depend 2 +358 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/extconf 2.rb +686 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_document 2.c +170 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_document 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_document 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_element_description 2.c +279 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_element_description 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_element_description 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_entity_lookup 2.c +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_entity_lookup 2.h +8 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_entity_lookup 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_parser_context 2.c +116 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_parser_context 2.h +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_parser_context 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_push_parser 2.c +87 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_push_parser 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_push_parser 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri 2.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri 2.c +141 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri 2.h +121 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attr 2.c +103 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attr 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attr 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attribute_decl 2.c +70 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attribute_decl 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attribute_decl 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_cdata 2.c +62 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_cdata 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_cdata 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_comment 2.c +69 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_comment 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_comment 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document 2.c +608 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document 2.h +23 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document_fragment 2.c +48 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document_fragment 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document_fragment 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_dtd 2.c +202 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_dtd 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_dtd 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_content 2.c +123 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_content 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_content 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_decl 2.c +69 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_decl 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_decl 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_decl 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 2.c +79 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 2.h +8 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 3.c +79 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 3.h +8 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl 2.c +110 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl 3.c +110 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl 3.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference 2.c +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference 3.c +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io 2.c +61 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io 2.h +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io 3.c +61 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io 3.h +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 2.c +112 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 2.h +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 3.c +112 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 3.h +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_libxml2_hacks 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 2.c +111 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 2.h +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 3.c +111 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 3.h +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node 2.c +1753 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node 2.h +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node 3.h +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set 2.c +486 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set 2.h +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set 3.c +486 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set 3.h +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction 2.c +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction 3.c +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader 2.c +668 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader 3.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng 2.c +161 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng 3.c +161 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser 2.c +310 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser 2.h +39 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser 3.c +310 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser 3.h +39 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 2.c +262 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 3.c +262 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 3.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser 2.c +159 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser 3.c +159 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema 2.c +234 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema 3.c +234 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 2.c +64 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 2.h +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 3.c +64 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 3.h +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text 2.c +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text 2.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text 3.c +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text 3.h +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context 2.c +298 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context 2.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context 3.h +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 2.c +270 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 2.h +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 2.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 3.c +270 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 3.h +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet 3.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri 2.rb +144 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri 3.rb +144 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css 2.rb +27 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css 3.rb +27 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/node 2.rb +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/node 3.rb +52 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser 2.rb +750 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser 2.y +272 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser 3.rb +750 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser 3.y +272 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser_extras 2.rb +91 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/parser_extras 3.rb +91 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/syntax_error 2.rb +7 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/syntax_error 3.rb +7 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/tokenizer 2.rb +153 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/tokenizer 2.rex +55 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/tokenizer 3.rb +153 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/tokenizer 3.rex +55 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/xpath_visitor 2.rb +230 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/css/xpath_visitor 3.rb +230 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/decorators/slop 2.rb +42 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/decorators/slop 3.rb +42 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html 2.rb +37 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html 3.rb +37 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/builder 2.rb +35 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/builder 3.rb +35 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/document 2.rb +335 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/document 3.rb +335 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/document_fragment 2.rb +49 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/document_fragment 3.rb +49 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/element_description 2.rb +23 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/element_description 3.rb +23 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/element_description_defaults 2.rb +671 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/element_description_defaults 3.rb +671 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/entity_lookup 2.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/entity_lookup 3.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/parser 2.rb +62 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/parser 3.rb +62 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/parser_context 2.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/parser_context 3.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/push_parser 2.rb +36 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/html/sax/push_parser 3.rb +36 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/nokogiri 2.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/nokogiri 3.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/syntax_error 2.rb +4 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/syntax_error 3.rb +4 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/version 2.rb +109 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/version 3.rb +109 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml 2.rb +75 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml 3.rb +75 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/attr 2.rb +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/attr 3.rb +14 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/attribute_decl 2.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/attribute_decl 3.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/builder 2.rb +446 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/builder 3.rb +446 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/cdata 2.rb +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/cdata 3.rb +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/character_data 2.rb +7 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/character_data 3.rb +7 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/document 2.rb +285 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/document 3.rb +285 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/document_fragment 2.rb +160 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/document_fragment 3.rb +160 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/dtd 2.rb +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/dtd 3.rb +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/element_content 2.rb +36 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/element_content 3.rb +36 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/element_decl 2.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/element_decl 3.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/entity_decl 2.rb +19 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/entity_decl 3.rb +19 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/entity_reference 2.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/entity_reference 3.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/namespace 2.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/namespace 3.rb +13 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node 2.rb +902 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node 3.rb +902 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node/save_options 2.rb +61 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node/save_options 3.rb +61 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node_set 2.rb +371 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/node_set 3.rb +371 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/notation 2.rb +6 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/notation 3.rb +6 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/parse_options 2.rb +120 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/parse_options 3.rb +120 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp 2.rb +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp 3.rb +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp/character_data 2.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp/character_data 3.rb +18 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp/node 2.rb +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/pp/node 3.rb +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/processing_instruction 2.rb +8 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/processing_instruction 3.rb +8 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/reader 2.rb +112 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/reader 3.rb +112 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/relax_ng 2.rb +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/relax_ng 3.rb +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax 2.rb +4 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax 3.rb +4 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/document 2.rb +171 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/document 3.rb +171 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/parser 2.rb +122 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/parser 3.rb +122 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/parser_context 2.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/parser_context 3.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/push_parser 2.rb +60 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/sax/push_parser 3.rb +60 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/schema 2.rb +63 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/schema 3.rb +63 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/searchable 2.rb +230 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/searchable 3.rb +230 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/syntax_error 2.rb +70 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/syntax_error 3.rb +70 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/text 2.rb +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/text 3.rb +9 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath 2.rb +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath 3.rb +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath/syntax_error 2.rb +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath/syntax_error 3.rb +11 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath_context 2.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xml/xpath_context 3.rb +16 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xslt 2.rb +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xslt 3.rb +56 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xslt/stylesheet 2.rb +25 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/nokogiri/xslt/stylesheet 3.rb +25 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/xsd/xmlparser/nokogiri 2.rb +102 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/lib/xsd/xmlparser/nokogiri 3.rb +102 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes 2.patch +78 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes 3.patch +78 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0002-Remove-script-macro-support 2.patch +40 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0002-Remove-script-macro-support 3.patch +40 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi 2.patch +44 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi 3.patch +44 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0004-libxml2.la-is-in-top_builddir 2.patch +25 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0004-libxml2.la-is-in-top_builddir 3.patch +25 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities 2.patch +32 -0
- data/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.9/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities 3.patch +32 -0
- data/vendor/bundle/ruby/2.5.0/specifications/json-2.3.0.gemspec +0 -0
- data/vendor/bundle/ruby/2.5.0/specifications/nokogiri-1.10.9.gemspec +2 -2
- metadata +493 -3
@@ -0,0 +1,231 @@
|
|
1
|
+
/*
|
2
|
+
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
|
3
|
+
*
|
4
|
+
* Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
|
5
|
+
*/
|
6
|
+
package json.ext;
|
7
|
+
|
8
|
+
import java.lang.ref.WeakReference;
|
9
|
+
import org.jruby.Ruby;
|
10
|
+
import org.jruby.RubyArray;
|
11
|
+
import org.jruby.RubyBoolean;
|
12
|
+
import org.jruby.RubyFixnum;
|
13
|
+
import org.jruby.RubyFloat;
|
14
|
+
import org.jruby.RubyHash;
|
15
|
+
import org.jruby.RubyInteger;
|
16
|
+
import org.jruby.RubyModule;
|
17
|
+
import org.jruby.RubyNumeric;
|
18
|
+
import org.jruby.RubyString;
|
19
|
+
import org.jruby.anno.JRubyMethod;
|
20
|
+
import org.jruby.runtime.ThreadContext;
|
21
|
+
import org.jruby.runtime.builtin.IRubyObject;
|
22
|
+
import org.jruby.util.ByteList;
|
23
|
+
|
24
|
+
/**
|
25
|
+
* A class that populates the
|
26
|
+
* <code>Json::Ext::Generator::GeneratorMethods</code> module.
|
27
|
+
*
|
28
|
+
* @author mernen
|
29
|
+
*/
|
30
|
+
class GeneratorMethods {
|
31
|
+
/**
|
32
|
+
* Populates the given module with all modules and their methods
|
33
|
+
* @param info
|
34
|
+
* @param generatorMethodsModule The module to populate
|
35
|
+
* (normally <code>JSON::Generator::GeneratorMethods</code>)
|
36
|
+
*/
|
37
|
+
static void populate(RuntimeInfo info, RubyModule module) {
|
38
|
+
defineMethods(module, "Array", RbArray.class);
|
39
|
+
defineMethods(module, "FalseClass", RbFalse.class);
|
40
|
+
defineMethods(module, "Float", RbFloat.class);
|
41
|
+
defineMethods(module, "Hash", RbHash.class);
|
42
|
+
defineMethods(module, "Integer", RbInteger.class);
|
43
|
+
defineMethods(module, "NilClass", RbNil.class);
|
44
|
+
defineMethods(module, "Object", RbObject.class);
|
45
|
+
defineMethods(module, "String", RbString.class);
|
46
|
+
defineMethods(module, "TrueClass", RbTrue.class);
|
47
|
+
|
48
|
+
info.stringExtendModule = new WeakReference<RubyModule>(module.defineModuleUnder("String")
|
49
|
+
.defineModuleUnder("Extend"));
|
50
|
+
info.stringExtendModule.get().defineAnnotatedMethods(StringExtend.class);
|
51
|
+
}
|
52
|
+
|
53
|
+
/**
|
54
|
+
* Convenience method for defining methods on a submodule.
|
55
|
+
* @param parentModule
|
56
|
+
* @param submoduleName
|
57
|
+
* @param klass
|
58
|
+
*/
|
59
|
+
private static void defineMethods(RubyModule parentModule,
|
60
|
+
String submoduleName, Class klass) {
|
61
|
+
RubyModule submodule = parentModule.defineModuleUnder(submoduleName);
|
62
|
+
submodule.defineAnnotatedMethods(klass);
|
63
|
+
}
|
64
|
+
|
65
|
+
|
66
|
+
public static class RbHash {
|
67
|
+
@JRubyMethod(rest=true)
|
68
|
+
public static IRubyObject to_json(ThreadContext context,
|
69
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
70
|
+
return Generator.generateJson(context, (RubyHash)vSelf,
|
71
|
+
Generator.HASH_HANDLER, args);
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
public static class RbArray {
|
76
|
+
@JRubyMethod(rest=true)
|
77
|
+
public static IRubyObject to_json(ThreadContext context,
|
78
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
79
|
+
return Generator.generateJson(context, (RubyArray)vSelf,
|
80
|
+
Generator.ARRAY_HANDLER, args);
|
81
|
+
}
|
82
|
+
}
|
83
|
+
|
84
|
+
public static class RbInteger {
|
85
|
+
@JRubyMethod(rest=true)
|
86
|
+
public static IRubyObject to_json(ThreadContext context,
|
87
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
88
|
+
return Generator.generateJson(context, vSelf, args);
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
public static class RbFloat {
|
93
|
+
@JRubyMethod(rest=true)
|
94
|
+
public static IRubyObject to_json(ThreadContext context,
|
95
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
96
|
+
return Generator.generateJson(context, (RubyFloat)vSelf,
|
97
|
+
Generator.FLOAT_HANDLER, args);
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
public static class RbString {
|
102
|
+
@JRubyMethod(rest=true)
|
103
|
+
public static IRubyObject to_json(ThreadContext context,
|
104
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
105
|
+
return Generator.generateJson(context, (RubyString)vSelf,
|
106
|
+
Generator.STRING_HANDLER, args);
|
107
|
+
}
|
108
|
+
|
109
|
+
/**
|
110
|
+
* <code>{@link RubyString String}#to_json_raw(*)</code>
|
111
|
+
*
|
112
|
+
* <p>This method creates a JSON text from the result of a call to
|
113
|
+
* {@link #to_json_raw_object} of this String.
|
114
|
+
*/
|
115
|
+
@JRubyMethod(rest=true)
|
116
|
+
public static IRubyObject to_json_raw(ThreadContext context,
|
117
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
118
|
+
RubyHash obj = toJsonRawObject(context, Utils.ensureString(vSelf));
|
119
|
+
return Generator.generateJson(context, obj,
|
120
|
+
Generator.HASH_HANDLER, args);
|
121
|
+
}
|
122
|
+
|
123
|
+
/**
|
124
|
+
* <code>{@link RubyString String}#to_json_raw_object(*)</code>
|
125
|
+
*
|
126
|
+
* <p>This method creates a raw object Hash, that can be nested into
|
127
|
+
* other data structures and will be unparsed as a raw string. This
|
128
|
+
* method should be used if you want to convert raw strings to JSON
|
129
|
+
* instead of UTF-8 strings, e.g. binary data.
|
130
|
+
*/
|
131
|
+
@JRubyMethod(rest=true)
|
132
|
+
public static IRubyObject to_json_raw_object(ThreadContext context,
|
133
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
134
|
+
return toJsonRawObject(context, Utils.ensureString(vSelf));
|
135
|
+
}
|
136
|
+
|
137
|
+
private static RubyHash toJsonRawObject(ThreadContext context,
|
138
|
+
RubyString self) {
|
139
|
+
Ruby runtime = context.getRuntime();
|
140
|
+
RubyHash result = RubyHash.newHash(runtime);
|
141
|
+
|
142
|
+
IRubyObject createId = RuntimeInfo.forRuntime(runtime)
|
143
|
+
.jsonModule.get().callMethod(context, "create_id");
|
144
|
+
result.op_aset(context, createId, self.getMetaClass().to_s());
|
145
|
+
|
146
|
+
ByteList bl = self.getByteList();
|
147
|
+
byte[] uBytes = bl.unsafeBytes();
|
148
|
+
RubyArray array = runtime.newArray(bl.length());
|
149
|
+
for (int i = bl.begin(), t = bl.begin() + bl.length(); i < t; i++) {
|
150
|
+
array.store(i, runtime.newFixnum(uBytes[i] & 0xff));
|
151
|
+
}
|
152
|
+
|
153
|
+
result.op_aset(context, runtime.newString("raw"), array);
|
154
|
+
return result;
|
155
|
+
}
|
156
|
+
|
157
|
+
@JRubyMethod(required=1, module=true)
|
158
|
+
public static IRubyObject included(ThreadContext context,
|
159
|
+
IRubyObject vSelf, IRubyObject module) {
|
160
|
+
RuntimeInfo info = RuntimeInfo.forRuntime(context.getRuntime());
|
161
|
+
return module.callMethod(context, "extend", info.stringExtendModule.get());
|
162
|
+
}
|
163
|
+
}
|
164
|
+
|
165
|
+
public static class StringExtend {
|
166
|
+
/**
|
167
|
+
* <code>{@link RubyString String}#json_create(o)</code>
|
168
|
+
*
|
169
|
+
* <p>Raw Strings are JSON Objects (the raw bytes are stored in an
|
170
|
+
* array for the key "raw"). The Ruby String can be created by this
|
171
|
+
* module method.
|
172
|
+
*/
|
173
|
+
@JRubyMethod(required=1)
|
174
|
+
public static IRubyObject json_create(ThreadContext context,
|
175
|
+
IRubyObject vSelf, IRubyObject vHash) {
|
176
|
+
Ruby runtime = context.getRuntime();
|
177
|
+
RubyHash o = vHash.convertToHash();
|
178
|
+
IRubyObject rawData = o.fastARef(runtime.newString("raw"));
|
179
|
+
if (rawData == null) {
|
180
|
+
throw runtime.newArgumentError("\"raw\" value not defined "
|
181
|
+
+ "for encoded String");
|
182
|
+
}
|
183
|
+
RubyArray ary = Utils.ensureArray(rawData);
|
184
|
+
byte[] bytes = new byte[ary.getLength()];
|
185
|
+
for (int i = 0, t = ary.getLength(); i < t; i++) {
|
186
|
+
IRubyObject element = ary.eltInternal(i);
|
187
|
+
if (element instanceof RubyFixnum) {
|
188
|
+
bytes[i] = (byte)RubyNumeric.fix2long(element);
|
189
|
+
} else {
|
190
|
+
throw runtime.newTypeError(element, runtime.getFixnum());
|
191
|
+
}
|
192
|
+
}
|
193
|
+
return runtime.newString(new ByteList(bytes, false));
|
194
|
+
}
|
195
|
+
}
|
196
|
+
|
197
|
+
public static class RbTrue {
|
198
|
+
@JRubyMethod(rest=true)
|
199
|
+
public static IRubyObject to_json(ThreadContext context,
|
200
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
201
|
+
return Generator.generateJson(context, (RubyBoolean)vSelf,
|
202
|
+
Generator.TRUE_HANDLER, args);
|
203
|
+
}
|
204
|
+
}
|
205
|
+
|
206
|
+
public static class RbFalse {
|
207
|
+
@JRubyMethod(rest=true)
|
208
|
+
public static IRubyObject to_json(ThreadContext context,
|
209
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
210
|
+
return Generator.generateJson(context, (RubyBoolean)vSelf,
|
211
|
+
Generator.FALSE_HANDLER, args);
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
public static class RbNil {
|
216
|
+
@JRubyMethod(rest=true)
|
217
|
+
public static IRubyObject to_json(ThreadContext context,
|
218
|
+
IRubyObject vSelf, IRubyObject[] args) {
|
219
|
+
return Generator.generateJson(context, vSelf,
|
220
|
+
Generator.NIL_HANDLER, args);
|
221
|
+
}
|
222
|
+
}
|
223
|
+
|
224
|
+
public static class RbObject {
|
225
|
+
@JRubyMethod(rest=true)
|
226
|
+
public static IRubyObject to_json(ThreadContext context,
|
227
|
+
IRubyObject self, IRubyObject[] args) {
|
228
|
+
return RbString.to_json(context, self.asString(), args);
|
229
|
+
}
|
230
|
+
}
|
231
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
/*
|
2
|
+
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
|
3
|
+
*
|
4
|
+
* Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
|
5
|
+
*/
|
6
|
+
package json.ext;
|
7
|
+
|
8
|
+
import java.io.IOException;
|
9
|
+
import java.lang.ref.WeakReference;
|
10
|
+
|
11
|
+
import org.jruby.Ruby;
|
12
|
+
import org.jruby.RubyClass;
|
13
|
+
import org.jruby.RubyModule;
|
14
|
+
import org.jruby.runtime.load.BasicLibraryService;
|
15
|
+
|
16
|
+
/**
|
17
|
+
* The service invoked by JRuby's {@link org.jruby.runtime.load.LoadService LoadService}.
|
18
|
+
* Defines the <code>JSON::Ext::Generator</code> module.
|
19
|
+
* @author mernen
|
20
|
+
*/
|
21
|
+
public class GeneratorService implements BasicLibraryService {
|
22
|
+
public boolean basicLoad(Ruby runtime) throws IOException {
|
23
|
+
runtime.getLoadService().require("json/common");
|
24
|
+
RuntimeInfo info = RuntimeInfo.initRuntime(runtime);
|
25
|
+
|
26
|
+
info.jsonModule = new WeakReference<RubyModule>(runtime.defineModule("JSON"));
|
27
|
+
RubyModule jsonExtModule = info.jsonModule.get().defineModuleUnder("Ext");
|
28
|
+
RubyModule generatorModule = jsonExtModule.defineModuleUnder("Generator");
|
29
|
+
|
30
|
+
RubyClass stateClass =
|
31
|
+
generatorModule.defineClassUnder("State", runtime.getObject(),
|
32
|
+
GeneratorState.ALLOCATOR);
|
33
|
+
stateClass.defineAnnotatedMethods(GeneratorState.class);
|
34
|
+
info.generatorStateClass = new WeakReference<RubyClass>(stateClass);
|
35
|
+
|
36
|
+
RubyModule generatorMethods =
|
37
|
+
generatorModule.defineModuleUnder("GeneratorMethods");
|
38
|
+
GeneratorMethods.populate(info, generatorMethods);
|
39
|
+
|
40
|
+
return true;
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,490 @@
|
|
1
|
+
/*
|
2
|
+
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
|
3
|
+
*
|
4
|
+
* Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
|
5
|
+
*/
|
6
|
+
package json.ext;
|
7
|
+
|
8
|
+
import org.jruby.Ruby;
|
9
|
+
import org.jruby.RubyBoolean;
|
10
|
+
import org.jruby.RubyClass;
|
11
|
+
import org.jruby.RubyHash;
|
12
|
+
import org.jruby.RubyInteger;
|
13
|
+
import org.jruby.RubyNumeric;
|
14
|
+
import org.jruby.RubyObject;
|
15
|
+
import org.jruby.RubyString;
|
16
|
+
import org.jruby.anno.JRubyMethod;
|
17
|
+
import org.jruby.runtime.Block;
|
18
|
+
import org.jruby.runtime.ObjectAllocator;
|
19
|
+
import org.jruby.runtime.ThreadContext;
|
20
|
+
import org.jruby.runtime.Visibility;
|
21
|
+
import org.jruby.runtime.builtin.IRubyObject;
|
22
|
+
import org.jruby.util.ByteList;
|
23
|
+
|
24
|
+
/**
|
25
|
+
* The <code>JSON::Ext::Generator::State</code> class.
|
26
|
+
*
|
27
|
+
* <p>This class is used to create State instances, that are use to hold data
|
28
|
+
* while generating a JSON text from a a Ruby data structure.
|
29
|
+
*
|
30
|
+
* @author mernen
|
31
|
+
*/
|
32
|
+
public class GeneratorState extends RubyObject {
|
33
|
+
/**
|
34
|
+
* The indenting unit string. Will be repeated several times for larger
|
35
|
+
* indenting levels.
|
36
|
+
*/
|
37
|
+
private ByteList indent = ByteList.EMPTY_BYTELIST;
|
38
|
+
/**
|
39
|
+
* The spacing to be added after a semicolon on a JSON object.
|
40
|
+
* @see #spaceBefore
|
41
|
+
*/
|
42
|
+
private ByteList space = ByteList.EMPTY_BYTELIST;
|
43
|
+
/**
|
44
|
+
* The spacing to be added before a semicolon on a JSON object.
|
45
|
+
* @see #space
|
46
|
+
*/
|
47
|
+
private ByteList spaceBefore = ByteList.EMPTY_BYTELIST;
|
48
|
+
/**
|
49
|
+
* Any suffix to be added after the comma for each element on a JSON object.
|
50
|
+
* It is assumed to be a newline, if set.
|
51
|
+
*/
|
52
|
+
private ByteList objectNl = ByteList.EMPTY_BYTELIST;
|
53
|
+
/**
|
54
|
+
* Any suffix to be added after the comma for each element on a JSON Array.
|
55
|
+
* It is assumed to be a newline, if set.
|
56
|
+
*/
|
57
|
+
private ByteList arrayNl = ByteList.EMPTY_BYTELIST;
|
58
|
+
|
59
|
+
/**
|
60
|
+
* The maximum level of nesting of structures allowed.
|
61
|
+
* <code>0</code> means disabled.
|
62
|
+
*/
|
63
|
+
private int maxNesting = DEFAULT_MAX_NESTING;
|
64
|
+
static final int DEFAULT_MAX_NESTING = 100;
|
65
|
+
/**
|
66
|
+
* Whether special float values (<code>NaN</code>, <code>Infinity</code>,
|
67
|
+
* <code>-Infinity</code>) are accepted.
|
68
|
+
* If set to <code>false</code>, an exception will be thrown upon
|
69
|
+
* encountering one.
|
70
|
+
*/
|
71
|
+
private boolean allowNaN = DEFAULT_ALLOW_NAN;
|
72
|
+
static final boolean DEFAULT_ALLOW_NAN = false;
|
73
|
+
/**
|
74
|
+
* If set to <code>true</code> all JSON documents generated do not contain
|
75
|
+
* any other characters than ASCII characters.
|
76
|
+
*/
|
77
|
+
private boolean asciiOnly = DEFAULT_ASCII_ONLY;
|
78
|
+
static final boolean DEFAULT_ASCII_ONLY = false;
|
79
|
+
/**
|
80
|
+
* If set to <code>true</code> all JSON values generated might not be
|
81
|
+
* RFC-conform JSON documents.
|
82
|
+
*/
|
83
|
+
private boolean quirksMode = DEFAULT_QUIRKS_MODE;
|
84
|
+
static final boolean DEFAULT_QUIRKS_MODE = false;
|
85
|
+
/**
|
86
|
+
* The initial buffer length of this state. (This isn't really used on all
|
87
|
+
* non-C implementations.)
|
88
|
+
*/
|
89
|
+
private int bufferInitialLength = DEFAULT_BUFFER_INITIAL_LENGTH;
|
90
|
+
static final int DEFAULT_BUFFER_INITIAL_LENGTH = 1024;
|
91
|
+
|
92
|
+
/**
|
93
|
+
* The current depth (inside a #to_json call)
|
94
|
+
*/
|
95
|
+
private int depth = 0;
|
96
|
+
|
97
|
+
static final ObjectAllocator ALLOCATOR = new ObjectAllocator() {
|
98
|
+
public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
|
99
|
+
return new GeneratorState(runtime, klazz);
|
100
|
+
}
|
101
|
+
};
|
102
|
+
|
103
|
+
public GeneratorState(Ruby runtime, RubyClass metaClass) {
|
104
|
+
super(runtime, metaClass);
|
105
|
+
}
|
106
|
+
|
107
|
+
/**
|
108
|
+
* <code>State.from_state(opts)</code>
|
109
|
+
*
|
110
|
+
* <p>Creates a State object from <code>opts</code>, which ought to be
|
111
|
+
* {@link RubyHash Hash} to create a new <code>State</code> instance
|
112
|
+
* configured by <codes>opts</code>, something else to create an
|
113
|
+
* unconfigured instance. If <code>opts</code> is a <code>State</code>
|
114
|
+
* object, it is just returned.
|
115
|
+
* @param clazzParam The receiver of the method call
|
116
|
+
* ({@link RubyClass} <code>State</code>)
|
117
|
+
* @param opts The object to use as a base for the new <code>State</code>
|
118
|
+
* @param block The block passed to the method
|
119
|
+
* @return A <code>GeneratorState</code> as determined above
|
120
|
+
*/
|
121
|
+
@JRubyMethod(meta=true)
|
122
|
+
public static IRubyObject from_state(ThreadContext context,
|
123
|
+
IRubyObject klass, IRubyObject opts) {
|
124
|
+
return fromState(context, opts);
|
125
|
+
}
|
126
|
+
|
127
|
+
static GeneratorState fromState(ThreadContext context, IRubyObject opts) {
|
128
|
+
return fromState(context, RuntimeInfo.forRuntime(context.getRuntime()), opts);
|
129
|
+
}
|
130
|
+
|
131
|
+
static GeneratorState fromState(ThreadContext context, RuntimeInfo info,
|
132
|
+
IRubyObject opts) {
|
133
|
+
RubyClass klass = info.generatorStateClass.get();
|
134
|
+
if (opts != null) {
|
135
|
+
// if the given parameter is a Generator::State, return itself
|
136
|
+
if (klass.isInstance(opts)) return (GeneratorState)opts;
|
137
|
+
|
138
|
+
// if the given parameter is a Hash, pass it to the instantiator
|
139
|
+
if (context.getRuntime().getHash().isInstance(opts)) {
|
140
|
+
return (GeneratorState)klass.newInstance(context,
|
141
|
+
new IRubyObject[] {opts}, Block.NULL_BLOCK);
|
142
|
+
}
|
143
|
+
}
|
144
|
+
|
145
|
+
// for other values, return the safe prototype
|
146
|
+
return (GeneratorState)info.getSafeStatePrototype(context).dup();
|
147
|
+
}
|
148
|
+
|
149
|
+
/**
|
150
|
+
* <code>State#initialize(opts = {})</code>
|
151
|
+
*
|
152
|
+
* Instantiates a new <code>State</code> object, configured by <code>opts</code>.
|
153
|
+
*
|
154
|
+
* <code>opts</code> can have the following keys:
|
155
|
+
*
|
156
|
+
* <dl>
|
157
|
+
* <dt><code>:indent</code>
|
158
|
+
* <dd>a {@link RubyString String} used to indent levels (default: <code>""</code>)
|
159
|
+
* <dt><code>:space</code>
|
160
|
+
* <dd>a String that is put after a <code>':'</code> or <code>','</code>
|
161
|
+
* delimiter (default: <code>""</code>)
|
162
|
+
* <dt><code>:space_before</code>
|
163
|
+
* <dd>a String that is put before a <code>":"</code> pair delimiter
|
164
|
+
* (default: <code>""</code>)
|
165
|
+
* <dt><code>:object_nl</code>
|
166
|
+
* <dd>a String that is put at the end of a JSON object (default: <code>""</code>)
|
167
|
+
* <dt><code>:array_nl</code>
|
168
|
+
* <dd>a String that is put at the end of a JSON array (default: <code>""</code>)
|
169
|
+
* <dt><code>:allow_nan</code>
|
170
|
+
* <dd><code>true</code> if <code>NaN</code>, <code>Infinity</code>, and
|
171
|
+
* <code>-Infinity</code> should be generated, otherwise an exception is
|
172
|
+
* thrown if these values are encountered.
|
173
|
+
* This options defaults to <code>false</code>.
|
174
|
+
*/
|
175
|
+
@JRubyMethod(optional=1, visibility=Visibility.PRIVATE)
|
176
|
+
public IRubyObject initialize(ThreadContext context, IRubyObject[] args) {
|
177
|
+
configure(context, args.length > 0 ? args[0] : null);
|
178
|
+
return this;
|
179
|
+
}
|
180
|
+
|
181
|
+
@JRubyMethod
|
182
|
+
public IRubyObject initialize_copy(ThreadContext context, IRubyObject vOrig) {
|
183
|
+
Ruby runtime = context.getRuntime();
|
184
|
+
if (!(vOrig instanceof GeneratorState)) {
|
185
|
+
throw runtime.newTypeError(vOrig, getType());
|
186
|
+
}
|
187
|
+
GeneratorState orig = (GeneratorState)vOrig;
|
188
|
+
this.indent = orig.indent;
|
189
|
+
this.space = orig.space;
|
190
|
+
this.spaceBefore = orig.spaceBefore;
|
191
|
+
this.objectNl = orig.objectNl;
|
192
|
+
this.arrayNl = orig.arrayNl;
|
193
|
+
this.maxNesting = orig.maxNesting;
|
194
|
+
this.allowNaN = orig.allowNaN;
|
195
|
+
this.asciiOnly = orig.asciiOnly;
|
196
|
+
this.quirksMode = orig.quirksMode;
|
197
|
+
this.bufferInitialLength = orig.bufferInitialLength;
|
198
|
+
this.depth = orig.depth;
|
199
|
+
return this;
|
200
|
+
}
|
201
|
+
|
202
|
+
/**
|
203
|
+
* Generates a valid JSON document from object <code>obj</code> and returns
|
204
|
+
* the result. If no valid JSON document can be created this method raises
|
205
|
+
* a GeneratorError exception.
|
206
|
+
*/
|
207
|
+
@JRubyMethod
|
208
|
+
public IRubyObject generate(ThreadContext context, IRubyObject obj) {
|
209
|
+
RubyString result = Generator.generateJson(context, obj, this);
|
210
|
+
RuntimeInfo info = RuntimeInfo.forRuntime(context.getRuntime());
|
211
|
+
result.force_encoding(context, info.utf8.get());
|
212
|
+
return result;
|
213
|
+
}
|
214
|
+
|
215
|
+
private static boolean matchClosingBrace(ByteList bl, int pos, int len,
|
216
|
+
int brace) {
|
217
|
+
for (int endPos = len - 1; endPos > pos; endPos--) {
|
218
|
+
int b = bl.get(endPos);
|
219
|
+
if (Character.isWhitespace(b)) continue;
|
220
|
+
return b == brace;
|
221
|
+
}
|
222
|
+
return false;
|
223
|
+
}
|
224
|
+
|
225
|
+
@JRubyMethod(name="[]", required=1)
|
226
|
+
public IRubyObject op_aref(ThreadContext context, IRubyObject vName) {
|
227
|
+
String name = vName.asJavaString();
|
228
|
+
if (getMetaClass().isMethodBound(name, true)) {
|
229
|
+
return send(context, vName, Block.NULL_BLOCK);
|
230
|
+
} else {
|
231
|
+
IRubyObject value = getInstanceVariables().getInstanceVariable("@" + name);
|
232
|
+
return value == null ? context.nil : value;
|
233
|
+
}
|
234
|
+
}
|
235
|
+
|
236
|
+
@JRubyMethod(name="[]=", required=2)
|
237
|
+
public IRubyObject op_aset(ThreadContext context, IRubyObject vName, IRubyObject value) {
|
238
|
+
String name = vName.asJavaString();
|
239
|
+
String nameWriter = name + "=";
|
240
|
+
if (getMetaClass().isMethodBound(nameWriter, true)) {
|
241
|
+
return send(context, context.getRuntime().newString(nameWriter), value, Block.NULL_BLOCK);
|
242
|
+
} else {
|
243
|
+
getInstanceVariables().setInstanceVariable("@" + name, value);
|
244
|
+
}
|
245
|
+
return context.getRuntime().getNil();
|
246
|
+
}
|
247
|
+
|
248
|
+
public ByteList getIndent() {
|
249
|
+
return indent;
|
250
|
+
}
|
251
|
+
|
252
|
+
@JRubyMethod(name="indent")
|
253
|
+
public RubyString indent_get(ThreadContext context) {
|
254
|
+
return context.getRuntime().newString(indent);
|
255
|
+
}
|
256
|
+
|
257
|
+
@JRubyMethod(name="indent=")
|
258
|
+
public IRubyObject indent_set(ThreadContext context, IRubyObject indent) {
|
259
|
+
this.indent = prepareByteList(context, indent);
|
260
|
+
return indent;
|
261
|
+
}
|
262
|
+
|
263
|
+
public ByteList getSpace() {
|
264
|
+
return space;
|
265
|
+
}
|
266
|
+
|
267
|
+
@JRubyMethod(name="space")
|
268
|
+
public RubyString space_get(ThreadContext context) {
|
269
|
+
return context.getRuntime().newString(space);
|
270
|
+
}
|
271
|
+
|
272
|
+
@JRubyMethod(name="space=")
|
273
|
+
public IRubyObject space_set(ThreadContext context, IRubyObject space) {
|
274
|
+
this.space = prepareByteList(context, space);
|
275
|
+
return space;
|
276
|
+
}
|
277
|
+
|
278
|
+
public ByteList getSpaceBefore() {
|
279
|
+
return spaceBefore;
|
280
|
+
}
|
281
|
+
|
282
|
+
@JRubyMethod(name="space_before")
|
283
|
+
public RubyString space_before_get(ThreadContext context) {
|
284
|
+
return context.getRuntime().newString(spaceBefore);
|
285
|
+
}
|
286
|
+
|
287
|
+
@JRubyMethod(name="space_before=")
|
288
|
+
public IRubyObject space_before_set(ThreadContext context,
|
289
|
+
IRubyObject spaceBefore) {
|
290
|
+
this.spaceBefore = prepareByteList(context, spaceBefore);
|
291
|
+
return spaceBefore;
|
292
|
+
}
|
293
|
+
|
294
|
+
public ByteList getObjectNl() {
|
295
|
+
return objectNl;
|
296
|
+
}
|
297
|
+
|
298
|
+
@JRubyMethod(name="object_nl")
|
299
|
+
public RubyString object_nl_get(ThreadContext context) {
|
300
|
+
return context.getRuntime().newString(objectNl);
|
301
|
+
}
|
302
|
+
|
303
|
+
@JRubyMethod(name="object_nl=")
|
304
|
+
public IRubyObject object_nl_set(ThreadContext context,
|
305
|
+
IRubyObject objectNl) {
|
306
|
+
this.objectNl = prepareByteList(context, objectNl);
|
307
|
+
return objectNl;
|
308
|
+
}
|
309
|
+
|
310
|
+
public ByteList getArrayNl() {
|
311
|
+
return arrayNl;
|
312
|
+
}
|
313
|
+
|
314
|
+
@JRubyMethod(name="array_nl")
|
315
|
+
public RubyString array_nl_get(ThreadContext context) {
|
316
|
+
return context.getRuntime().newString(arrayNl);
|
317
|
+
}
|
318
|
+
|
319
|
+
@JRubyMethod(name="array_nl=")
|
320
|
+
public IRubyObject array_nl_set(ThreadContext context,
|
321
|
+
IRubyObject arrayNl) {
|
322
|
+
this.arrayNl = prepareByteList(context, arrayNl);
|
323
|
+
return arrayNl;
|
324
|
+
}
|
325
|
+
|
326
|
+
@JRubyMethod(name="check_circular?")
|
327
|
+
public RubyBoolean check_circular_p(ThreadContext context) {
|
328
|
+
return context.getRuntime().newBoolean(maxNesting != 0);
|
329
|
+
}
|
330
|
+
|
331
|
+
/**
|
332
|
+
* Returns the maximum level of nesting configured for this state.
|
333
|
+
*/
|
334
|
+
public int getMaxNesting() {
|
335
|
+
return maxNesting;
|
336
|
+
}
|
337
|
+
|
338
|
+
@JRubyMethod(name="max_nesting")
|
339
|
+
public RubyInteger max_nesting_get(ThreadContext context) {
|
340
|
+
return context.getRuntime().newFixnum(maxNesting);
|
341
|
+
}
|
342
|
+
|
343
|
+
@JRubyMethod(name="max_nesting=")
|
344
|
+
public IRubyObject max_nesting_set(IRubyObject max_nesting) {
|
345
|
+
maxNesting = RubyNumeric.fix2int(max_nesting);
|
346
|
+
return max_nesting;
|
347
|
+
}
|
348
|
+
|
349
|
+
public boolean allowNaN() {
|
350
|
+
return allowNaN;
|
351
|
+
}
|
352
|
+
|
353
|
+
@JRubyMethod(name="allow_nan?")
|
354
|
+
public RubyBoolean allow_nan_p(ThreadContext context) {
|
355
|
+
return context.getRuntime().newBoolean(allowNaN);
|
356
|
+
}
|
357
|
+
|
358
|
+
public boolean asciiOnly() {
|
359
|
+
return asciiOnly;
|
360
|
+
}
|
361
|
+
|
362
|
+
@JRubyMethod(name="ascii_only?")
|
363
|
+
public RubyBoolean ascii_only_p(ThreadContext context) {
|
364
|
+
return context.getRuntime().newBoolean(asciiOnly);
|
365
|
+
}
|
366
|
+
|
367
|
+
@JRubyMethod(name="buffer_initial_length")
|
368
|
+
public RubyInteger buffer_initial_length_get(ThreadContext context) {
|
369
|
+
return context.getRuntime().newFixnum(bufferInitialLength);
|
370
|
+
}
|
371
|
+
|
372
|
+
@JRubyMethod(name="buffer_initial_length=")
|
373
|
+
public IRubyObject buffer_initial_length_set(IRubyObject buffer_initial_length) {
|
374
|
+
int newLength = RubyNumeric.fix2int(buffer_initial_length);
|
375
|
+
if (newLength > 0) bufferInitialLength = newLength;
|
376
|
+
return buffer_initial_length;
|
377
|
+
}
|
378
|
+
|
379
|
+
public int getDepth() {
|
380
|
+
return depth;
|
381
|
+
}
|
382
|
+
|
383
|
+
@JRubyMethod(name="depth")
|
384
|
+
public RubyInteger depth_get(ThreadContext context) {
|
385
|
+
return context.getRuntime().newFixnum(depth);
|
386
|
+
}
|
387
|
+
|
388
|
+
@JRubyMethod(name="depth=")
|
389
|
+
public IRubyObject depth_set(IRubyObject vDepth) {
|
390
|
+
depth = RubyNumeric.fix2int(vDepth);
|
391
|
+
return vDepth;
|
392
|
+
}
|
393
|
+
|
394
|
+
private ByteList prepareByteList(ThreadContext context, IRubyObject value) {
|
395
|
+
RubyString str = value.convertToString();
|
396
|
+
RuntimeInfo info = RuntimeInfo.forRuntime(context.getRuntime());
|
397
|
+
if (str.encoding(context) != info.utf8.get()) {
|
398
|
+
str = (RubyString)str.encode(context, info.utf8.get());
|
399
|
+
}
|
400
|
+
return str.getByteList().dup();
|
401
|
+
}
|
402
|
+
|
403
|
+
/**
|
404
|
+
* <code>State#configure(opts)</code>
|
405
|
+
*
|
406
|
+
* <p>Configures this State instance with the {@link RubyHash Hash}
|
407
|
+
* <code>opts</code>, and returns itself.
|
408
|
+
* @param vOpts The options hash
|
409
|
+
* @return The receiver
|
410
|
+
*/
|
411
|
+
@JRubyMethod(alias = "merge")
|
412
|
+
public IRubyObject configure(ThreadContext context, IRubyObject vOpts) {
|
413
|
+
OptionsReader opts = new OptionsReader(context, vOpts);
|
414
|
+
|
415
|
+
ByteList indent = opts.getString("indent");
|
416
|
+
if (indent != null) this.indent = indent;
|
417
|
+
|
418
|
+
ByteList space = opts.getString("space");
|
419
|
+
if (space != null) this.space = space;
|
420
|
+
|
421
|
+
ByteList spaceBefore = opts.getString("space_before");
|
422
|
+
if (spaceBefore != null) this.spaceBefore = spaceBefore;
|
423
|
+
|
424
|
+
ByteList arrayNl = opts.getString("array_nl");
|
425
|
+
if (arrayNl != null) this.arrayNl = arrayNl;
|
426
|
+
|
427
|
+
ByteList objectNl = opts.getString("object_nl");
|
428
|
+
if (objectNl != null) this.objectNl = objectNl;
|
429
|
+
|
430
|
+
maxNesting = opts.getInt("max_nesting", DEFAULT_MAX_NESTING);
|
431
|
+
allowNaN = opts.getBool("allow_nan", DEFAULT_ALLOW_NAN);
|
432
|
+
asciiOnly = opts.getBool("ascii_only", DEFAULT_ASCII_ONLY);
|
433
|
+
bufferInitialLength = opts.getInt("buffer_initial_length", DEFAULT_BUFFER_INITIAL_LENGTH);
|
434
|
+
|
435
|
+
depth = opts.getInt("depth", 0);
|
436
|
+
|
437
|
+
return this;
|
438
|
+
}
|
439
|
+
|
440
|
+
/**
|
441
|
+
* <code>State#to_h()</code>
|
442
|
+
*
|
443
|
+
* <p>Returns the configuration instance variables as a hash, that can be
|
444
|
+
* passed to the configure method.
|
445
|
+
* @return the hash
|
446
|
+
*/
|
447
|
+
@JRubyMethod(alias = "to_hash")
|
448
|
+
public RubyHash to_h(ThreadContext context) {
|
449
|
+
Ruby runtime = context.getRuntime();
|
450
|
+
RubyHash result = RubyHash.newHash(runtime);
|
451
|
+
|
452
|
+
result.op_aset(context, runtime.newSymbol("indent"), indent_get(context));
|
453
|
+
result.op_aset(context, runtime.newSymbol("space"), space_get(context));
|
454
|
+
result.op_aset(context, runtime.newSymbol("space_before"), space_before_get(context));
|
455
|
+
result.op_aset(context, runtime.newSymbol("object_nl"), object_nl_get(context));
|
456
|
+
result.op_aset(context, runtime.newSymbol("array_nl"), array_nl_get(context));
|
457
|
+
result.op_aset(context, runtime.newSymbol("allow_nan"), allow_nan_p(context));
|
458
|
+
result.op_aset(context, runtime.newSymbol("ascii_only"), ascii_only_p(context));
|
459
|
+
result.op_aset(context, runtime.newSymbol("max_nesting"), max_nesting_get(context));
|
460
|
+
result.op_aset(context, runtime.newSymbol("depth"), depth_get(context));
|
461
|
+
result.op_aset(context, runtime.newSymbol("buffer_initial_length"), buffer_initial_length_get(context));
|
462
|
+
for (String name: getInstanceVariableNameList()) {
|
463
|
+
result.op_aset(context, runtime.newSymbol(name.substring(1)), getInstanceVariables().getInstanceVariable(name));
|
464
|
+
}
|
465
|
+
return result;
|
466
|
+
}
|
467
|
+
|
468
|
+
public int increaseDepth() {
|
469
|
+
depth++;
|
470
|
+
checkMaxNesting();
|
471
|
+
return depth;
|
472
|
+
}
|
473
|
+
|
474
|
+
public int decreaseDepth() {
|
475
|
+
return --depth;
|
476
|
+
}
|
477
|
+
|
478
|
+
/**
|
479
|
+
* Checks if the current depth is allowed as per this state's options.
|
480
|
+
* @param context
|
481
|
+
* @param depth The corrent depth
|
482
|
+
*/
|
483
|
+
private void checkMaxNesting() {
|
484
|
+
if (maxNesting != 0 && depth > maxNesting) {
|
485
|
+
depth--;
|
486
|
+
throw Utils.newException(getRuntime().getCurrentContext(),
|
487
|
+
Utils.M_NESTING_ERROR, "nesting of " + depth + " is too deep");
|
488
|
+
}
|
489
|
+
}
|
490
|
+
}
|