trisulrp 3.2.7 → 3.2.8
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 +4 -4
- data/VERSION +1 -1
- data/lib/trisulrp/trp.proto +1 -1
- data/trisulrp.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88931280a0e0d679c92a3e9c8e4eaa05f681ffc9
|
|
4
|
+
data.tar.gz: bccbf558f5d8783639b9aac069394742ef67bd3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 407f8832d64a5d9fe96e0cbb52767ebbcc2b4b2d8c4bf39c44e8389f461b674d6581c66d767cdd9e9466636bc4b81bfb73430046a25de5eef8f7b16c5f5a31b4
|
|
7
|
+
data.tar.gz: 6d6867d0f31c259e934658b54ffe8b134e9439c72c2bcd4b6008458d1a959f918f52bd4ca81b44f10fb019bc5b407fdca311cc2cb2a988dd8057fdda11e77895
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.8
|
data/lib/trisulrp/trp.proto
CHANGED
|
@@ -669,7 +669,7 @@ message KeySpaceRequest {
|
|
|
669
669
|
message KeySpaceResponse {
|
|
670
670
|
optional string counter_group=2; /// counter group
|
|
671
671
|
repeated KeyT hits=3; /// array of keys in the requested space
|
|
672
|
-
optional int64 total_hits=4;
|
|
672
|
+
optional int64 total_hits=4; /// if totals_only() this contains total(hits)
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
/// TopperTrendRequest - raw top-K at each topper snapshot interval
|
data/trisulrp.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: trisulrp 3.2.
|
|
5
|
+
# stub: trisulrp 3.2.8 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trisulrp"
|
|
9
|
-
s.version = "3.2.
|
|
9
|
+
s.version = "3.2.8"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["vivek"]
|
|
14
|
-
s.date = "2018-
|
|
14
|
+
s.date = "2018-04-18"
|
|
15
15
|
s.description = "This gem deals about the trisul remote protocol"
|
|
16
16
|
s.email = "vivek_rajagopal@yahoo.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trisulrp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: protobuf
|