From 9839c0c2c964f2c3881be042758536e9bd68bd8a Mon Sep 17 00:00:00 2001 From: teboring Date: Fri, 22 May 2015 22:22:21 -0700 Subject: Update version number to 3.0.0-alpha-3 --- ruby/Gemfile.lock | 2 +- ruby/google-protobuf.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby') diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 6f349276..2cf5e472 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google-protobuf (3.0.0.alpha.3.1.pre) + google-protobuf (3.0.0.alpha.3) GEM remote: https://rubygems.org/ diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 28cdebf5..3f98a37b 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.0.0.alpha.3.1.pre" + s.version = "3.0.0.alpha.3" s.licenses = ["BSD"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." -- cgit v1.2.3