aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/google-protobuf.gemspec
diff options
context:
space:
mode:
authorGravatar Chris Fallin <cfallin@google.com>2015-02-20 18:06:31 -0800
committerGravatar Chris Fallin <cfallin@google.com>2015-02-20 18:06:31 -0800
commit11ad1bd277237907a2b8683f7a8b4a92f1d1163b (patch)
treeda5f2f77f03ab405344fe05133695c5dceb53c67 /ruby/google-protobuf.gemspec
parent6ad8f547fee97798c11b37f5e887d02b6f3c8a2a (diff)
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
Diffstat (limited to 'ruby/google-protobuf.gemspec')
-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 7bfa533c..e294751f 100644
--- a/ruby/google-protobuf.gemspec
+++ b/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."