From 70a4b03086fae034d1cdf03b6a65d0eb7e8e92e7 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 4 Feb 2016 14:18:14 -0800 Subject: Add rake-compiler-dock as a dep. --- ruby/google-protobuf.gemspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ruby/google-protobuf.gemspec') diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 312a0c8c..0762da97 100644 --- a/ruby/google-protobuf.gemspec +++ b/ruby/google-protobuf.gemspec @@ -9,11 +9,12 @@ Gem::Specification.new do |s| s.email = "protobuf@googlegroups.com" s.require_paths = ["lib"] s.files = `git ls-files -z`.split("\x0").find_all{|f| f =~ /lib\/.+\.rb/} - unless RUBY_PLATFORM == "java" + if RUBY_PLATFORM == "java" + s.files += ["lib/google/protobuf_java.jar"] + else s.files += `git ls-files "*.c" "*.h" extconf.rb Makefile`.split s.extensions= ["ext/google/protobuf_c/extconf.rb"] - else - s.files += ["lib/google/protobuf_java.jar"] + s.add_development_dependency "rake-compiler-dock" end s.test_files = ["tests/basic.rb", "tests/stress.rb", -- cgit v1.2.3