trisulrp 3.2.13 → 3.2.14

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: d418f25fea2c8eaed993c659026c8e8217095bbb
4
- data.tar.gz: 00601201b5c7878cf9fb719891ed71327100b797
3
+ metadata.gz: 06b46f05a0c53106e7443aff6847e664d29f03b5
4
+ data.tar.gz: 5322539b03b6da5b6d4a1846c88dc7cf51c610b4
5
5
  SHA512:
6
- metadata.gz: 6604ebee90f6e960e9609e228f93abbabe94922aae71bf84782346f8c4c84e9c32c17a18f30952fb46ca167282684d30d6b957894b75decbaf7aa35a309c64ac
7
- data.tar.gz: 3d9404aab2c1f12462c48bde1714022724ea62f4c225fe5a7106f11e92194827caf8a9b0aa1d60d9dd2b350253df6fea072a1ad5d7e4b24c70eeef476e69698b
6
+ metadata.gz: 7b83d0a60d6ca5a801451483d4359c7908185ee53cc68370dec55632a277ce44f816463789669a1665f7f1d724fea14257c5337e10abc4b3df94d6b288caa41e
7
+ data.tar.gz: 97a64d04add83f5636528056dc9c470e8c8630c7237ddb399ca6c7421d5889f1e87474698ff3927c2d07bacea94ff056cb21c50f8a58c9a83805c88d6dfb02e7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.13
1
+ 3.2.14
@@ -962,12 +962,14 @@ message NodeConfigRequest {
962
962
  optional string name=2; /// name
963
963
  optional string download_rules=3; /// xml file with feed update instructions
964
964
  repeated string uri=4; /// individual files in config//.. for FileRequest download
965
+ repeated string usernodes=5; /// user requesting the feed, the probe0, probe1, etc
965
966
  }
966
967
 
967
968
  optional IntelFeed add_feed=2;
968
969
  optional IntelFeed process_new_feed=3;
969
970
  optional bool get_all_nodes=4[default=true];
970
971
  repeated NameValue query_config=5;
972
+ optional IntelFeed remove_feed=6;
971
973
 
972
974
  }
973
975
 
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.13 ruby lib
5
+ # stub: trisulrp 3.2.14 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trisulrp"
9
- s.version = "3.2.13"
9
+ s.version = "3.2.14"
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 = "2019-01-18"
14
+ s.date = "2019-02-16"
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.13
4
+ version: 3.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-18 00:00:00.000000000 Z
11
+ date: 2019-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf