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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d19ea979b1f4f744576fd495a5394ea9a5691da2
4
- data.tar.gz: 4fe96e904241cde76ffc2e90f8b4915644791f37
3
+ metadata.gz: 10a4ad7ce3b94246393b4922919ddb78825c3e3b
4
+ data.tar.gz: 4bbe49a4552d6eaafb3017ff08c02f32aee271ef
5
5
  SHA512:
6
- metadata.gz: 97654502f96fd21180be4f9e96f84a05354715171b52ad854591a0ceb30db180cea3bb1fe72aa29e0886053f2a32832651c6a53d31407effa5c88f407f6232af
7
- data.tar.gz: cfbe0887fb2b5932c356f85342e8836c9327f3177bed24565f2a9848b917d07045425018e9e650c52fcde18593cb044a5aafec8f672db94f07c93ca3e7a4abd1
6
+ metadata.gz: 84b16202998e98ad9b663ce276d6804a0e32cd21614c883234aff9596c6c4abb79a30576c9f69fda496f9013a75f839a8809e8978507fe718e76a38c0fa2a195
7
+ data.tar.gz: 7577128dcaf3f0da4a6aac6e53a3d23aa50494ca132c64a120ea7ddf44be807a2c081905b660a62f7a536b97fcfda5c080f55530e9a661242952fa037342ef8a
@@ -1,3 +1,3 @@
1
1
  module Protoc
2
- VERSION = '2.5.0'
2
+ VERSION = '2.6.1'
3
3
  end
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.5.0
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-15 00:00:00.000000000 Z
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
- This gem includes protoc, the protobuf compiler, binaries for Linux, Mac, and Windows. It installs a executable shim
71
- called `protoc` that picks the right one to run on your platform. You can use this gem to ensure that you have a protoc
72
- of the version you need. By using this gem, you will not need to manually install the right protoc on your hosts.
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.5.0-linux-x86_32.exe
77
- - protoc-2.5.0-linux-x86_64.exe
78
- - protoc-2.5.0-osx-x86_32.exe
79
- - protoc-2.5.0-osx-x86_64.exe
80
- - protoc-2.5.0-windows-x86_32.exe
81
- - protoc-2.5.0-windows-x86_64.exe
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.5.0-linux-x86_32.exe
87
- - bin/protoc-2.5.0-linux-x86_64.exe
88
- - bin/protoc-2.5.0-osx-x86_32.exe
89
- - bin/protoc-2.5.0-osx-x86_64.exe
90
- - bin/protoc-2.5.0-windows-x86_32.exe
91
- - bin/protoc-2.5.0-windows-x86_64.exe
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.5
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