protobuf 2.6.0-java → 2.6.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,10 +70,10 @@ module Protobuf
70
70
  def to_s
71
71
  [
72
72
  server? ? "[SRV]" : "[CLT]",
73
+ server? ? client : server,
73
74
  rpc,
74
75
  elapsed_time,
75
- sizes,
76
- server? ? server : client
76
+ sizes
77
77
  ].compact.join(' - ')
78
78
  end
79
79
 
@@ -1,4 +1,4 @@
1
1
  module Protobuf
2
- VERSION = '2.6.0'
2
+ VERSION = '2.6.1'
3
3
  PROTOC_VERSION = '2.4.1'
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: protobuf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.6.0
5
+ version: 2.6.1
6
6
  platform: java
7
7
  authors:
8
8
  - BJ Neilsen
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2013-01-02 00:00:00 Z
14
+ date: 2013-01-04 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport