pg_insights 0.3.1 → 0.3.2

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
  SHA256:
3
- metadata.gz: 202029a129c23bfda08834a7867975d0e985789e516dcccd24391e9798ef1f63
4
- data.tar.gz: 6f72d9f5affa0bd332a2e14d1c609e46741ae87cbabcc70086ce6263d4c3954e
3
+ metadata.gz: 0c0047e0a987820049e3fd9eb5b358df1c6a75fa50b5906c601080e3eb8473a5
4
+ data.tar.gz: 41c449fb98740eeaf782e0830f28192ef2a85f92a06aa30d268c3d34915d4d83
5
5
  SHA512:
6
- metadata.gz: 2a934c35cbd99830313711b601a0b50de06da05aa09d1cd7c49de42bf37d816e224333c13b27d92da623070caadb433ed844789f00d8080804d16a9d36c2ce15
7
- data.tar.gz: 892adeea3391c59f4932bfd1aa789523cfe7390cd8b91401e356bc2ac3a0a15ac54084c4eb9fb2fa662c5939c73c73fcb904881addbb9473d41d8e946d8157c1
6
+ metadata.gz: f3f5a1cc793a1fae11794e28e347717d55600e7204a6f0fe3530ecc5ddc9412a3685e2d793f2d5224d24d92b1fa0300f743c8019ce5b5c9a362c74b69233831c
7
+ data.tar.gz: f92a5dc042459af2a2e6ae00adcbc37d91d99c31c9c62861b54d3a6bd4bd68b3b4ac4dce27500da13acb88b53e772fc39dad937c8ab6df2c754253c29a2493e1
@@ -1,6 +1,3 @@
1
- //= require chartkick
2
- //= require Chart.bundle
3
- //= require_tree .
4
1
 
5
2
 
6
3
  // PG Insights JavaScript
@@ -1,4 +1,3 @@
1
- //= require_tree ./results
2
1
 
3
2
  document.addEventListener('DOMContentLoaded', function() {
4
3
  if (!document.querySelector('.results-section')) return;
@@ -9,9 +9,14 @@
9
9
  <%= stylesheet_link_tag "pg_insights/application", media: "all" %>
10
10
  <%= stylesheet_link_tag "pg_insights/results", media: "all" %>
11
11
  <%= stylesheet_link_tag "pg_insights/health", media: "all" %>
12
- <%= javascript_include_tag "pg_insights/application", nonce: true %>
12
+ <%= javascript_include_tag "chartkick", nonce: true %>
13
+ <%= javascript_include_tag "Chart.bundle", nonce: true %>
14
+ <%= javascript_include_tag "pg_insights/results/view_toggles", nonce: true %>
15
+ <%= javascript_include_tag "pg_insights/results/chart_renderer", nonce: true %>
16
+ <%= javascript_include_tag "pg_insights/results/table_manager", nonce: true %>
13
17
  <%= javascript_include_tag "pg_insights/results", nonce: true %>
14
18
  <%= javascript_include_tag "pg_insights/health", nonce: true %>
19
+ <%= javascript_include_tag "pg_insights/application", nonce: true %>
15
20
 
16
21
  </head>
17
22
  <body>
@@ -1,3 +1,3 @@
1
1
  module PgInsights
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mezbah Alam