Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/protobuf/ruby/google-protobuf.gemspec

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/ruby/google-protobuf.gemspec
diff --git a/third_party/protobuf/ruby/google-protobuf.gemspec b/third_party/protobuf/ruby/google-protobuf.gemspec
deleted file mode 100644
index a9e570ec73033bf381d739814bebac5bac85bdeb..0000000000000000000000000000000000000000
--- a/third_party/protobuf/ruby/google-protobuf.gemspec
+++ /dev/null
@@ -1,24 +0,0 @@
-Gem::Specification.new do |s|
- s.name = "google-protobuf"
- s.version = "3.0.0.alpha.4.0.pre"
- s.licenses = ["BSD"]
- s.summary = "Protocol Buffers"
- s.description = "Protocol Buffers are Google's data interchange format."
- s.homepage = "https://developers.google.com/protocol-buffers"
- s.authors = ["Protobuf Authors"]
- 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"
- 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"]
- end
- s.test_files = ["tests/basic.rb",
- "tests/stress.rb",
- "tests/generated_code_test.rb"]
- s.add_development_dependency "rake-compiler"
- s.add_development_dependency "test-unit"
- s.add_development_dependency "rubygems-tasks"
-end
« no previous file with comments | « third_party/protobuf/ruby/ext/google/protobuf_c/upb.c ('k') | third_party/protobuf/ruby/lib/google/protobuf.rb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698