# -*- encoding: utf-8 -*- # stub: netlinx-compile 3.1.2 ruby lib Gem::Specification.new do |s| s.name = "netlinx-compile".freeze s.version = "3.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex McLain".freeze] s.date = "2020-07-11" s.description = "This library provides an executable, netlinx-compile, that wraps the nlrc.exe NetLinx compiler provided by AMX. It is designed for easier command line access, as well as for integration with third-party tools with source code build support, like text editors and IDE's. Also provided in this library is a Ruby API for invoking the NetLinx compiler.".freeze s.email = ["alex@alexmclain.com".freeze] s.executables = ["netlinx-compile".freeze] s.files = ["README.md".freeze, "bin/netlinx-compile".freeze, "doc/NetLinx.html".freeze, "doc/NetLinx/Compile.html".freeze, "doc/NetLinx/Compile/Extension.html".freeze, "doc/NetLinx/Compile/Extension/AXS.html".freeze, "doc/NetLinx/Compile/ExtensionDiscovery.html".freeze, "doc/NetLinx/Compile/ExtensionHandler.html".freeze, "doc/NetLinx/Compile/Script.html".freeze, "doc/NetLinx/Compiler.html".freeze, "doc/NetLinx/CompilerResult.html".freeze, "doc/NetLinx/NoCompilerError.html".freeze, "doc/NetLinx/Rake.html".freeze, "doc/NetLinx/Rake/Compile.html".freeze, "doc/NetLinx/SourceFile.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file.license.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/netlinx-compile.rb".freeze, "lib/netlinx/compile/extension/axs.rb".freeze, "lib/netlinx/compile/extension_discovery.rb".freeze, "lib/netlinx/compile/extension_handler.rb".freeze, "lib/netlinx/compile/script.rb".freeze, "lib/netlinx/compiler.rb".freeze, "lib/netlinx/compiler_result.rb".freeze, "lib/netlinx/rake/compile.rb".freeze, "lib/netlinx/rake/compile/compile.rb".freeze, "lib/netlinx/source_file.rb".freeze, "lib/test/netlinx/compilable.rb".freeze, "lib/test/netlinx/compile/discoverable.rb".freeze, "lib/test/netlinx/compile/invokable.rb".freeze, "license.txt".freeze] s.homepage = "https://github.com/amclain/netlinx-compile".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A wrapper utility for the AMX NetLinx compiler.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze, ">= 0.9.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end