query_report 1.1.0 → 1.1.1

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: 7f8d3573e1023f1f75ccfc342c5b499c2190ea2f
4
- data.tar.gz: 2395c213bb91c1fce5e11b1e30e7713234515d2f
3
+ metadata.gz: 6d0461f6e9e28d8ae3b6f2f6dd661c3a3e6f387d
4
+ data.tar.gz: 6567d8bd870bdb828092433c696235c3ea224f09
5
5
  SHA512:
6
- metadata.gz: a9cd49d9a017a27117ee609c3b284a046450cdfff5e30e215828c22c7a7d8845ed61915e04a06eea6a5d08f69fcf9cf510f86f4890c8252c5f4706a1e53b908b
7
- data.tar.gz: 078ec9cf9dbe6a1bd14dd7ab8515bee7c7e08b6a9900d050272997aafae431b7acdaf58ea0916e78da6bbd6803bfec83a7d5318a2c448ccc7e19f0ffbec3ac70
6
+ metadata.gz: 45f9063e2482cda3faf2f05dab9aa8f3bfb62688a9d81bbb6d861a30bcd786a23352e9c6f9f42b5bfecd085423dd3c26ac2da39116bc299acb8f0c1219d72c43
7
+ data.tar.gz: 20d34bbfc7f21995235dadf79b59a1dd2898c6f60a2a0989b7e45a521f04383b7a76372fa48875225270ce50a6167b97cf663bc46f754095d176459643dfabf5
@@ -10,9 +10,6 @@ module QueryReport
10
10
  chart_adapter = ChartAdapter.new(filtered_query, chart_type, chart_title)
11
11
  block.call(chart_adapter)
12
12
  @charts << chart_adapter.chart
13
-
14
- ap chart_adapter.chart.data
15
- ap chart_adapter.chart
16
13
  end
17
14
 
18
15
  class ChartAdapter
@@ -3,6 +3,7 @@ require 'kaminari'
3
3
  require 'google_visualr'
4
4
  require 'prawn'
5
5
  require 'gruff'
6
+ require 'chartify'
6
7
 
7
8
  module QueryReport
8
9
  class Engine < ::Rails::Engine
@@ -1,3 +1,3 @@
1
1
  module QueryReport
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: query_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.K.M. Ashrafuzzaman