trisulrp 3.2.8 → 3.2.9

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: 88931280a0e0d679c92a3e9c8e4eaa05f681ffc9
4
- data.tar.gz: bccbf558f5d8783639b9aac069394742ef67bd3b
3
+ metadata.gz: 8c5a4e8a02d0cd3e01efc327bf0cea7f3e5709f7
4
+ data.tar.gz: 5968b88379c4cf79bc11278560751c43987285a8
5
5
  SHA512:
6
- metadata.gz: 407f8832d64a5d9fe96e0cbb52767ebbcc2b4b2d8c4bf39c44e8389f461b674d6581c66d767cdd9e9466636bc4b81bfb73430046a25de5eef8f7b16c5f5a31b4
7
- data.tar.gz: 6d6867d0f31c259e934658b54ffe8b134e9439c72c2bcd4b6008458d1a959f918f52bd4ca81b44f10fb019bc5b407fdca311cc2cb2a988dd8057fdda11e77895
6
+ metadata.gz: fd0cd44e3a28314555f1e64a3c48a0635cafae12826fb4b6cfe8c3f4bfb3787455d216b054bfd8960037db77607c6bc25da86522efc3c57c082260cce06cda7c
7
+ data.tar.gz: 100144bf495624fa1dd3bd424c02e4382ab664d2fd9afc82833cd57a766f705cb90fd10182c74a78365cfb469b839b3cb55625883a7af8c645185f7a65a885c6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.8
1
+ 3.2.9
@@ -3,9 +3,10 @@
3
3
  ##
4
4
  # This file is auto-generated. DO NOT EDIT!
5
5
  #
6
- require 'protobuf/message'
6
+ require 'protobuf'
7
7
 
8
8
  module TRP
9
+ ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }
9
10
 
10
11
  ##
11
12
  # Enum Classes
@@ -65,6 +66,8 @@ module TRP
65
66
  define :VT_RUNNING_COUNTER, 8
66
67
  define :VT_AVERAGE, 9
67
68
  define :VT_DELTA_RATE_COUNTER, 10
69
+ define :VT_MAX, 11
70
+ define :VT_MIN, 12
68
71
  end
69
72
 
70
73
  end
@@ -264,6 +267,12 @@ module TRP
264
267
  class GraphResponse < ::Protobuf::Message; end
265
268
 
266
269
 
270
+ ##
271
+ # File Options
272
+ #
273
+ set_option :optimize_for, ::Google::Protobuf::FileOptions::OptimizeMode::LITE_RUNTIME
274
+
275
+
267
276
  ##
268
277
  # Message Fields
269
278
  #
@@ -69,6 +69,8 @@ message MeterInfo {
69
69
  VT_RUNNING_COUNTER=8; /// running counter, no delta calc
70
70
  VT_AVERAGE=9; /// average of samples, total/sampl uses 32bt|32bit
71
71
  VT_DELTA_RATE_COUNTER=10; /// link snmp running counter
72
+ VT_MAX=11; /// max of samples
73
+ VT_MIN=12; /// min of samples
72
74
  }
73
75
 
74
76
 
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.8 ruby lib
5
+ # stub: trisulrp 3.2.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trisulrp"
9
- s.version = "3.2.8"
9
+ s.version = "3.2.9"
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-04-18"
14
+ s.date = "2018-10-05"
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.8
4
+ version: 3.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-18 00:00:00.000000000 Z
11
+ date: 2018-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf