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
@@ -0,0 +1,39 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
|
3
|
+
if [ "x$1" = "xcheckout" ] ; then
|
4
|
+
# Recursively checkout a repository to destination
|
5
|
+
# Usage: tools/make-tarball.sh checkout DESTINATION
|
6
|
+
|
7
|
+
git checkout-index --all --prefix=$2
|
8
|
+
git submodule foreach --quiet "$0 checkout $2"'$path/'
|
9
|
+
|
10
|
+
exit 0
|
11
|
+
fi
|
12
|
+
|
13
|
+
TMPDIR=`mktemp -d`
|
14
|
+
trap 'rm -rf $TMPDIR' EXIT
|
15
|
+
VERSION=$1
|
16
|
+
|
17
|
+
if [ "x$VERSION" = "x" ] ; then
|
18
|
+
echo "Usage: $0 VERSION"
|
19
|
+
exit 1
|
20
|
+
fi
|
21
|
+
|
22
|
+
DIR=drafter-$VERSION
|
23
|
+
TARBALL=$(pwd)/drafter-$VERSION.tar.gz
|
24
|
+
|
25
|
+
echo "Exporting to $TMPDIR/$DIR"
|
26
|
+
|
27
|
+
$(pwd)/tools/make-tarball.sh checkout $TMPDIR/$DIR/
|
28
|
+
|
29
|
+
(
|
30
|
+
# Remove unnessecery files
|
31
|
+
cd $TMPDIR/$DIR
|
32
|
+
rm -fr appveyor.yml circle.yml .npmignore tools/ package.json emcc/
|
33
|
+
)
|
34
|
+
|
35
|
+
(
|
36
|
+
cd $TMPDIR
|
37
|
+
echo "Creating tarball"
|
38
|
+
env GZIP=-9 tar -czf $TARBALL $DIR
|
39
|
+
)
|
@@ -0,0 +1,96 @@
|
|
1
|
+
#!/usr/bin/env python
|
2
|
+
|
3
|
+
from __future__ import print_function
|
4
|
+
import argparse
|
5
|
+
import sys
|
6
|
+
import json
|
7
|
+
import textwrap
|
8
|
+
from collections import OrderedDict
|
9
|
+
try:
|
10
|
+
import yaml
|
11
|
+
except ImportError:
|
12
|
+
yaml = None
|
13
|
+
|
14
|
+
VERSION = "0.1"
|
15
|
+
|
16
|
+
|
17
|
+
def yaml_load(stream, Loader=yaml.Loader, object_pairs_hook=OrderedDict):
|
18
|
+
class OrderedLoader(Loader):
|
19
|
+
pass
|
20
|
+
|
21
|
+
def construct_mapping(loader, node):
|
22
|
+
loader.flatten_mapping(node)
|
23
|
+
return object_pairs_hook(loader.construct_pairs(node))
|
24
|
+
|
25
|
+
OrderedLoader.add_constructor(
|
26
|
+
yaml.resolver.BaseResolver.DEFAULT_MAPPING_TAG,
|
27
|
+
construct_mapping)
|
28
|
+
return yaml.load(stream, OrderedLoader)
|
29
|
+
|
30
|
+
|
31
|
+
def walk(node, cb):
|
32
|
+
|
33
|
+
if isinstance(node, dict):
|
34
|
+
for key, item in node.items():
|
35
|
+
cb(key, item)
|
36
|
+
walk(item, cb)
|
37
|
+
elif type(node) is list:
|
38
|
+
for item in iter(node):
|
39
|
+
cb(None, item)
|
40
|
+
walk(item, cb)
|
41
|
+
|
42
|
+
|
43
|
+
def print_body(key, item):
|
44
|
+
|
45
|
+
if type(item) is OrderedDict and \
|
46
|
+
'element' in item.keys() and \
|
47
|
+
item['element'] == 'asset':
|
48
|
+
print(item['content'])
|
49
|
+
|
50
|
+
|
51
|
+
def main():
|
52
|
+
parser = argparse.ArgumentParser(
|
53
|
+
description=textwrap.dedent('''\
|
54
|
+
Simple filter for refract, prints out the json and JSONSchema content
|
55
|
+
of the datastrucutres. Input is either stdin or given files.'''),
|
56
|
+
epilog=textwrap.dedent('''\
|
57
|
+
Example:
|
58
|
+
refract-filter.py -vj test/fixtures/schema/*.json
|
59
|
+
drafter blueprint.apib | refract-filter.py'''),
|
60
|
+
formatter_class=argparse.RawDescriptionHelpFormatter)
|
61
|
+
parser.add_argument('-j', '--json',
|
62
|
+
help='input is json format and not yaml',
|
63
|
+
action='store_true', default=False)
|
64
|
+
parser.add_argument('-V', '--version', help='print version info',
|
65
|
+
action='store_true', default=False)
|
66
|
+
parser.add_argument('-v', '--verbose', help='verbose (print file names)',
|
67
|
+
action='store_true', default=False)
|
68
|
+
parser.add_argument('file', type=argparse.FileType('r'), nargs='*')
|
69
|
+
args = parser.parse_args()
|
70
|
+
|
71
|
+
if yaml is None:
|
72
|
+
args.json = True
|
73
|
+
if args.verbose:
|
74
|
+
print("Pyaml not found, only json format supported, -j in effect",
|
75
|
+
file=sys.stderr)
|
76
|
+
|
77
|
+
if args.version:
|
78
|
+
print(VERSION + " refract-filter.py")
|
79
|
+
sys.exit(0)
|
80
|
+
|
81
|
+
if not args.file:
|
82
|
+
args.file.append(sys.stdin)
|
83
|
+
|
84
|
+
for f in args.file:
|
85
|
+
if args.verbose:
|
86
|
+
print(f.name, file=sys.stderr)
|
87
|
+
if args.json:
|
88
|
+
data = json.load(f, object_pairs_hook=OrderedDict)
|
89
|
+
else:
|
90
|
+
data = yaml_load(f)
|
91
|
+
|
92
|
+
walk(data, print_body)
|
93
|
+
|
94
|
+
|
95
|
+
if __name__ == '__main__':
|
96
|
+
main()
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
|
3
|
+
OS=`uname -s | tr '[:upper:]' '[:lower:]'`
|
4
|
+
TAG=`git describe --tags $CIRCLE_SHA1`
|
5
|
+
|
6
|
+
# Download GitHub releases script
|
7
|
+
curl -L -O https://github.com/aktau/github-release/releases/download/v0.6.2/$OS-amd64-github-release.tar.bz2
|
8
|
+
tar -xjf $OS-amd64-github-release.tar.bz2
|
9
|
+
GITHUB_RELEASE=./bin/$OS/amd64/github-release
|
10
|
+
|
11
|
+
# Create GitHub release
|
12
|
+
$GITHUB_RELEASE release -u apiaryio -r drafter --tag $TAG
|
13
|
+
|
14
|
+
# Create and upload tarball
|
15
|
+
TARBALL=drafter-$TAG.tar.gz
|
16
|
+
./tools/make-tarball.sh $TAG
|
17
|
+
$GITHUB_RELEASE upload -u apiaryio -r drafter --tag $TAG --name $TARBALL --file $TARBALL
|
@@ -0,0 +1,203 @@
|
|
1
|
+
@echo off
|
2
|
+
|
3
|
+
@rem Attribution Notice
|
4
|
+
@rem ------------------
|
5
|
+
@rem This file uses parts of Node.js `vcbuild.bat`.
|
6
|
+
@rem Please refer to https://github.com/joyent/node.
|
7
|
+
|
8
|
+
cd %~dp0
|
9
|
+
|
10
|
+
if /i "%1"=="help" goto help
|
11
|
+
if /i "%1"=="--help" goto help
|
12
|
+
if /i "%1"=="-help" goto help
|
13
|
+
if /i "%1"=="/help" goto help
|
14
|
+
if /i "%1"=="?" goto help
|
15
|
+
if /i "%1"=="-?" goto help
|
16
|
+
if /i "%1"=="--?" goto help
|
17
|
+
if /i "%1"=="/?" goto help
|
18
|
+
|
19
|
+
@rem Process arguments.
|
20
|
+
set config=Release
|
21
|
+
set target=Build
|
22
|
+
set target_arch=ia32
|
23
|
+
set noprojgen=
|
24
|
+
set nobuild=
|
25
|
+
set test=
|
26
|
+
|
27
|
+
:next-arg
|
28
|
+
if "%1"=="" goto args-done
|
29
|
+
if /i "%1"=="debug" set config=Debug&goto arg-ok
|
30
|
+
if /i "%1"=="release" set config=Release&goto arg-ok
|
31
|
+
if /i "%1"=="clean" set target=Clean&goto arg-ok
|
32
|
+
if /i "%1"=="ia32" set target_arch=ia32&goto arg-ok
|
33
|
+
if /i "%1"=="x86" set target_arch=ia32&goto arg-ok
|
34
|
+
if /i "%1"=="x64" set target_arch=x64&goto arg-ok
|
35
|
+
if /i "%1"=="noprojgen" set noprojgen=1&goto arg-ok
|
36
|
+
if /i "%1"=="nobuild" set nobuild=1&goto arg-ok
|
37
|
+
if /i "%1"=="test" set test=test&goto arg-ok
|
38
|
+
if /i "%1"=="inttest" set inttest=1&goto arg-ok
|
39
|
+
if /i "%1"=="MSVC2015" set GYP_MSVS_VERSION=2015&goto arg-ok
|
40
|
+
if /i "%1"=="MSVC2013" set GYP_MSVS_VERSION=2013&goto arg-ok
|
41
|
+
if /i "%1"=="MSVC2012" set GYP_MSVS_VERSION=2012&goto arg-ok
|
42
|
+
if /i "%1"=="MSVC2010" set GYP_MSVS_VERSION=2010&goto arg-ok
|
43
|
+
if /i "%1"=="MSVC2008" set GYP_MSVS_VERSION=2008&goto arg-ok
|
44
|
+
|
45
|
+
echo Warning: ignoring invalid command line option `%1`.
|
46
|
+
|
47
|
+
:arg-ok
|
48
|
+
shift
|
49
|
+
goto next-arg
|
50
|
+
|
51
|
+
:args-done
|
52
|
+
if "%config%"=="Debug" set debug_arg=--debug
|
53
|
+
|
54
|
+
:project-gen
|
55
|
+
@rem Skip project generation if requested.
|
56
|
+
if defined noprojgen goto msbuild
|
57
|
+
if "%GYP_MSVS_VERSION%"=="" set GYP_MSVS_VERSION=2012
|
58
|
+
|
59
|
+
@rem Generate the VS project.
|
60
|
+
SETLOCAL
|
61
|
+
if defined VS120COMNTOOLS call "%VS120COMNTOOLS%\VCVarsQueryRegistry.bat"
|
62
|
+
if defined inttest python configure %debug_arg% --dest-cpu=%target_arch% --include-integration-tests
|
63
|
+
if not defined inttest python configure %debug_arg% --dest-cpu=%target_arch%
|
64
|
+
if errorlevel 1 goto create-msvs-files-failed
|
65
|
+
if not exist build/drafter.sln goto create-msvs-files-failed
|
66
|
+
echo Project files generated.
|
67
|
+
ENDLOCAL
|
68
|
+
|
69
|
+
@rem Skip to the end for now
|
70
|
+
@rem goto exit
|
71
|
+
|
72
|
+
:msbuild
|
73
|
+
@rem Skip project generation if requested.
|
74
|
+
if defined nobuild goto exit
|
75
|
+
if "%GYP_MSVS_VERSION%"=="2013" goto vc-set-2013
|
76
|
+
if "%GYP_MSVS_VERSION%"=="2012" goto vc-set-2012
|
77
|
+
if "%GYP_MSVS_VERSION%"=="2010" goto vc-set-2010
|
78
|
+
if "%GYP_MSVS_VERSION%"=="2008" goto vc-set-2008
|
79
|
+
|
80
|
+
|
81
|
+
@rem MSVS 2015 is VS14
|
82
|
+
if not defined VS140COMNTOOLS goto vc-set-2013
|
83
|
+
if not exist "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat" goto vc-set-2013
|
84
|
+
call "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat"
|
85
|
+
if not defined VCINSTALLDIR goto msbuild-not-found
|
86
|
+
goto msbuild-found
|
87
|
+
|
88
|
+
:vc-set-2013
|
89
|
+
if not defined VS120COMNTOOLS goto vc-set-2012
|
90
|
+
if not exist "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" goto vc-set-2012
|
91
|
+
call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat"
|
92
|
+
if not defined VCINSTALLDIR goto msbuild-not-found
|
93
|
+
goto msbuild-found
|
94
|
+
|
95
|
+
:vc-set-2012
|
96
|
+
if not defined VS110COMNTOOLS goto vc-set-2010
|
97
|
+
if not exist "%VS110COMNTOOLS%\..\..\vc\vcvarsall.bat" goto vc-set-2010
|
98
|
+
call "%VS110COMNTOOLS%\..\..\vc\vcvarsall.bat"
|
99
|
+
if not defined VCINSTALLDIR goto msbuild-not-found
|
100
|
+
goto msbuild-found
|
101
|
+
|
102
|
+
:vc-set-2010
|
103
|
+
if not defined VS100COMNTOOLS goto vc-set-2008
|
104
|
+
if not exist "%VS100COMNTOOLS%\..\..\vc\vcvarsall.bat" goto vc-set-2008
|
105
|
+
call "%VS100COMNTOOLS%\..\..\vc\vcvarsall.bat"
|
106
|
+
if not defined VCINSTALLDIR goto msbuild-not-found
|
107
|
+
goto msbuild-found
|
108
|
+
|
109
|
+
:vc-set-2008
|
110
|
+
if not defined VS90COMNTOOLS goto msbuild-not-found
|
111
|
+
if not exist "%VS90COMNTOOLS%\..\..\vc\vcvarsall.bat" goto msbuild-not-found
|
112
|
+
call "%VS90COMNTOOLS%\..\..\vc\vcvarsall.bat"
|
113
|
+
if not defined VCINSTALLDIR goto msbuild-not-found
|
114
|
+
goto msbuild-found
|
115
|
+
|
116
|
+
:msbuild-not-found
|
117
|
+
echo Build skipped. To build, this file needs to run from VS cmd prompt.
|
118
|
+
goto exit
|
119
|
+
|
120
|
+
:msbuild-found
|
121
|
+
@rem Build the sln with msbuild.
|
122
|
+
@rem Refer to http://msdn.microsoft.com/en-us/library/ms164311.aspx
|
123
|
+
echo Building Snow Crash...
|
124
|
+
msbuild build/drafter.sln /m /clp:NoSummary;NoItemAndPropertyList;Verbosity=normal /nologo /property:Configuration=%config%
|
125
|
+
if errorlevel 1 goto exit
|
126
|
+
|
127
|
+
:run
|
128
|
+
@rem Run tests if requested.
|
129
|
+
if "%test%"=="" goto intigration-test
|
130
|
+
echo Running tests...
|
131
|
+
.\build\%config%\test-libdrafter.exe
|
132
|
+
|
133
|
+
:intigration-test
|
134
|
+
if defined inttest goto run-integration-test
|
135
|
+
|
136
|
+
@rem All Done
|
137
|
+
goto exit
|
138
|
+
|
139
|
+
:run-integration-test
|
140
|
+
if "%config%"=="Debug" (
|
141
|
+
SET "Replacement= ENV['PATH'] = "../../build/Debug""
|
142
|
+
goto :run-cucumber
|
143
|
+
)
|
144
|
+
SET "Replacement= ENV['PATH'] = "../../build/Release""
|
145
|
+
goto :run-cucumber
|
146
|
+
|
147
|
+
:run-cucumber
|
148
|
+
SET "file=features\support\env-win.rb"
|
149
|
+
if exist "%file%" goto env-exist
|
150
|
+
SETLOCAL ENABLEDELAYEDEXPANSION
|
151
|
+
SET "line=require 'aruba/cucumber'"
|
152
|
+
ECHO !line! >"%file%"
|
153
|
+
SET "line=require 'rbconfig'"
|
154
|
+
ECHO !line! >>"%file%"
|
155
|
+
SET "line=Before do"
|
156
|
+
ECHO !line! >>"%file%"
|
157
|
+
SET "line= @dirs << "../../features/fixtures""
|
158
|
+
ECHO !line! >>"%file%"
|
159
|
+
SET "line= case RbConfig::CONFIG['host_os']"
|
160
|
+
ECHO !line! >>"%file%"
|
161
|
+
SET "line= when /mswin|msys|mingw|cygwin|bccwin|wince|emc/"
|
162
|
+
ECHO !line! >>"%file%"
|
163
|
+
ECHO !Replacement! >>"%file%"
|
164
|
+
SET "line=end"
|
165
|
+
ECHO !line! >>"%file%"
|
166
|
+
SET "line=end"
|
167
|
+
ECHO !line! >>"%file%"
|
168
|
+
ENDLOCAL
|
169
|
+
|
170
|
+
bundle exec cucumber
|
171
|
+
goto exit
|
172
|
+
|
173
|
+
:env-exist
|
174
|
+
SET /a Line#ToSearch=7
|
175
|
+
(FOR /f "tokens=1*delims=:" %%a IN ('findstr /n "^" "%file%"') DO (
|
176
|
+
SET "Line=%%b"
|
177
|
+
IF %%a equ %Line#ToSearch% SET "Line=%Replacement%"
|
178
|
+
SETLOCAL ENABLEDELAYEDEXPANSION
|
179
|
+
ECHO(!Line!)
|
180
|
+
ENDLOCAL
|
181
|
+
)>"%file%.new"
|
182
|
+
MOVE "%file%.new" "%file%" >nul
|
183
|
+
|
184
|
+
bundle exec cucumber
|
185
|
+
goto exit
|
186
|
+
|
187
|
+
:create-msvs-files-failed
|
188
|
+
echo Failed to create vc project files.
|
189
|
+
goto exit
|
190
|
+
|
191
|
+
:help
|
192
|
+
echo vcbuild.bat [debug/release] [test] [clean] [noprojgen] [nobuild] [x86/x64] [inttest] [MSVC2012/MSVC2013]
|
193
|
+
echo Examples:
|
194
|
+
echo vcbuild.bat : builds release build
|
195
|
+
echo vcbuild.bat nobuild : generate MSVS project files only
|
196
|
+
echo vcbuild.bat debug : builds debug build
|
197
|
+
echo vcbuild.bat test : builds debug build and runs tests
|
198
|
+
echo vcbuild.bat inttest : include integration tests
|
199
|
+
echo vcbuild.bat MSVC2013 : indicate target solution's version, could also define as MSVC2012, MSVC2013
|
200
|
+
goto exit
|
201
|
+
|
202
|
+
:exit
|
203
|
+
goto :EOF
|
@@ -0,0 +1,29 @@
|
|
1
|
+
module LoungeLizard
|
2
|
+
module Binding
|
3
|
+
extend FFI::Library
|
4
|
+
|
5
|
+
prefix = FFI::Platform.mac? ? '' : 'lib.target/'
|
6
|
+
|
7
|
+
enum :drafter_format, [:DRAFTER_SERIALIZE_YAML, :DRAFTER_SERIALIZE_JSON]
|
8
|
+
|
9
|
+
ffi_lib File.expand_path("../../../ext/drafter/build/out/Release/#{prefix}libdrafter.#{FFI::Platform::LIBSUFFIX}", __FILE__)
|
10
|
+
|
11
|
+
class DrafterOptions < FFI::Struct
|
12
|
+
layout :sourcemap, :bool,
|
13
|
+
:format, :drafter_format
|
14
|
+
|
15
|
+
def self.as_json
|
16
|
+
DrafterOptions.new.tap do |drafter_options_struct|
|
17
|
+
# serialize as json(1), as the default is yaml(0)
|
18
|
+
drafter_options_struct[:format] = 1
|
19
|
+
drafter_options_struct[:sourcemap] = false
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
# Attached function:
|
25
|
+
# https://github.com/apiaryio/drafter/blob/0f485b647e71780659d1d4e42c402d60a9dd1507/src/drafter.cc
|
26
|
+
# DRAFTER_API int drafter_parse_blueprint_to(const char* source, char **out, const drafter_options options)
|
27
|
+
attach_function :drafter_parse_blueprint_to, [:string, :pointer, DrafterOptions.by_value], :int
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require 'lounge_lizard/version'
|
2
|
+
require 'ffi'
|
3
|
+
require 'json'
|
4
|
+
require 'lounge_lizard/binding'
|
5
|
+
|
6
|
+
# Convenience methods, so you don't have to access the bindings directly
|
7
|
+
module LoungeLizard
|
8
|
+
def self.parse(mson)
|
9
|
+
parse_result = FFI::MemoryPointer.new :pointer
|
10
|
+
Binding.drafter_parse_blueprint_to(mson, parse_result, Binding::DrafterOptions.as_json)
|
11
|
+
parse_result = parse_result.get_pointer(0)
|
12
|
+
result_string = parse_result.read_string unless parse_result.null?
|
13
|
+
return {} if result_string.to_s.empty?
|
14
|
+
JSON.parse(result_string)
|
15
|
+
ensure
|
16
|
+
parse_result.free
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'lounge_lizard/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = 'lounge_lizard'
|
8
|
+
spec.version = LoungeLizard::VERSION
|
9
|
+
spec.authors = ['David Garcia']
|
10
|
+
spec.email = ['david.garcia@moviepilot.com']
|
11
|
+
|
12
|
+
spec.summary = 'Ruby binding for mson parsing with apiaryio/drafter'
|
13
|
+
spec.description = 'Ruby binding for mson parsing with apiaryio/drafter'
|
14
|
+
spec.homepage = 'https://github.com/moviepilot/lounge_lizard'
|
15
|
+
spec.license = 'MIT'
|
16
|
+
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
|
+
spec.files << Dir['ext/drafter/**/*'].reject { |f| f =~ /cmdline|test|features|README*|LICENSE|Gemfile*|\.xcode*/ }
|
19
|
+
spec.bindir = 'bin'
|
20
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
21
|
+
spec.require_paths = %(lib ext)
|
22
|
+
|
23
|
+
spec.extensions = %w(Rakefile)
|
24
|
+
|
25
|
+
spec.add_runtime_dependency 'ffi'
|
26
|
+
|
27
|
+
spec.add_runtime_dependency 'bundler', '~> 1.13'
|
28
|
+
spec.add_development_dependency 'byebug'
|
29
|
+
spec.add_development_dependency 'codeclimate-test-reporter', ["~> 1.0"]
|
30
|
+
spec.add_development_dependency 'coveralls'
|
31
|
+
spec.add_development_dependency 'rake', '~> 10.0'
|
32
|
+
spec.add_development_dependency 'rspec', '~> 3.0'
|
33
|
+
spec.add_development_dependency 'guard'
|
34
|
+
spec.add_development_dependency 'guard-bundler'
|
35
|
+
spec.add_development_dependency 'guard-rspec'
|
36
|
+
spec.add_development_dependency 'guard-ctags-bundler'
|
37
|
+
end
|