protoc 2.5.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/protoc-2.6.1-linux-x86_32.exe +0 -0
- data/bin/protoc-2.6.1-linux-x86_64.exe +0 -0
- data/bin/protoc-2.6.1-osx-x86_32.exe +0 -0
- data/bin/protoc-2.6.1-osx-x86_64.exe +0 -0
- data/bin/protoc-2.6.1-windows-x86_32.exe +0 -0
- data/bin/protoc-2.6.1-windows-x86_64.exe +0 -0
- data/lib/protoc/version.rb +1 -1
- metadata +42 -19
- data/bin/protoc-2.5.0-linux-x86_32.exe +0 -0
- data/bin/protoc-2.5.0-linux-x86_64.exe +0 -0
- data/bin/protoc-2.5.0-osx-x86_32.exe +0 -0
- data/bin/protoc-2.5.0-osx-x86_64.exe +0 -0
- data/bin/protoc-2.5.0-windows-x86_32.exe +0 -0
- data/bin/protoc-2.5.0-windows-x86_64.exe +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10a4ad7ce3b94246393b4922919ddb78825c3e3b
|
|
4
|
+
data.tar.gz: 4bbe49a4552d6eaafb3017ff08c02f32aee271ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84b16202998e98ad9b663ce276d6804a0e32cd21614c883234aff9596c6c4abb79a30576c9f69fda496f9013a75f839a8809e8978507fe718e76a38c0fa2a195
|
|
7
|
+
data.tar.gz: 7577128dcaf3f0da4a6aac6e53a3d23aa50494ca132c64a120ea7ddf44be807a2c081905b660a62f7a536b97fcfda5c080f55530e9a661242952fa037342ef8a
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/protoc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: protoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Jansen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -66,29 +66,52 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.4'
|
|
69
|
-
description:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
description: |
|
|
70
|
+
protoc
|
|
71
|
+
==================
|
|
72
|
+
|
|
73
|
+
This gem includes protoc binaries for Linux, Mac, and Windows. It installs a executable shim called `protoc` that picks
|
|
74
|
+
the right one to run on your platform. You can use this gem to ensure that you have a protoc of the version you need on
|
|
75
|
+
a system.
|
|
76
|
+
|
|
77
|
+
## Suggested Use
|
|
78
|
+
|
|
79
|
+
Put `protoc` in your Gemfile, with the version of protobuf that you need.
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
depends 'protoc', '2.6.1'
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
Run `protoc` using `bundle exec`.
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
$ bundle exec protoc --version
|
|
89
|
+
libprotoc 2.6.1
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## Binaries
|
|
93
|
+
|
|
94
|
+
The protoc binaries included in this gem came from the artifact
|
|
95
|
+
[available in Maven Central](http://search.maven.org/#artifactdetails%7Ccom.google.protobuf%7Cprotoc%7C2.6.1%7Cpom).
|
|
73
96
|
email:
|
|
74
97
|
executables:
|
|
75
98
|
- protoc
|
|
76
|
-
- protoc-2.
|
|
77
|
-
- protoc-2.
|
|
78
|
-
- protoc-2.
|
|
79
|
-
- protoc-2.
|
|
80
|
-
- protoc-2.
|
|
81
|
-
- protoc-2.
|
|
99
|
+
- protoc-2.6.1-linux-x86_32.exe
|
|
100
|
+
- protoc-2.6.1-linux-x86_64.exe
|
|
101
|
+
- protoc-2.6.1-osx-x86_32.exe
|
|
102
|
+
- protoc-2.6.1-osx-x86_64.exe
|
|
103
|
+
- protoc-2.6.1-windows-x86_32.exe
|
|
104
|
+
- protoc-2.6.1-windows-x86_64.exe
|
|
82
105
|
extensions: []
|
|
83
106
|
extra_rdoc_files: []
|
|
84
107
|
files:
|
|
85
108
|
- bin/protoc
|
|
86
|
-
- bin/protoc-2.
|
|
87
|
-
- bin/protoc-2.
|
|
88
|
-
- bin/protoc-2.
|
|
89
|
-
- bin/protoc-2.
|
|
90
|
-
- bin/protoc-2.
|
|
91
|
-
- bin/protoc-2.
|
|
109
|
+
- bin/protoc-2.6.1-linux-x86_32.exe
|
|
110
|
+
- bin/protoc-2.6.1-linux-x86_64.exe
|
|
111
|
+
- bin/protoc-2.6.1-osx-x86_32.exe
|
|
112
|
+
- bin/protoc-2.6.1-osx-x86_64.exe
|
|
113
|
+
- bin/protoc-2.6.1-windows-x86_32.exe
|
|
114
|
+
- bin/protoc-2.6.1-windows-x86_64.exe
|
|
92
115
|
- lib/protoc/protocol_buffers_license.txt
|
|
93
116
|
- lib/protoc/version.rb
|
|
94
117
|
homepage: https://github.com/Tripwire/protoc-gem
|
|
@@ -111,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
134
|
version: '0'
|
|
112
135
|
requirements: []
|
|
113
136
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 2.4.
|
|
137
|
+
rubygems_version: 2.4.8
|
|
115
138
|
signing_key:
|
|
116
139
|
specification_version: 4
|
|
117
140
|
summary: Protoc binaries for Mac, Linux, and Windows
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|