lounge_lizard 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.gitmodules +3 -0
- data/.rspec +2 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Guardfile +33 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/Rakefile +43 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/circle.yml +14 -0
- data/ext/drafter/CHANGELOG.md +278 -0
- data/ext/drafter/Dockerfile +17 -0
- data/ext/drafter/Makefile +62 -0
- data/ext/drafter/appveyor.yml +17 -0
- data/ext/drafter/bin/drafter +0 -0
- data/ext/drafter/build/Makefile +387 -0
- data/ext/drafter/build/drafter.Makefile +6 -0
- data/ext/drafter/build/drafter.target.mk +159 -0
- data/ext/drafter/build/ext/snowcrash/libmarkdownparser.target.mk +141 -0
- data/ext/drafter/build/ext/snowcrash/libsnowcrash.target.mk +154 -0
- data/ext/drafter/build/ext/snowcrash/libsundown.target.mk +149 -0
- data/ext/drafter/build/ext/snowcrash/perf-libsnowcrash.target.mk +147 -0
- data/ext/drafter/build/ext/snowcrash/snowcrash.Makefile +6 -0
- data/ext/drafter/build/gyp-mac-tool +606 -0
- data/ext/drafter/build/libdrafter.target.mk +186 -0
- data/ext/drafter/build/libsos.target.mk +137 -0
- data/ext/drafter/build/out/Release/drafter +0 -0
- data/ext/drafter/build/out/Release/libdrafter.dylib +0 -0
- data/ext/drafter/build/out/Release/libmarkdownparser.a +0 -0
- data/ext/drafter/build/out/Release/libsnowcrash.a +0 -0
- data/ext/drafter/build/out/Release/libsos.a +0 -0
- data/ext/drafter/build/out/Release/libsundown.a +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/config.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/main.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/reporting.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/ConversionContext.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/NamedTypesRegistry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractAPI.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractDataStructure.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractElementFactory.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractSourceMap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Render.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Serialize.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeAST.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeResult.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter_private.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ComparableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Element.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ExpandVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/IsExpandableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/JSONSchemaVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/PrintVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Query.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Registry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/RenderJSONVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/TypeQueryVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/VisitorUtils.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Blueprint.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HTTP.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HeadersParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSON.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Section.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Signature.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/snowcrash.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsos/ext/sos/src/sos.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
- data/ext/drafter/circle.yml +32 -0
- data/ext/drafter/config.gypi +10 -0
- data/ext/drafter/config.mk +5 -0
- data/ext/drafter/configure +224 -0
- data/ext/drafter/drafter.gyp +189 -0
- data/ext/drafter/drafter.xcworkspace/contents.xcworkspacedata +13 -0
- data/ext/drafter/ext/snowcrash/Makefile +58 -0
- data/ext/drafter/ext/snowcrash/appveyor.yml +7 -0
- data/ext/drafter/ext/snowcrash/common.gypi +165 -0
- data/ext/drafter/ext/snowcrash/configure +197 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/Makefile +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/CONTRIBUTING.md +10 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile.win +33 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/smartypants.c +72 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/sundown.c +80 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini.h +37 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.c +108 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.c +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.c +647 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.h +77 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.c +389 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html_block_names.txt +25 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.c +297 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.h +51 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.c +225 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.h +96 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/html_blocks.h +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.c +2726 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.h +147 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.c +204 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.h +58 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.c +81 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.h +29 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/sundown.def +20 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/markdown/markdown.vcproj +188 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/msvc.sln +38 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/sundown/sundown.vcproj +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc +160 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.h +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc +152 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h +103 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc +388 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h +106 -0
- data/ext/drafter/ext/snowcrash/snowcrash.gyp +196 -0
- data/ext/drafter/ext/snowcrash/src/ActionParser.h +560 -0
- data/ext/drafter/ext/snowcrash/src/AssetParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/AttributesParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.h +489 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintParser.h +845 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.cc +81 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.h +345 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintUtility.h +111 -0
- data/ext/drafter/ext/snowcrash/src/CodeBlockUtility.h +276 -0
- data/ext/drafter/ext/snowcrash/src/DataStructureGroupParser.h +157 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.cc +49 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.h +108 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.cc +117 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.h +377 -0
- data/ext/drafter/ext/snowcrash/src/MSON.cc +272 -0
- data/ext/drafter/ext/snowcrash/src/MSON.h +405 -0
- data/ext/drafter/ext/snowcrash/src/MSONMixinParser.h +103 -0
- data/ext/drafter/ext/snowcrash/src/MSONNamedTypeParser.h +135 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.cc +132 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.h +80 -0
- data/ext/drafter/ext/snowcrash/src/MSONParameterParser.h +166 -0
- data/ext/drafter/ext/snowcrash/src/MSONPropertyMemberParser.h +106 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.cc +141 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.h +181 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.cc +209 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.h +213 -0
- data/ext/drafter/ext/snowcrash/src/MSONUtility.h +506 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.cc +214 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.h +390 -0
- data/ext/drafter/ext/snowcrash/src/ModelTable.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ParameterParser.h +516 -0
- data/ext/drafter/ext/snowcrash/src/ParametersParser.h +222 -0
- data/ext/drafter/ext/snowcrash/src/PayloadParser.h +733 -0
- data/ext/drafter/ext/snowcrash/src/Platform.h +33 -0
- data/ext/drafter/ext/snowcrash/src/RegexMatch.h +32 -0
- data/ext/drafter/ext/snowcrash/src/RelationParser.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ResourceGroupParser.h +297 -0
- data/ext/drafter/ext/snowcrash/src/ResourceParser.h +536 -0
- data/ext/drafter/ext/snowcrash/src/Section.cc +48 -0
- data/ext/drafter/ext/snowcrash/src/Section.h +60 -0
- data/ext/drafter/ext/snowcrash/src/SectionParser.h +246 -0
- data/ext/drafter/ext/snowcrash/src/SectionParserData.h +109 -0
- data/ext/drafter/ext/snowcrash/src/SectionProcessor.h +299 -0
- data/ext/drafter/ext/snowcrash/src/Signature.cc +75 -0
- data/ext/drafter/ext/snowcrash/src/Signature.h +103 -0
- data/ext/drafter/ext/snowcrash/src/SignatureSectionProcessor.h +442 -0
- data/ext/drafter/ext/snowcrash/src/SourceAnnotation.h +166 -0
- data/ext/drafter/ext/snowcrash/src/StringUtility.h +323 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.cc +195 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.h +240 -0
- data/ext/drafter/ext/snowcrash/src/ValuesParser.h +111 -0
- data/ext/drafter/ext/snowcrash/src/posix/RegexMatch.cc +99 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.h +44 -0
- data/ext/drafter/ext/snowcrash/src/win/RegexMatch.cc +78 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/AUTHORS +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/DEPS +23 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/OWNERS +1 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/PRESUBMIT.py +137 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/buildbot_run.py +136 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/OWNERS +6 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/cq_config.json +15 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/codereview.settings +10 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/data/win/large-pdb-shim.cc +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp +8 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp_main.py +16 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSNew.py +340 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSProject.py +208 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings.py +1096 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSToolFile.py +58 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUserFile.py +147 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.py +270 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.py +445 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.py +548 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.py +608 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml.py +157 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/flock_tool.py +54 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.py +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/analyzer.py +741 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/android.py +1069 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/cmake.py +1248 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/dump_dependency_json.py +99 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/eclipse.py +425 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypd.py +94 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypsh.py +56 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.py +2218 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs.py +3467 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.py +2427 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.py +1300 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.py +2899 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/mac_tool.py +605 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.py +1093 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.py +160 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ordered_dict.py +289 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.py +46 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/win_tool.py +314 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.py +1664 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.py +276 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.py +2927 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xml_fix.py +69 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylintrc +307 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples +81 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/setup.py +19 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/emacs/gyp.el +275 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/graphviz.py +100 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_gyp.py +155 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_sln.py +169 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_vcproj.py +329 -0
- data/ext/drafter/ext/snowcrash/vcbuild.bat +139 -0
- data/ext/drafter/ext/sos/Makefile +62 -0
- data/ext/drafter/ext/sos/src/sos.cc +235 -0
- data/ext/drafter/ext/sos/src/sos.h +188 -0
- data/ext/drafter/ext/sos/src/sosJSON.h +121 -0
- data/ext/drafter/ext/sos/src/sosYAML.h +105 -0
- data/ext/drafter/src/ConversionContext.cc +39 -0
- data/ext/drafter/src/ConversionContext.h +34 -0
- data/ext/drafter/src/NamedTypesRegistry.cc +405 -0
- data/ext/drafter/src/NamedTypesRegistry.h +28 -0
- data/ext/drafter/src/NodeInfo.h +143 -0
- data/ext/drafter/src/RefractAPI.cc +579 -0
- data/ext/drafter/src/RefractAPI.h +28 -0
- data/ext/drafter/src/RefractDataStructure.cc +1199 -0
- data/ext/drafter/src/RefractDataStructure.h +26 -0
- data/ext/drafter/src/RefractElementFactory.cc +107 -0
- data/ext/drafter/src/RefractElementFactory.h +67 -0
- data/ext/drafter/src/RefractSourceMap.cc +29 -0
- data/ext/drafter/src/RefractSourceMap.h +57 -0
- data/ext/drafter/src/Render.cc +157 -0
- data/ext/drafter/src/Render.h +40 -0
- data/ext/drafter/src/Serialize.cc +160 -0
- data/ext/drafter/src/Serialize.h +289 -0
- data/ext/drafter/src/SerializeAST.cc +507 -0
- data/ext/drafter/src/SerializeAST.h +29 -0
- data/ext/drafter/src/SerializeResult.cc +170 -0
- data/ext/drafter/src/SerializeResult.h +34 -0
- data/ext/drafter/src/SerializeSourcemap.cc +331 -0
- data/ext/drafter/src/SerializeSourcemap.h +21 -0
- data/ext/drafter/src/Version.h +40 -0
- data/ext/drafter/src/config.cc +91 -0
- data/ext/drafter/src/config.h +38 -0
- data/ext/drafter/src/drafter.cc +137 -0
- data/ext/drafter/src/drafter.h +102 -0
- data/ext/drafter/src/drafter_private.cc +85 -0
- data/ext/drafter/src/drafter_private.h +34 -0
- data/ext/drafter/src/main.cc +137 -0
- data/ext/drafter/src/refract/AppendDecorator.h +58 -0
- data/ext/drafter/src/refract/Build.h +67 -0
- data/ext/drafter/src/refract/ComparableVisitor.cc +43 -0
- data/ext/drafter/src/refract/ComparableVisitor.h +62 -0
- data/ext/drafter/src/refract/Element.cc +409 -0
- data/ext/drafter/src/refract/Element.h +656 -0
- data/ext/drafter/src/refract/ElementFwd.h +37 -0
- data/ext/drafter/src/refract/ElementInserter.h +59 -0
- data/ext/drafter/src/refract/Exception.h +31 -0
- data/ext/drafter/src/refract/ExpandVisitor.cc +359 -0
- data/ext/drafter/src/refract/ExpandVisitor.h +58 -0
- data/ext/drafter/src/refract/FilterVisitor.h +52 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.cc +140 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.h +31 -0
- data/ext/drafter/src/refract/Iterate.h +160 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.cc +675 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.h +73 -0
- data/ext/drafter/src/refract/PrintVisitor.cc +164 -0
- data/ext/drafter/src/refract/PrintVisitor.h +50 -0
- data/ext/drafter/src/refract/Query.cc +13 -0
- data/ext/drafter/src/refract/Query.h +38 -0
- data/ext/drafter/src/refract/Registry.cc +114 -0
- data/ext/drafter/src/refract/Registry.h +43 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.cc +255 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.h +51 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.cc +167 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.h +56 -0
- data/ext/drafter/src/refract/SerializeVisitor.cc +214 -0
- data/ext/drafter/src/refract/SerializeVisitor.h +55 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.cc +46 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.h +110 -0
- data/ext/drafter/src/refract/Visitor.h +126 -0
- data/ext/drafter/src/refract/VisitorUtils.cc +63 -0
- data/ext/drafter/src/refract/VisitorUtils.h +231 -0
- data/ext/drafter/src/reporting.cc +263 -0
- data/ext/drafter/src/reporting.h +39 -0
- data/ext/drafter/src/stream.h +148 -0
- data/ext/drafter/tools/homebrew/drafter.rb +18 -0
- data/ext/drafter/tools/make-tarball.sh +39 -0
- data/ext/drafter/tools/refract-filter.py +96 -0
- data/ext/drafter/tools/release.sh +17 -0
- data/ext/drafter/vcbuild.bat +203 -0
- data/lib/lounge_lizard/binding.rb +29 -0
- data/lib/lounge_lizard/version.rb +3 -0
- data/lib/lounge_lizard.rb +18 -0
- data/lounge_lizard.gemspec +37 -0
- metadata +547 -0
metadata
ADDED
@@ -0,0 +1,547 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: lounge_lizard
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- David Garcia
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: ffi
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.13'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.13'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: byebug
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: codeclimate-test-reporter
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: coveralls
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rake
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '10.0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '10.0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rspec
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '3.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '3.0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: guard
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: guard-bundler
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ">="
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: guard-rspec
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - ">="
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - ">="
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: guard-ctags-bundler
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
type: :development
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0'
|
167
|
+
description: Ruby binding for mson parsing with apiaryio/drafter
|
168
|
+
email:
|
169
|
+
- david.garcia@moviepilot.com
|
170
|
+
executables:
|
171
|
+
- console
|
172
|
+
- setup
|
173
|
+
extensions:
|
174
|
+
- Rakefile
|
175
|
+
extra_rdoc_files: []
|
176
|
+
files:
|
177
|
+
- ".gitignore"
|
178
|
+
- ".gitmodules"
|
179
|
+
- ".rspec"
|
180
|
+
- CODE_OF_CONDUCT.md
|
181
|
+
- Gemfile
|
182
|
+
- Guardfile
|
183
|
+
- LICENSE.txt
|
184
|
+
- README.md
|
185
|
+
- Rakefile
|
186
|
+
- bin/console
|
187
|
+
- bin/setup
|
188
|
+
- circle.yml
|
189
|
+
- ext/drafter/CHANGELOG.md
|
190
|
+
- ext/drafter/Dockerfile
|
191
|
+
- ext/drafter/Makefile
|
192
|
+
- ext/drafter/appveyor.yml
|
193
|
+
- ext/drafter/bin/drafter
|
194
|
+
- ext/drafter/build/Makefile
|
195
|
+
- ext/drafter/build/drafter.Makefile
|
196
|
+
- ext/drafter/build/drafter.target.mk
|
197
|
+
- ext/drafter/build/ext/snowcrash/libmarkdownparser.target.mk
|
198
|
+
- ext/drafter/build/ext/snowcrash/libsnowcrash.target.mk
|
199
|
+
- ext/drafter/build/ext/snowcrash/libsundown.target.mk
|
200
|
+
- ext/drafter/build/ext/snowcrash/perf-libsnowcrash.target.mk
|
201
|
+
- ext/drafter/build/ext/snowcrash/snowcrash.Makefile
|
202
|
+
- ext/drafter/build/gyp-mac-tool
|
203
|
+
- ext/drafter/build/libdrafter.target.mk
|
204
|
+
- ext/drafter/build/libsos.target.mk
|
205
|
+
- ext/drafter/build/out/Release/drafter
|
206
|
+
- ext/drafter/build/out/Release/libdrafter.dylib
|
207
|
+
- ext/drafter/build/out/Release/libmarkdownparser.a
|
208
|
+
- ext/drafter/build/out/Release/libsnowcrash.a
|
209
|
+
- ext/drafter/build/out/Release/libsos.a
|
210
|
+
- ext/drafter/build/out/Release/libsundown.a
|
211
|
+
- ext/drafter/build/out/Release/obj.target/drafter/src/config.o
|
212
|
+
- ext/drafter/build/out/Release/obj.target/drafter/src/main.o
|
213
|
+
- ext/drafter/build/out/Release/obj.target/drafter/src/reporting.o
|
214
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/ConversionContext.o
|
215
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/NamedTypesRegistry.o
|
216
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractAPI.o
|
217
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractDataStructure.o
|
218
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractElementFactory.o
|
219
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractSourceMap.o
|
220
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/Render.o
|
221
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/Serialize.o
|
222
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeAST.o
|
223
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeResult.o
|
224
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeSourcemap.o
|
225
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter.o
|
226
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter_private.o
|
227
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ComparableVisitor.o
|
228
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Element.o
|
229
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ExpandVisitor.o
|
230
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/IsExpandableVisitor.o
|
231
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/JSONSchemaVisitor.o
|
232
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/PrintVisitor.o
|
233
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Query.o
|
234
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Registry.o
|
235
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/RenderJSONVisitor.o
|
236
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o
|
237
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeVisitor.o
|
238
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/TypeQueryVisitor.o
|
239
|
+
- ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/VisitorUtils.o
|
240
|
+
- ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o
|
241
|
+
- ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o
|
242
|
+
- ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o
|
243
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Blueprint.o
|
244
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o
|
245
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HTTP.o
|
246
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HeadersParser.o
|
247
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSON.o
|
248
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o
|
249
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONSourcemap.o
|
250
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o
|
251
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o
|
252
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Section.o
|
253
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Signature.o
|
254
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o
|
255
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o
|
256
|
+
- ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/snowcrash.o
|
257
|
+
- ext/drafter/build/out/Release/obj.target/libsos/ext/sos/src/sos.o
|
258
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o
|
259
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o
|
260
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o
|
261
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o
|
262
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o
|
263
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o
|
264
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o
|
265
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o
|
266
|
+
- ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o
|
267
|
+
- ext/drafter/circle.yml
|
268
|
+
- ext/drafter/config.gypi
|
269
|
+
- ext/drafter/config.mk
|
270
|
+
- ext/drafter/configure
|
271
|
+
- ext/drafter/drafter.gyp
|
272
|
+
- ext/drafter/drafter.xcworkspace/contents.xcworkspacedata
|
273
|
+
- ext/drafter/ext/snowcrash/Makefile
|
274
|
+
- ext/drafter/ext/snowcrash/appveyor.yml
|
275
|
+
- ext/drafter/ext/snowcrash/common.gypi
|
276
|
+
- ext/drafter/ext/snowcrash/configure
|
277
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/Makefile
|
278
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/CONTRIBUTING.md
|
279
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile
|
280
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile.win
|
281
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/smartypants.c
|
282
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/sundown.c
|
283
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini.h
|
284
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.c
|
285
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.c
|
286
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.c
|
287
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.h
|
288
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.c
|
289
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html_block_names.txt
|
290
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.c
|
291
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.h
|
292
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.c
|
293
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.h
|
294
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/html_blocks.h
|
295
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.c
|
296
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.h
|
297
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.c
|
298
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.h
|
299
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.c
|
300
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.h
|
301
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/sundown.def
|
302
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/markdown/markdown.vcproj
|
303
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/msvc.sln
|
304
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/sundown/sundown.vcproj
|
305
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc
|
306
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.h
|
307
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc
|
308
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h
|
309
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc
|
310
|
+
- ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h
|
311
|
+
- ext/drafter/ext/snowcrash/snowcrash.gyp
|
312
|
+
- ext/drafter/ext/snowcrash/src/ActionParser.h
|
313
|
+
- ext/drafter/ext/snowcrash/src/AssetParser.h
|
314
|
+
- ext/drafter/ext/snowcrash/src/AttributesParser.h
|
315
|
+
- ext/drafter/ext/snowcrash/src/Blueprint.cc
|
316
|
+
- ext/drafter/ext/snowcrash/src/Blueprint.h
|
317
|
+
- ext/drafter/ext/snowcrash/src/BlueprintParser.h
|
318
|
+
- ext/drafter/ext/snowcrash/src/BlueprintSourcemap.cc
|
319
|
+
- ext/drafter/ext/snowcrash/src/BlueprintSourcemap.h
|
320
|
+
- ext/drafter/ext/snowcrash/src/BlueprintUtility.h
|
321
|
+
- ext/drafter/ext/snowcrash/src/CodeBlockUtility.h
|
322
|
+
- ext/drafter/ext/snowcrash/src/DataStructureGroupParser.h
|
323
|
+
- ext/drafter/ext/snowcrash/src/HTTP.cc
|
324
|
+
- ext/drafter/ext/snowcrash/src/HTTP.h
|
325
|
+
- ext/drafter/ext/snowcrash/src/HeadersParser.cc
|
326
|
+
- ext/drafter/ext/snowcrash/src/HeadersParser.h
|
327
|
+
- ext/drafter/ext/snowcrash/src/MSON.cc
|
328
|
+
- ext/drafter/ext/snowcrash/src/MSON.h
|
329
|
+
- ext/drafter/ext/snowcrash/src/MSONMixinParser.h
|
330
|
+
- ext/drafter/ext/snowcrash/src/MSONNamedTypeParser.h
|
331
|
+
- ext/drafter/ext/snowcrash/src/MSONOneOfParser.cc
|
332
|
+
- ext/drafter/ext/snowcrash/src/MSONOneOfParser.h
|
333
|
+
- ext/drafter/ext/snowcrash/src/MSONParameterParser.h
|
334
|
+
- ext/drafter/ext/snowcrash/src/MSONPropertyMemberParser.h
|
335
|
+
- ext/drafter/ext/snowcrash/src/MSONSourcemap.cc
|
336
|
+
- ext/drafter/ext/snowcrash/src/MSONSourcemap.h
|
337
|
+
- ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.cc
|
338
|
+
- ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.h
|
339
|
+
- ext/drafter/ext/snowcrash/src/MSONUtility.h
|
340
|
+
- ext/drafter/ext/snowcrash/src/MSONValueMemberParser.cc
|
341
|
+
- ext/drafter/ext/snowcrash/src/MSONValueMemberParser.h
|
342
|
+
- ext/drafter/ext/snowcrash/src/ModelTable.h
|
343
|
+
- ext/drafter/ext/snowcrash/src/ParameterParser.h
|
344
|
+
- ext/drafter/ext/snowcrash/src/ParametersParser.h
|
345
|
+
- ext/drafter/ext/snowcrash/src/PayloadParser.h
|
346
|
+
- ext/drafter/ext/snowcrash/src/Platform.h
|
347
|
+
- ext/drafter/ext/snowcrash/src/RegexMatch.h
|
348
|
+
- ext/drafter/ext/snowcrash/src/RelationParser.h
|
349
|
+
- ext/drafter/ext/snowcrash/src/ResourceGroupParser.h
|
350
|
+
- ext/drafter/ext/snowcrash/src/ResourceParser.h
|
351
|
+
- ext/drafter/ext/snowcrash/src/Section.cc
|
352
|
+
- ext/drafter/ext/snowcrash/src/Section.h
|
353
|
+
- ext/drafter/ext/snowcrash/src/SectionParser.h
|
354
|
+
- ext/drafter/ext/snowcrash/src/SectionParserData.h
|
355
|
+
- ext/drafter/ext/snowcrash/src/SectionProcessor.h
|
356
|
+
- ext/drafter/ext/snowcrash/src/Signature.cc
|
357
|
+
- ext/drafter/ext/snowcrash/src/Signature.h
|
358
|
+
- ext/drafter/ext/snowcrash/src/SignatureSectionProcessor.h
|
359
|
+
- ext/drafter/ext/snowcrash/src/SourceAnnotation.h
|
360
|
+
- ext/drafter/ext/snowcrash/src/StringUtility.h
|
361
|
+
- ext/drafter/ext/snowcrash/src/UriTemplateParser.cc
|
362
|
+
- ext/drafter/ext/snowcrash/src/UriTemplateParser.h
|
363
|
+
- ext/drafter/ext/snowcrash/src/ValuesParser.h
|
364
|
+
- ext/drafter/ext/snowcrash/src/posix/RegexMatch.cc
|
365
|
+
- ext/drafter/ext/snowcrash/src/snowcrash.cc
|
366
|
+
- ext/drafter/ext/snowcrash/src/snowcrash.h
|
367
|
+
- ext/drafter/ext/snowcrash/src/win/RegexMatch.cc
|
368
|
+
- ext/drafter/ext/snowcrash/tools/gyp/AUTHORS
|
369
|
+
- ext/drafter/ext/snowcrash/tools/gyp/DEPS
|
370
|
+
- ext/drafter/ext/snowcrash/tools/gyp/OWNERS
|
371
|
+
- ext/drafter/ext/snowcrash/tools/gyp/PRESUBMIT.py
|
372
|
+
- ext/drafter/ext/snowcrash/tools/gyp/buildbot/buildbot_run.py
|
373
|
+
- ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/OWNERS
|
374
|
+
- ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/cq_config.json
|
375
|
+
- ext/drafter/ext/snowcrash/tools/gyp/codereview.settings
|
376
|
+
- ext/drafter/ext/snowcrash/tools/gyp/data/win/large-pdb-shim.cc
|
377
|
+
- ext/drafter/ext/snowcrash/tools/gyp/gyp
|
378
|
+
- ext/drafter/ext/snowcrash/tools/gyp/gyp.bat
|
379
|
+
- ext/drafter/ext/snowcrash/tools/gyp/gyp_main.py
|
380
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSNew.py
|
381
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSProject.py
|
382
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings.py
|
383
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSToolFile.py
|
384
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUserFile.py
|
385
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.py
|
386
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.pyc
|
387
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.py
|
388
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.pyc
|
389
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.py
|
390
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc
|
391
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.py
|
392
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc
|
393
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml.py
|
394
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/flock_tool.py
|
395
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.py
|
396
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc
|
397
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/analyzer.py
|
398
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/android.py
|
399
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/cmake.py
|
400
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/dump_dependency_json.py
|
401
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/eclipse.py
|
402
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypd.py
|
403
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypsh.py
|
404
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.py
|
405
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc
|
406
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs.py
|
407
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.py
|
408
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.pyc
|
409
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.py
|
410
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc
|
411
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.py
|
412
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc
|
413
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/mac_tool.py
|
414
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.py
|
415
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.pyc
|
416
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.py
|
417
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.pyc
|
418
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ordered_dict.py
|
419
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.py
|
420
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.pyc
|
421
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/win_tool.py
|
422
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.py
|
423
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc
|
424
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.py
|
425
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.pyc
|
426
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.py
|
427
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc
|
428
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xml_fix.py
|
429
|
+
- ext/drafter/ext/snowcrash/tools/gyp/pylintrc
|
430
|
+
- ext/drafter/ext/snowcrash/tools/gyp/samples/samples
|
431
|
+
- ext/drafter/ext/snowcrash/tools/gyp/samples/samples.bat
|
432
|
+
- ext/drafter/ext/snowcrash/tools/gyp/setup.py
|
433
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec
|
434
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec
|
435
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/emacs/gyp.el
|
436
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/graphviz.py
|
437
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_gyp.py
|
438
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_sln.py
|
439
|
+
- ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_vcproj.py
|
440
|
+
- ext/drafter/ext/snowcrash/vcbuild.bat
|
441
|
+
- ext/drafter/ext/sos/Makefile
|
442
|
+
- ext/drafter/ext/sos/src/sos.cc
|
443
|
+
- ext/drafter/ext/sos/src/sos.h
|
444
|
+
- ext/drafter/ext/sos/src/sosJSON.h
|
445
|
+
- ext/drafter/ext/sos/src/sosYAML.h
|
446
|
+
- ext/drafter/src/ConversionContext.cc
|
447
|
+
- ext/drafter/src/ConversionContext.h
|
448
|
+
- ext/drafter/src/NamedTypesRegistry.cc
|
449
|
+
- ext/drafter/src/NamedTypesRegistry.h
|
450
|
+
- ext/drafter/src/NodeInfo.h
|
451
|
+
- ext/drafter/src/RefractAPI.cc
|
452
|
+
- ext/drafter/src/RefractAPI.h
|
453
|
+
- ext/drafter/src/RefractDataStructure.cc
|
454
|
+
- ext/drafter/src/RefractDataStructure.h
|
455
|
+
- ext/drafter/src/RefractElementFactory.cc
|
456
|
+
- ext/drafter/src/RefractElementFactory.h
|
457
|
+
- ext/drafter/src/RefractSourceMap.cc
|
458
|
+
- ext/drafter/src/RefractSourceMap.h
|
459
|
+
- ext/drafter/src/Render.cc
|
460
|
+
- ext/drafter/src/Render.h
|
461
|
+
- ext/drafter/src/Serialize.cc
|
462
|
+
- ext/drafter/src/Serialize.h
|
463
|
+
- ext/drafter/src/SerializeAST.cc
|
464
|
+
- ext/drafter/src/SerializeAST.h
|
465
|
+
- ext/drafter/src/SerializeResult.cc
|
466
|
+
- ext/drafter/src/SerializeResult.h
|
467
|
+
- ext/drafter/src/SerializeSourcemap.cc
|
468
|
+
- ext/drafter/src/SerializeSourcemap.h
|
469
|
+
- ext/drafter/src/Version.h
|
470
|
+
- ext/drafter/src/config.cc
|
471
|
+
- ext/drafter/src/config.h
|
472
|
+
- ext/drafter/src/drafter.cc
|
473
|
+
- ext/drafter/src/drafter.h
|
474
|
+
- ext/drafter/src/drafter_private.cc
|
475
|
+
- ext/drafter/src/drafter_private.h
|
476
|
+
- ext/drafter/src/main.cc
|
477
|
+
- ext/drafter/src/refract/AppendDecorator.h
|
478
|
+
- ext/drafter/src/refract/Build.h
|
479
|
+
- ext/drafter/src/refract/ComparableVisitor.cc
|
480
|
+
- ext/drafter/src/refract/ComparableVisitor.h
|
481
|
+
- ext/drafter/src/refract/Element.cc
|
482
|
+
- ext/drafter/src/refract/Element.h
|
483
|
+
- ext/drafter/src/refract/ElementFwd.h
|
484
|
+
- ext/drafter/src/refract/ElementInserter.h
|
485
|
+
- ext/drafter/src/refract/Exception.h
|
486
|
+
- ext/drafter/src/refract/ExpandVisitor.cc
|
487
|
+
- ext/drafter/src/refract/ExpandVisitor.h
|
488
|
+
- ext/drafter/src/refract/FilterVisitor.h
|
489
|
+
- ext/drafter/src/refract/IsExpandableVisitor.cc
|
490
|
+
- ext/drafter/src/refract/IsExpandableVisitor.h
|
491
|
+
- ext/drafter/src/refract/Iterate.h
|
492
|
+
- ext/drafter/src/refract/JSONSchemaVisitor.cc
|
493
|
+
- ext/drafter/src/refract/JSONSchemaVisitor.h
|
494
|
+
- ext/drafter/src/refract/PrintVisitor.cc
|
495
|
+
- ext/drafter/src/refract/PrintVisitor.h
|
496
|
+
- ext/drafter/src/refract/Query.cc
|
497
|
+
- ext/drafter/src/refract/Query.h
|
498
|
+
- ext/drafter/src/refract/Registry.cc
|
499
|
+
- ext/drafter/src/refract/Registry.h
|
500
|
+
- ext/drafter/src/refract/RenderJSONVisitor.cc
|
501
|
+
- ext/drafter/src/refract/RenderJSONVisitor.h
|
502
|
+
- ext/drafter/src/refract/SerializeCompactVisitor.cc
|
503
|
+
- ext/drafter/src/refract/SerializeCompactVisitor.h
|
504
|
+
- ext/drafter/src/refract/SerializeVisitor.cc
|
505
|
+
- ext/drafter/src/refract/SerializeVisitor.h
|
506
|
+
- ext/drafter/src/refract/TypeQueryVisitor.cc
|
507
|
+
- ext/drafter/src/refract/TypeQueryVisitor.h
|
508
|
+
- ext/drafter/src/refract/Visitor.h
|
509
|
+
- ext/drafter/src/refract/VisitorUtils.cc
|
510
|
+
- ext/drafter/src/refract/VisitorUtils.h
|
511
|
+
- ext/drafter/src/reporting.cc
|
512
|
+
- ext/drafter/src/reporting.h
|
513
|
+
- ext/drafter/src/stream.h
|
514
|
+
- ext/drafter/tools/homebrew/drafter.rb
|
515
|
+
- ext/drafter/tools/make-tarball.sh
|
516
|
+
- ext/drafter/tools/refract-filter.py
|
517
|
+
- ext/drafter/tools/release.sh
|
518
|
+
- ext/drafter/vcbuild.bat
|
519
|
+
- lib/lounge_lizard.rb
|
520
|
+
- lib/lounge_lizard/binding.rb
|
521
|
+
- lib/lounge_lizard/version.rb
|
522
|
+
- lounge_lizard.gemspec
|
523
|
+
homepage: https://github.com/moviepilot/lounge_lizard
|
524
|
+
licenses:
|
525
|
+
- MIT
|
526
|
+
metadata: {}
|
527
|
+
post_install_message:
|
528
|
+
rdoc_options: []
|
529
|
+
require_paths:
|
530
|
+
- lib ext
|
531
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
532
|
+
requirements:
|
533
|
+
- - ">="
|
534
|
+
- !ruby/object:Gem::Version
|
535
|
+
version: '0'
|
536
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
537
|
+
requirements:
|
538
|
+
- - ">="
|
539
|
+
- !ruby/object:Gem::Version
|
540
|
+
version: '0'
|
541
|
+
requirements: []
|
542
|
+
rubyforge_project:
|
543
|
+
rubygems_version: 2.5.1
|
544
|
+
signing_key:
|
545
|
+
specification_version: 4
|
546
|
+
summary: Ruby binding for mson parsing with apiaryio/drafter
|
547
|
+
test_files: []
|