ソースを参照

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

Update Ruby gem version to 3.0.0.alpha.2.0.
Chris Fallin 10 年 前
コミット
561ea89405
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ruby/google-protobuf.gemspec

+ 1 - 1
ruby/google-protobuf.gemspec

@@ -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."