trisulrp 3.2.37 → 3.2.38
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.pb.rb +1 -0
- data/lib/trisulrp/trp.proto +1 -0
- data/trisulrp.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e81690eb6b433a050665549085082162302ece44c4aa05d19f9fba056cade77
|
|
4
|
+
data.tar.gz: bbfde53d99a37693a2a84e62e37e408ddb7cc281eba4249bf5ab02600e0ec520
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 491e526f359cccff90fb803e0b09834e8905ec57a9cdb2c7707e25335dafd3c59d1a76740f75ddd57b1028b100a54647eed61ace93d909e1c67c41b8a88642fd
|
|
7
|
+
data.tar.gz: d9dce46c4dabe46edcda67459064ce0e12e54f152b8bbbf6786360edca0094e8ff399ab6166e215d4970c7873e0eb120597e9cf5e3eb3ae93ad4bae6ab49bfca
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.38
|
data/lib/trisulrp/trp.pb.rb
CHANGED
|
@@ -868,6 +868,7 @@ module TRP
|
|
|
868
868
|
repeated ::TRP::KeySpaceRequest::KeySpace, :spaces, 5
|
|
869
869
|
optional :bool, :resolve_keys, 6, :default => true
|
|
870
870
|
optional :bool, :totals_only, 7, :default => false
|
|
871
|
+
optional :bool, :get_key_attributes, 8, :default => false
|
|
871
872
|
end
|
|
872
873
|
|
|
873
874
|
class KeySpaceResponse
|
data/lib/trisulrp/trp.proto
CHANGED
|
@@ -813,6 +813,7 @@ message KeySpaceRequest {
|
|
|
813
813
|
repeated KeySpace spaces=5; /// space1 OR space2 OR ..
|
|
814
814
|
optional bool resolve_keys=6[default=true]; /// resolve names
|
|
815
815
|
optional bool totals_only=7[default=false]; /// if set, only totals returned
|
|
816
|
+
optional bool get_key_attributes=8 [default=false]; /// if true, response keys get key_attributes as well
|
|
816
817
|
}
|
|
817
818
|
|
|
818
819
|
/// KeySpaceResponse
|
data/trisulrp.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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.38 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trisulrp".freeze
|
|
9
|
-
s.version = "3.2.
|
|
9
|
+
s.version = "3.2.38"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|