trisulrp 1.2.9 → 1.2.10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/trisulrp/protocol.rb +4 -0
- data/trisulrp.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.10
|
data/lib/trisulrp/protocol.rb
CHANGED
@@ -206,6 +206,8 @@ module TrisulRP::Protocol
|
|
206
206
|
req.key_lookup_request = TRP::KeyLookupRequest.new(params)
|
207
207
|
when TRP::Message::Command::COUNTER_GROUP_INFO_REQUEST
|
208
208
|
req.counter_group_info_request = TRP::CounterGroupInfoRequest.new(params)
|
209
|
+
when TRP::Message::Command::SESSION_TRACKER_REQUEST
|
210
|
+
req.session_tracker_request = TRP::SessionTrackerRequest.new(params)
|
209
211
|
when TRP::Message::Command::KEY_SESS_ACTIVITY_REQUEST
|
210
212
|
req.key_session_activity_request = TRP::KeySessionActivityRequest.new(params)
|
211
213
|
when TRP::Message::Command::GREP_REQUEST
|
@@ -298,6 +300,8 @@ module TrisulRP::Protocol
|
|
298
300
|
resp.key_lookup_response
|
299
301
|
when TRP::Message::Command::COUNTER_GROUP_INFO_RESPONSE
|
300
302
|
resp.counter_group_info_response
|
303
|
+
when TRP::Message::Command::SESSION_TRACKER_RESPONSE
|
304
|
+
resp.session_tracker_response
|
301
305
|
when TRP::Message::Command::KEY_SESS_ACTIVITY_RESPONSE
|
302
306
|
resp.key_session_activity_response
|
303
307
|
when TRP::Message::Command::GREP_RESPONSE
|
data/trisulrp.gemspec
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 1.2.
|
8
|
+
- 10
|
9
|
+
version: 1.2.10
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- vivek
|
@@ -153,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
154
154
|
- - ">="
|
155
155
|
- !ruby/object:Gem::Version
|
156
|
-
hash:
|
156
|
+
hash: -1067488451
|
157
157
|
segments:
|
158
158
|
- 0
|
159
159
|
version: "0"
|