# -*- encoding: utf-8 -*- # stub: arachni-rpc 0.1 ruby lib Gem::Specification.new do |s| s.name = "arachni-rpc".freeze s.version = "0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tasos Laskos".freeze] s.date = "2011-12-14" s.description = " Arachni-RPC is a simple and lightweight Remote Procedure Call protocol\n used to provide the basis for Arachni's Grid infrastructure.\n".freeze s.email = "tasos.laskos@gmail.com".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE.md".freeze, "CHANGELOG.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/arachni/rpc.rb".freeze, "lib/arachni/rpc/exceptions.rb".freeze, "lib/arachni/rpc/message.rb".freeze, "lib/arachni/rpc/remote_object_mapper.rb".freeze, "lib/arachni/rpc/request.rb".freeze, "lib/arachni/rpc/response.rb".freeze, "lib/arachni/rpc/version.rb".freeze] s.homepage = "https://github.com/Arachni/arachni-rpc".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The RPC protocol specification of the Arachni WebAppSec scanner Grid.".freeze end