tibems 0.0.3-java → 0.0.4-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2065e2c0af492061347a77729d62f75f3d2eba4
4
- data.tar.gz: 903dc4188f9db32628f9e850196501517a68ce21
3
+ metadata.gz: bae5b8440f22cac037b5055b01e639b79fb31bde
4
+ data.tar.gz: 6d36f83e5d1bbad3c837132a7f29e44d4ae82aba
5
5
  SHA512:
6
- metadata.gz: 327e7fdf342f45b874db065221947be921f991ec6d55460248d843a6c6cbe98220f6d3f02704f3dce400d7faaf920c8df4cf89a22f07fa950b32462bf7953dc0
7
- data.tar.gz: d624e4e54e255987e0bcea93c94f05f3f0789647f906ad4ee5c4d7fd0b6dd3565d139db3a738f2e9ddc1666def9421f5a5fda47a8245a4c982dbb70f5d82e26c
6
+ metadata.gz: 8e09a52abf35b31b76bd8f7a12dfe3d594ecbd08fd15ade4653ff25be233cd1817e2bd5a4aa3b542814bea44b562b84aa932a9f4cde3feead17057c4c31acbf4
7
+ data.tar.gz: 86001d3eee1d43329f82c0db122b6fcadd8d9c39c6a6c594435cfbe67b88f9688a77cae08def52a353091396e01aa33799e57dbdeb035bc022795f0e1ae71b7a
@@ -115,7 +115,7 @@ public class Admin extends RubyObject {
115
115
 
116
116
  dest.put("inbound", inbound);
117
117
 
118
- StatData outboundStats = destInfo.getInboundStatistics();
118
+ StatData outboundStats = destInfo.getOutboundStatistics();
119
119
  outbound.put("totalMessages", outboundStats.getTotalMessages());
120
120
  outbound.put("messageRate", outboundStats.getMessageRate());
121
121
  outbound.put("totalBytes", outboundStats.getTotalBytes());
Binary file
@@ -1,3 +1,3 @@
1
1
  module TibEMS
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tibems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Justo Alonso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-13 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement