Update Ruby gem version to 3.0.0.alpha.2.0.

This update conforms to our two-numbers-after-alpha scheme that allows
us to bump the last number if we need to re-upload a gem. (Rubygems does
not allow re-use of a version number once a gem is uploaded.)

Change-Id: Ia8e7c129d19800afd66f8052785cf5a00462c7ba
pull/215/head
Chris Fallin 10 years ago
parent 6ad8f547fe
commit 11ad1bd277
  1. 2
      ruby/google-protobuf.gemspec

@ -7,7 +7,7 @@ end
Gem::Specification.new do |s|
s.name = "google-protobuf"
s.version = "3.0.0.alpha.2"
s.version = "3.0.0.alpha.2.0"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."

Loading…
Cancel
Save