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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbf90b4511b00deb1a6b0961f2f7703f6615c8df
4
- data.tar.gz: 965ffcff041dd20dabab129a6a01bdc2764b67e8
3
+ metadata.gz: 88931280a0e0d679c92a3e9c8e4eaa05f681ffc9
4
+ data.tar.gz: bccbf558f5d8783639b9aac069394742ef67bd3b
5
5
  SHA512:
6
- metadata.gz: 5964e44c84a06a2b21c64fe1265aa6a709d0ce3b3b3522de9eb3ccc95b5a5426a40d07eeba1a884c528b148e30e72fef342a4a7a95548fe40053b36593bd3bd1
7
- data.tar.gz: 0301d0f32c0f079d735929f4d7de2dc03c463b068fc5d05c92e62c7f60678e0fd819212921cc60526bd4cf277dc4ad12a5f952fd7bef5f15f6cd842ada914c0e
6
+ metadata.gz: 407f8832d64a5d9fe96e0cbb52767ebbcc2b4b2d8c4bf39c44e8389f461b674d6581c66d767cdd9e9466636bc4b81bfb73430046a25de5eef8f7b16c5f5a31b4
7
+ data.tar.gz: 6d6867d0f31c259e934658b54ffe8b134e9439c72c2bcd4b6008458d1a959f918f52bd4ca81b44f10fb019bc5b407fdca311cc2cb2a988dd8057fdda11e77895
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.7
1
+ 3.2.8
@@ -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; /// if totals_only() this contains total(hits)
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.7 ruby lib
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.7"
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-02-21"
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.7
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-02-21 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf