aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2018-01-17 15:42:43 -0800
committerGitHub <noreply@github.com>2018-01-17 15:42:43 -0800
commit979c2cdbb57421bdce698b637c85c9173b2312f4 (patch)
tree4835b79aad41448f6f5d351b982d019246ee894c
parent3823897475df1a42229b15f970fbbdfa9d714804 (diff)
parentd9f0f0bfac30f213f99e91fba1cc8d04e01f8125 (diff)
downloadprotobuf-979c2cdbb57421bdce698b637c85c9173b2312f4.tar.gz
protobuf-979c2cdbb57421bdce698b637c85c9173b2312f4.tar.bz2
protobuf-979c2cdbb57421bdce698b637c85c9173b2312f4.zip
Merge pull request #4182 from pherl/ruby2.5
Support ruby2.5
-rw-r--r--ruby/Rakefile4
-rw-r--r--ruby/google-protobuf.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index e30a75a3..cabebbdb 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -64,13 +64,13 @@ else
task 'gem:windows' do
require 'rake_compiler_dock'
- RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
+ RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
end
if RUBY_PLATFORM =~ /darwin/
task 'gem:native' do
system "rake genproto"
- system "rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
+ system "rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
end
else
task 'gem:native' => [:genproto, 'gem:windows']
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 998952d0..c1540062 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.5.1"
+ s.version = "3.5.1.1"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."