diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-04-29 20:00:43 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-04-29 20:00:43 +0200 |
commit | 1f8b6da920799d3aaa6f4d17f87c0caf87b76b3e (patch) | |
tree | 5a7dd23b1f492650ae3f70212109e79744c672d9 /ruby/google-protobuf.gemspec | |
parent | cbb6b285d7211dfa3cff1cc6ab2c3c78e5719b23 (diff) |
Few tweaks to the rakefile to permit native gems compilation with the proto files generation.
Diffstat (limited to 'ruby/google-protobuf.gemspec')
-rw-r--r-- | ruby/google-protobuf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 7b64ee77..1fa626fe 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.0.0.alpha.5.0" + s.version = "3.0.0.alpha.5.0.5" s.licenses = ["BSD"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." |