Skip to content

Commit

Permalink
Add rake-compiler-dock as a dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Feb 4, 2016
1 parent af4aa9b commit 70a4b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GEM
rake (10.4.2)
rake-compiler (0.9.5)
rake
rake-compiler-dock (0.5.1)
rubygems-tasks (0.2.4)
test-unit (3.0.9)
power_assert
Expand All @@ -21,6 +22,7 @@ PLATFORMS
DEPENDENCIES
google-protobuf!
rake-compiler
rake-compiler-dock
rubygems-tasks
test-unit

Expand Down
7 changes: 4 additions & 3 deletions ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 70a4b03

Please sign in to comment.