protobuf 2.8.0.beta1-java → 2.8.0.beta2-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.
@@ -12,7 +12,7 @@ module Protobuf
12
12
  include ::Singleton
13
13
  include ::Protobuf::Logger::LogMethods
14
14
 
15
- DEFAULT_ADDRESS = "255.255.255.255"
15
+ DEFAULT_ADDRESS = "0.0.0.0"
16
16
  DEFAULT_PORT = 53000
17
17
  DEFAULT_TIMEOUT = 1
18
18
 
@@ -1,4 +1,4 @@
1
1
  module Protobuf
2
- VERSION = '2.8.0.beta1'
2
+ VERSION = '2.8.0.beta2'
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: 6
5
- version: 2.8.0.beta1
5
+ version: 2.8.0.beta2
6
6
  platform: java
7
7
  authors:
8
8
  - BJ Neilsen
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-06-13 00:00:00.000000000 Z
13
+ date: 2013-06-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport