Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
70a4b030
Commit
70a4b030
authored
Feb 04, 2016
by
Josh Haberman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rake-compiler-dock as a dep.
parent
af4aa9bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Gemfile.lock
ruby/Gemfile.lock
+2
-0
google-protobuf.gemspec
ruby/google-protobuf.gemspec
+4
-3
No files found.
ruby/Gemfile.lock
View file @
70a4b030
...
...
@@ -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
...
...
@@ -21,6 +22,7 @@ PLATFORMS
DEPENDENCIES
google-protobuf!
rake-compiler
rake-compiler-dock
rubygems-tasks
test-unit
...
...
ruby/google-protobuf.gemspec
View file @
70a4b030
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment