# -*- encoding: utf-8 -*- # stub: protoc 2.6.1.2 universal-mswin32 lib Gem::Specification.new do |s| s.name = "protoc".freeze s.version = "2.6.1.2".freeze s.platform = "universal-mswin32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ben Jansen".freeze] s.date = "2017-02-14" s.description = "This gem includes protoc, the protobuf compiler, binaries for Linux, Mac, and Windows. It installs a executable shim\ncalled `protoc` that picks the right one to run on your platform. You can use this gem to ensure that you have a protoc\nof the version you need. By using this gem, you will not need to manually install the right protoc on your hosts.\n\nThe pre-built linux protoc binaries are not compatible with all systems. For this reason the protobuf source code is\nincluded in this gem, and a new protoc binary is built upon gem installation when the pre-built one does not function.\n".freeze s.executables = ["protoc".freeze, "protoc-2.6.1-linux-x86_32.exe".freeze, "protoc-2.6.1-linux-x86_64.exe".freeze, "protoc-2.6.1-osx-x86_32.exe".freeze, "protoc-2.6.1-osx-x86_64.exe".freeze, "protoc-2.6.1-windows-x86_32.exe".freeze, "protoc-2.6.1-windows-x86_64.exe".freeze] s.files = ["bin/protoc".freeze, "bin/protoc-2.6.1-linux-x86_32.exe".freeze, "bin/protoc-2.6.1-linux-x86_64.exe".freeze, "bin/protoc-2.6.1-osx-x86_32.exe".freeze, "bin/protoc-2.6.1-osx-x86_64.exe".freeze, "bin/protoc-2.6.1-windows-x86_32.exe".freeze, "bin/protoc-2.6.1-windows-x86_64.exe".freeze, "lib/protoc/protocol_buffers_license.txt".freeze, "lib/protoc/version.rb".freeze] s.homepage = "https://github.com/Tripwire/protoc-gem".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Protoc binaries for Mac, Linux, and Windows".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) end