outfielding-jqplot-rails 1.0.4.1121 → 1.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.
Files changed (36) hide show
  1. data/.gitignore +2 -0
  2. data/CHANGELOG.md +6 -0
  3. data/LICENSE.txt +2 -2
  4. data/README.md +1 -1
  5. data/lib/outfielding-jqplot-rails/version.rb +1 -1
  6. data/vendor/assets/javascripts/jqplot-plugins/jqplot.BezierCurveRenderer.js +3 -3
  7. data/vendor/assets/javascripts/jqplot-plugins/jqplot.barRenderer.js +3 -3
  8. data/vendor/assets/javascripts/jqplot-plugins/jqplot.blockRenderer.js +3 -3
  9. data/vendor/assets/javascripts/jqplot-plugins/jqplot.bubbleRenderer.js +3 -3
  10. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisLabelRenderer.js +3 -3
  11. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasAxisTickRenderer.js +3 -3
  12. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasOverlay.js +3 -3
  13. data/vendor/assets/javascripts/jqplot-plugins/jqplot.canvasTextRenderer.js +4 -4
  14. data/vendor/assets/javascripts/jqplot-plugins/jqplot.categoryAxisRenderer.js +3 -3
  15. data/vendor/assets/javascripts/jqplot-plugins/jqplot.ciParser.js +3 -3
  16. data/vendor/assets/javascripts/jqplot-plugins/jqplot.cursor.js +3 -3
  17. data/vendor/assets/javascripts/jqplot-plugins/jqplot.dateAxisRenderer.js +3 -3
  18. data/vendor/assets/javascripts/jqplot-plugins/jqplot.donutRenderer.js +3 -3
  19. data/vendor/assets/javascripts/jqplot-plugins/jqplot.dragable.js +3 -3
  20. data/vendor/assets/javascripts/jqplot-plugins/jqplot.enhancedLegendRenderer.js +3 -3
  21. data/vendor/assets/javascripts/jqplot-plugins/jqplot.funnelRenderer.js +4 -4
  22. data/vendor/assets/javascripts/jqplot-plugins/jqplot.highlighter.js +3 -3
  23. data/vendor/assets/javascripts/jqplot-plugins/jqplot.logAxisRenderer.js +3 -3
  24. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoAxisRenderer.js +3 -3
  25. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mekkoRenderer.js +3 -3
  26. data/vendor/assets/javascripts/jqplot-plugins/jqplot.meterGaugeRenderer.js +3 -3
  27. data/vendor/assets/javascripts/jqplot-plugins/jqplot.mobile.js +2 -2
  28. data/vendor/assets/javascripts/jqplot-plugins/jqplot.ohlcRenderer.js +3 -3
  29. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pieRenderer.js +3 -3
  30. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pointLabels.js +3 -3
  31. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidAxisRenderer.js +3 -3
  32. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidGridRenderer.js +3 -3
  33. data/vendor/assets/javascripts/jqplot-plugins/jqplot.pyramidRenderer.js +3 -3
  34. data/vendor/assets/javascripts/jqplot-plugins/jqplot.trendline.js +3 -3
  35. data/vendor/assets/javascripts/jquery.jqplot.js +18 -18
  36. metadata +3 -3
data/.gitignore CHANGED
@@ -15,3 +15,5 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .rvmrc
19
+ encoding_check.rb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ 2013-02-12 Jason Young <jay@outfielding.net>
2
+
3
+ * Includes jqplot 1.0.5 (r1122)
4
+ ** Compatibility with jquery 1.9.1
5
+ * drops the release revision from the versioning (at least for now)
6
+
1
7
  2012-11-04 Jason Young <jay@outfielding.net>
2
8
 
3
9
  * Initial release (includes jqplot 1.0.4r1121)
data/LICENSE.txt CHANGED
@@ -1,9 +1,9 @@
1
- Copyright (c) 2009-2010 Chris Leonello
1
+ Copyright (c) 2009-2013 Chris Leonello
2
2
  jqPlot is currently available for use in all personal or commercial projects
3
3
  under both the MIT and GPL version 2.0 licenses. This means that you can
4
4
  choose the license that best suits your project and use it accordingly.
5
5
 
6
- Gem Bundling is: Copyright (c) 2012 Jason Adam Young
6
+ Gem Bundling is: Copyright (c) 2012-2013 Jason Adam Young
7
7
 
8
8
  MIT License
9
9
 
data/README.md CHANGED
@@ -36,7 +36,7 @@ The file naming is a little strange, but I'm basically just copying the distribu
36
36
 
37
37
  ## Versioning
38
38
 
39
- Unless otherwise noted, the outfielding-jqplot-rails version should match the jqplot distribution version included.
39
+ Unless otherwise noted, the outfielding-jqplot-rails version should match the jqplot distribution version included (as of 1.0.5, i'm leaving off the release revision, at least for now)
40
40
 
41
41
  ## LICENSE
42
42
 
@@ -1,7 +1,7 @@
1
1
  module Outfielding
2
2
  module Jqplot
3
3
  module Rails
4
- VERSION = "1.0.4.1121"
4
+ VERSION = "1.0.5"
5
5
  end
6
6
  end
7
7
  end
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -29,7 +29,7 @@
29
29
  *
30
30
  * included jsDate library by Chris Leonello:
31
31
  *
32
- * Copyright (c) 2010-2012 Chris Leonello
32
+ * Copyright (c) 2010-2013 Chris Leonello
33
33
  *
34
34
  * jsDate is currently available for use in all personal or commercial projects
35
35
  * under both the MIT and GPL version 2.0 licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -1,11 +1,11 @@
1
- /**
1
+ /**
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,8 +2,8 @@
2
2
  * jqplot.jquerymobile plugin
3
3
  * jQuery Mobile virtual event support.
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
8
  * Copyright (c) 2011 Takashi Okamoto
9
9
  * jqPlot is currently available for use in all personal or commercial projects
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -2,10 +2,10 @@
2
2
  * jqPlot
3
3
  * Pure JavaScript plotting plugin using jQuery
4
4
  *
5
- * Version: 1.0.4
6
- * Revision: 1121
5
+ * Version: 1.0.5
6
+ * Revision: 1122+
7
7
  *
8
- * Copyright (c) 2009-2012 Chris Leonello
8
+ * Copyright (c) 2009-2013 Chris Leonello
9
9
  * jqPlot is currently available for use in all personal or commercial projects
10
10
  * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
11
11
  * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
@@ -5,12 +5,12 @@
5
5
  *
6
6
  * About: Version
7
7
  *
8
- * version: 1.0.4
9
- * revision: 1121
8
+ * version: 1.0.5
9
+ * revision: 1122+
10
10
  *
11
11
  * About: Copyright & License
12
12
  *
13
- * Copyright (c) 2009-2012 Chris Leonello
13
+ * Copyright (c) 2009-2013 Chris Leonello
14
14
  * jqPlot is currently available for use in all personal or commercial projects
15
15
  * under both the MIT and GPL version 2.0 licenses. This means that you can
16
16
  * choose the license that best suits your project and use it accordingly.
@@ -244,8 +244,8 @@
244
244
  }
245
245
  };
246
246
 
247
- $.jqplot.version = "1.0.4";
248
- $.jqplot.revision = "1121";
247
+ $.jqplot.version = "1.0.5";
248
+ $.jqplot.revision = "1122+";
249
249
 
250
250
  $.jqplot.targetCounter = 1;
251
251
 
@@ -395,7 +395,7 @@
395
395
  return $.jqplot.support_canvas_text.result;
396
396
  };
397
397
 
398
- $.jqplot.use_excanvas = ($.browser.msie && !$.jqplot.support_canvas()) ? true : false;
398
+ $.jqplot.use_excanvas = ((!$.support.boxModel || !$.support.objectAll || !$support.leadingWhitespace) && !$.jqplot.support_canvas()) ? true : false;
399
399
 
400
400
  /**
401
401
  *
@@ -9323,7 +9323,7 @@
9323
9323
  * @author Chris Leonello
9324
9324
  * @date #date#
9325
9325
  * @version #VERSION#
9326
- * @copyright (c) 2010 Chris Leonello
9326
+ * @copyright (c) 2010-2013 Chris Leonello
9327
9327
  * jsDate is currently available for use in all personal or commercial projects
9328
9328
  * under both the MIT and GPL version 2.0 licenses. This means that you can
9329
9329
  * choose the license that best suits your project and use it accordingly.
@@ -9957,16 +9957,16 @@
9957
9957
  },
9958
9958
 
9959
9959
  'fr': {
9960
- monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
9961
- monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'],
9960
+ monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
9961
+ monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'],
9962
9962
  dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
9963
9963
  dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
9964
9964
  formatString: '%Y-%m-%d %H:%M:%S'
9965
9965
  },
9966
9966
 
9967
9967
  'de': {
9968
- monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
9969
- monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'],
9968
+ monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
9969
+ monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'],
9970
9970
  dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
9971
9971
  dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
9972
9972
  formatString: '%Y-%m-%d %H:%M:%S'
@@ -9981,18 +9981,18 @@
9981
9981
  },
9982
9982
 
9983
9983
  'ru': {
9984
- monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь','Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
9985
- monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн','Июл','Авг','Сен','Окт','Ноя','Дек'],
9986
- dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
9987
- dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
9984
+ monthNames: ['Январь','Февраль','Март','Ð?прель','Май','Июнь','Июль','Ð?вгуÑ?Ñ‚','СентÑ?брь','ОктÑ?брь','Ð?оÑ?брь','Декабрь'],
9985
+ monthNamesShort: ['Янв','Фев','Мар','Ð?пр','Май','Июн','Июл','Ð?вг','Сен','Окт','Ð?оÑ?','Дек'],
9986
+ dayNames: ['воÑ?креÑ?енье','понедельник','вторник','Ñ?реда','четверг','пÑ?тница','Ñ?уббота'],
9987
+ dayNamesShort: ['вÑ?к','пнд','втр','Ñ?рд','чтв','птн','Ñ?бт'],
9988
9988
  formatString: '%Y-%m-%d %H:%M:%S'
9989
9989
  },
9990
9990
 
9991
9991
  'ar': {
9992
- monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران','تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
9992
+ monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران','تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
9993
9993
  monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
9994
- dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
9995
- dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
9994
+ dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
9995
+ dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
9996
9996
  formatString: '%Y-%m-%d %H:%M:%S'
9997
9997
  },
9998
9998
 
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.1121
4
+ version: 1.0.5
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: 2012-11-04 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: jqplot packaged for the Rails 3.1+ asset pipeline
15
15
  email:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 1.8.24
84
+ rubygems_version: 1.8.25
85
85
  signing_key:
86
86
  specification_version: 3
87
87
  summary: jqplot packaged for the Rails 3.1+ asset pipeline