union_station_hooks_core 2.0.3 → 2.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df35261b0e97879c7efaeace5392fed3d378dbf2
|
4
|
+
data.tar.gz: 6b58361269c0079bf4dc41c112af455e8b978745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8abba9d2d20485454a869230b2080af25333596e93a6e35bf98b06c42c30a00f5a3d49c41f40c33e1eb18c4781ee03324a44fabd5c7963402c09d41026399d2c
|
7
|
+
data.tar.gz: 637063a376809286d98950e33a399b173820a26cf49a3c997a02c749b531363c382e9f2245d87700b127eef4b85a573597ffb6125984b2184eeb011b6ab0c9ff
|
@@ -175,7 +175,7 @@ module UnionStationHooks
|
|
175
175
|
end
|
176
176
|
end
|
177
177
|
|
178
|
-
def continue_transaction(txn_id, group_name, category, key, delta_monotonic =
|
178
|
+
def continue_transaction(txn_id, group_name, category, key, delta_monotonic = 0)
|
179
179
|
if !@server_address
|
180
180
|
return Transaction.new(nil, nil)
|
181
181
|
elsif !txn_id || txn_id.empty?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: union_station_hooks_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hongli Lai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Union Station Ruby hooks core code.
|
14
14
|
email: info@phusion.nl
|