trisulrp 3.1.12 → 3.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 073e6e7a3bbcfbcd1378e95921f773c079b21c26
4
- data.tar.gz: 49fa0a8aa363ba680d0504a716243952dfc11cf0
3
+ metadata.gz: aa9dcfe0e160e6fac2007e904e4fb3939dc69bd9
4
+ data.tar.gz: abe1aa0292e72cbd512df8765c46c8e8b55b48f8
5
5
  SHA512:
6
- metadata.gz: 2790205853082d81c3888722588b39e16860fe8c4650587f513c7edfbae0e6c2f22e3e6d582b615aa89c8c560eb5bd7508d584301532966449b72474947d07cb
7
- data.tar.gz: 9d2160356999347750884ac2f31031f473de3a6721384f58f58b4090cd9773f2020b02a460a1c08c99b363525b2bb2f2d537a435012677eec416da0012ebc6e1
6
+ metadata.gz: e98c521f9d662aeb92d2335ab3ffae079b53602a9996014bd40c29173cebd3487c8934aeb70bb5dfea69f4060bc4b1e2a91c857e171a18fd76caa78b66735f41
7
+ data.tar.gz: bdb4f5a6fed1f6917f39667296760b4ffadf8efa9b784d82638a8fee63b426ac165ba515a92f909dd0fc4c00e2a9fa25086f0198df8c28f0edca6482b1417a00
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.12
1
+ 3.1.13
@@ -835,6 +835,7 @@ module TRP
835
835
  repeated ::TRP::TimeInterval, :run_history, 8
836
836
  optional :string, :profile, 9
837
837
  optional :string, :runmode, 10
838
+ optional :string, :node_version, 11
838
839
  end
839
840
 
840
841
  repeated ::TRP::ContextInfoResponse::Item, :items, 1
@@ -872,6 +872,7 @@ message ContextInfoResponse {
872
872
  repeated TimeInterval run_history=8;
873
873
  optional string profile=9;
874
874
  optional string runmode=10;
875
+ optional string node_version=11;
875
876
  }
876
877
 
877
878
  repeated Item items=1;
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.1.12 ruby lib
5
+ # stub: trisulrp 3.1.13 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trisulrp"
9
- s.version = "3.1.12"
9
+ s.version = "3.1.13"
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 = "2016-12-23"
14
+ s.date = "2017-01-06"
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.1.12
4
+ version: 3.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-23 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf