vizsla 0.0.4 → 0.0.5

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: e6baed8858495caf32c870c4076739e0e89aea3d
4
- data.tar.gz: fcb9d123f38e624ceda26cb9613ac3e25fd5b3c8
3
+ metadata.gz: c1f1df3a2fba0fb133d54d26acb1d4e392189afa
4
+ data.tar.gz: dc4b44ef7e207a2ab44e386a18415995e7b576b1
5
5
  SHA512:
6
- metadata.gz: a992a08047d9c6c82b2c284a1e633bdee5b8b4680904dda8c028b70a06cdddb278d329b532e865465ecfb85e624246ae29d4dcfd89f1832a9c5bcd93fac62de1
7
- data.tar.gz: b24c753360364021697c2ca9f4449fdfc7510394f741db36f70945a8864ce403de61ee67b9caf15b8d44203d5b4a68315c741b295b2305892cda93b98f9a60a1
6
+ metadata.gz: 7447068501a8854d384da35005c46e72b71300d6270f2aaa3886a576a651f62b23709d578047b7739e8dce101f0cec0181663898c9d4641bc2ab395e28b43cc0
7
+ data.tar.gz: bed60969c93d4e0543389e530bdb9e1520f12da4e2317424b517fca364c99a3ec8a5ad30113704a53859ba95c65ab91fcd37a5b65ab99b4df823d9e3c1636b72
@@ -69,7 +69,6 @@ module Vizsla
69
69
  class Subscribers
70
70
  def initialize
71
71
  @events_data = Recorder
72
- # @logger = RequestLogger.new
73
72
  collect_events_data
74
73
  end
75
74
 
@@ -118,6 +117,7 @@ module Vizsla
118
117
  sql_hook
119
118
  process_action_hook
120
119
  render_template_hook
120
+ postgres_hook
121
121
  end
122
122
 
123
123
  def report_events_data
@@ -1,3 +1,3 @@
1
1
  module Vizsla
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizsla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Guillen