outfielding-jqplot-rails 1.0.5 → 1.0.7
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.
- data/CHANGELOG.md +5 -0
- data/README-jqplot.txt +2 -2
- data/changes-jqplot.txt +440 -0
- data/copyright-jqplot.txt +56 -0
- data/lib/outfielding-jqplot-rails/version.rb +1 -1
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.BezierCurveRenderer.js +3 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.barRenderer.js +8 -5
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.blockRenderer.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.bubbleRenderer.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisLabelRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisTickRenderer.js +16 -6
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasOverlay.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasTextRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.categoryAxisRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.ciParser.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.cursor.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.dateAxisRenderer.js +30 -26
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.donutRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.dragable.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.enhancedLegendRenderer.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.funnelRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.highlighter.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.logAxisRenderer.js +7 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoAxisRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.meterGaugeRenderer.js +7 -7
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.mobile.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.ohlcRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pieRenderer.js +3 -3
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pointLabels.js +6 -8
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidAxisRenderer.js +4 -4
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidGridRenderer.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidRenderer.js +2 -2
- data/vendor/assets/javascripts/jqplot-plugins/jqplot.trendline.js +3 -3
- data/vendor/assets/javascripts/jquery.jqplot.js +74 -60
- metadata +4 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: outfielding-jqplot-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: jqplot packaged for the Rails 3.1+ asset pipeline
|
15
15
|
email:
|
@@ -25,6 +25,8 @@ files:
|
|
25
25
|
- README-jqplot.txt
|
26
26
|
- README.md
|
27
27
|
- Rakefile
|
28
|
+
- changes-jqplot.txt
|
29
|
+
- copyright-jqplot.txt
|
28
30
|
- lib/outfielding-jqplot-rails.rb
|
29
31
|
- lib/outfielding-jqplot-rails/version.rb
|
30
32
|
- outfielding-jqplot-rails.gemspec
|