chart 0.1.4.4 → 0.1.4.6
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 +4 -4
- data/README.md +1 -1
- data/lib/chart/version.rb +1 -1
- data/vendor/assets/javascripts/chart2.js +8705 -8671
- data/vendor/assets/javascripts/highcharts.js +335 -335
- metadata +6 -4
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chart
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.4.
|
|
4
|
+
version: 0.1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryan Lim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '10.0'
|
|
55
|
-
description: Add beautiful and reusable charts with one line of ruby
|
|
55
|
+
description: Add beautiful and reusable charts with one line of ruby ChartJS, NVD3,
|
|
56
|
+
Google Chart and Highchart.
|
|
56
57
|
email:
|
|
57
58
|
- ytbryan@gmail.com
|
|
58
59
|
executables: []
|
|
@@ -98,5 +99,6 @@ rubyforge_project:
|
|
|
98
99
|
rubygems_version: 2.5.1
|
|
99
100
|
signing_key:
|
|
100
101
|
specification_version: 4
|
|
101
|
-
summary:
|
|
102
|
+
summary: Add beautiful and reusable charts with one line of ruby ChartJS, NVD3, Google
|
|
103
|
+
Chart and Highchart.
|
|
102
104
|
test_files: []
|