aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2017-03-15 10:11:24 -0700
committerAdam Cozzette <acozzette@google.com>2017-03-15 10:11:24 -0700
commit74aaca63baf68ec288fed9bb2ad778a3d8e5079e (patch)
treead30d058881bf8919676f97d49321f7a2c4320ec
parent3491ebd05ea06be229f18bb5b8437d9a35c863cd (diff)
downloadprotobuf-74aaca63baf68ec288fed9bb2ad778a3d8e5079e.tar.gz
protobuf-74aaca63baf68ec288fed9bb2ad778a3d8e5079e.tar.bz2
protobuf-74aaca63baf68ec288fed9bb2ad778a3d8e5079e.zip
Incremented gem version to 3.2.0.2
This version is to push a fix for gems containing files that were not world-readable as they should be (issue #2853).
-rw-r--r--ruby/google-protobuf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 1e30ae4d..7a28af6a 100644
--- a/ruby/google-protobuf.gemspec
+++ b/ruby/google-protobuf.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "google-protobuf"
- s.version = "3.2.0.1"
+ s.version = "3.2.0.2"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."