Merge pull request #215 from cfallin/ruby-gem-version

Update Ruby gem version to 3.0.0.alpha.2.0.
This commit is contained in:
Chris Fallin 2015-02-20 18:20:30 -08:00
commit 561ea89405

View File

@ -7,7 +7,7 @@ end
Gem::Specification.new do |s|
s.name = "google-protobuf"
s.version = "3.0.0.alpha.2"
s.version = "3.0.0.alpha.2.0"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."