# -*- encoding: utf-8 -*- # stub: protoc 2.6.1.1 ruby lib # stub: ext/protoc/extconf.rb Gem::Specification.new do |s| s.name = "protoc".freeze s.version = "2.6.1.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 = ["Ben Jansen".freeze] s.date = "2017-02-13" 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.".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.extensions = ["ext/protoc/extconf.rb".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, "ext/protoc/Makefile".freeze, "ext/protoc/Makefile.in".freeze, "ext/protoc/extconf.rb".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