aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
commitffe9215140cc65c7622d64b23cb92a9d39744060 (patch)
tree366ab28d2919adf11d2e9add239b20ec6009e475 /ruby
parentb7bbe54321d3c2176f8f4eba3c18a363dff753d3 (diff)
downloadprotobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.gz
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.bz2
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.zip
Update version number.
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile.lock2
-rw-r--r--ruby/google-protobuf.gemspec2
-rw-r--r--ruby/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 2cf5e472..91e1666f 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- google-protobuf (3.0.0.alpha.3)
+ google-protobuf (3.0.0.alpha.4)
GEM
remote: https://rubygems.org/
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index a9e570ec..3d53209d 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.4.0.pre"
+ s.version = "3.0.0.alpha.4.0"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 247b243a..059ba01f 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-alpha-2</version>
+ <version>3.0.0-beta-1</version>
</dependency>
</dependencies>
</project>