union_station_hooks_core 2.0.3 → 2.0.4

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: e14b054c5471e022f9fbf5b7c1d2f12283b4ff1a
4
- data.tar.gz: 2f20c31503408cd1ba0c96231d7d99cda04e528f
3
+ metadata.gz: df35261b0e97879c7efaeace5392fed3d378dbf2
4
+ data.tar.gz: 6b58361269c0079bf4dc41c112af455e8b978745
5
5
  SHA512:
6
- metadata.gz: d22ecc2c83e08afd40b473c2cd1e02eec0d3cebb0f96075a81fbe20f98fe9efaff0b7d88e8e9fd075aa48a3c5573307b1b97af9eb2f000d5b783b004ff9426d4
7
- data.tar.gz: 5f154eadddc19000ebdae2d3a524bf8a37a9d78c13f1403bc2c515a0b1fc800ab1600355ff49f8440d89b4d65c6fa900d709f311bd0c4db5d371956e733ab1e5
6
+ metadata.gz: 8abba9d2d20485454a869230b2080af25333596e93a6e35bf98b06c42c30a00f5a3d49c41f40c33e1eb18c4781ee03324a44fabd5c7963402c09d41026399d2c
7
+ data.tar.gz: 637063a376809286d98950e33a399b173820a26cf49a3c997a02c749b531363c382e9f2245d87700b127eef4b85a573597ffb6125984b2184eeb011b6ab0c9ff
@@ -299,6 +299,7 @@ module UnionStationHooks
299
299
  end
300
300
 
301
301
  STDERR.puts(" *** WARNING: #{message}")
302
+ @@config[:initialize_from_check] = true
302
303
  initialize!
303
304
  report_internal_information('HOOKS_NOT_INITIALIZED', message)
304
305
  end
@@ -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 = "0")
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?
@@ -39,6 +39,6 @@
39
39
  {
40
40
  :major => 2,
41
41
  :minor => 0,
42
- :tiny => 3,
43
- :string => '2.0.3'
42
+ :tiny => 4,
43
+ :string => '2.0.4'
44
44
  }
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.3
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-26 00:00:00.000000000 Z
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