jqplot-on-rails 1.0.8

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 (73) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +31 -0
  6. data/Rakefile +2 -0
  7. data/jqplot-on-rails.gemspec +20 -0
  8. data/lib/jqplot-on-rails/version.rb +5 -0
  9. data/lib/jqplot-on-rails.rb +8 -0
  10. data/vendor/assets/javascripts/jqplot/excanvas.js +1438 -0
  11. data/vendor/assets/javascripts/jqplot/jquery.jqplot.js +11411 -0
  12. data/vendor/assets/javascripts/jqplot/plugins/jqplot.BezierCurveRenderer.js +314 -0
  13. data/vendor/assets/javascripts/jqplot/plugins/jqplot.BezierCurveRenderer.min.js +3 -0
  14. data/vendor/assets/javascripts/jqplot/plugins/jqplot.barRenderer.js +801 -0
  15. data/vendor/assets/javascripts/jqplot/plugins/jqplot.barRenderer.min.js +3 -0
  16. data/vendor/assets/javascripts/jqplot/plugins/jqplot.blockRenderer.js +235 -0
  17. data/vendor/assets/javascripts/jqplot/plugins/jqplot.blockRenderer.min.js +3 -0
  18. data/vendor/assets/javascripts/jqplot/plugins/jqplot.bubbleRenderer.js +759 -0
  19. data/vendor/assets/javascripts/jqplot/plugins/jqplot.bubbleRenderer.min.js +3 -0
  20. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js +203 -0
  21. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js +3 -0
  22. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.js +253 -0
  23. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js +3 -0
  24. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasOverlay.js +1021 -0
  25. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasOverlay.min.js +3 -0
  26. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasTextRenderer.js +449 -0
  27. data/vendor/assets/javascripts/jqplot/plugins/jqplot.canvasTextRenderer.min.js +3 -0
  28. data/vendor/assets/javascripts/jqplot/plugins/jqplot.categoryAxisRenderer.js +679 -0
  29. data/vendor/assets/javascripts/jqplot/plugins/jqplot.categoryAxisRenderer.min.js +3 -0
  30. data/vendor/assets/javascripts/jqplot/plugins/jqplot.ciParser.js +116 -0
  31. data/vendor/assets/javascripts/jqplot/plugins/jqplot.ciParser.min.js +3 -0
  32. data/vendor/assets/javascripts/jqplot/plugins/jqplot.cursor.js +1108 -0
  33. data/vendor/assets/javascripts/jqplot/plugins/jqplot.cursor.min.js +3 -0
  34. data/vendor/assets/javascripts/jqplot/plugins/jqplot.dateAxisRenderer.js +741 -0
  35. data/vendor/assets/javascripts/jqplot/plugins/jqplot.dateAxisRenderer.min.js +3 -0
  36. data/vendor/assets/javascripts/jqplot/plugins/jqplot.donutRenderer.js +805 -0
  37. data/vendor/assets/javascripts/jqplot/plugins/jqplot.donutRenderer.min.js +3 -0
  38. data/vendor/assets/javascripts/jqplot/plugins/jqplot.dragable.js +225 -0
  39. data/vendor/assets/javascripts/jqplot/plugins/jqplot.dragable.min.js +3 -0
  40. data/vendor/assets/javascripts/jqplot/plugins/jqplot.enhancedLegendRenderer.js +305 -0
  41. data/vendor/assets/javascripts/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js +3 -0
  42. data/vendor/assets/javascripts/jqplot/plugins/jqplot.funnelRenderer.js +943 -0
  43. data/vendor/assets/javascripts/jqplot/plugins/jqplot.funnelRenderer.min.js +3 -0
  44. data/vendor/assets/javascripts/jqplot/plugins/jqplot.highlighter.js +465 -0
  45. data/vendor/assets/javascripts/jqplot/plugins/jqplot.highlighter.min.js +3 -0
  46. data/vendor/assets/javascripts/jqplot/plugins/jqplot.json2.js +475 -0
  47. data/vendor/assets/javascripts/jqplot/plugins/jqplot.json2.min.js +3 -0
  48. data/vendor/assets/javascripts/jqplot/plugins/jqplot.logAxisRenderer.js +534 -0
  49. data/vendor/assets/javascripts/jqplot/plugins/jqplot.logAxisRenderer.min.js +3 -0
  50. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mekkoAxisRenderer.js +611 -0
  51. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js +3 -0
  52. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mekkoRenderer.js +437 -0
  53. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mekkoRenderer.min.js +3 -0
  54. data/vendor/assets/javascripts/jqplot/plugins/jqplot.meterGaugeRenderer.js +1029 -0
  55. data/vendor/assets/javascripts/jqplot/plugins/jqplot.meterGaugeRenderer.min.js +3 -0
  56. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mobile.js +45 -0
  57. data/vendor/assets/javascripts/jqplot/plugins/jqplot.mobile.min.js +3 -0
  58. data/vendor/assets/javascripts/jqplot/plugins/jqplot.ohlcRenderer.js +373 -0
  59. data/vendor/assets/javascripts/jqplot/plugins/jqplot.ohlcRenderer.min.js +3 -0
  60. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pieRenderer.js +904 -0
  61. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pieRenderer.min.js +3 -0
  62. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pointLabels.js +377 -0
  63. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pointLabels.min.js +3 -0
  64. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidAxisRenderer.js +728 -0
  65. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidAxisRenderer.min.js +3 -0
  66. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidGridRenderer.js +429 -0
  67. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidGridRenderer.min.js +3 -0
  68. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidRenderer.js +514 -0
  69. data/vendor/assets/javascripts/jqplot/plugins/jqplot.pyramidRenderer.min.js +3 -0
  70. data/vendor/assets/javascripts/jqplot/plugins/jqplot.trendline.js +223 -0
  71. data/vendor/assets/javascripts/jqplot/plugins/jqplot.trendline.min.js +3 -0
  72. data/vendor/assets/stylesheets/jquery.jqplot.css +259 -0
  73. metadata +128 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c9864f0c466919871cb2788eb68ef64c75e49093
4
+ data.tar.gz: ee22c7b85c0574aed0fdab3e94d9efa4add528ef
5
+ SHA512:
6
+ metadata.gz: 7dbcc51e532c5d3b5f09e03f0b262b75f87f5370c611e57546e05a6dde32497b90e4e093707965dbc3c5c5c17bdbc0cc0a5ae551a4b03f65c1ce3c1e06d3c074
7
+ data.tar.gz: 09d8c91eaa28070af2bddac8dc61c617a096de1903ced89a29bae291f87b5e50dbf56d23cf4c09a25d18bc60f98f01d3a85a6364f4a4c583a09a032d60fc2ae6
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in jqplot-on-rails.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Javier Ruiz Corisco
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # Jqplot on Rails
2
+
3
+ Integrate jQplot library into Rails Asset Pipeline
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'jqplot-on-rails'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install jqplot-on-rails
18
+
19
+ ## Usage
20
+
21
+ Add the following directive to your Javascript manifest file (application.js):
22
+
23
+ $ //= require jqplot-on-rails
24
+
25
+ ## Contributing
26
+
27
+ 1. Fork it ( https://github.com/[my-github-username]/jqplot-on-rails/fork )
28
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
29
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
30
+ 4. Push to the branch (`git push origin my-new-feature`)
31
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,20 @@
1
+ # coding: utf-8
2
+ require File.expand_path('../lib/jqplot-on-rails/version', __FILE__)
3
+
4
+ Gem::Specification.new do |spec|
5
+ spec.name = "jqplot-on-rails"
6
+ spec.version = JqplotOn::Rails::VERSION
7
+ spec.authors = ["Javier Ruiz Corisco"]
8
+ spec.email = ["javimbk@gmail.com"]
9
+ spec.summary = %q{The jQuery plotting library ready for Rails.}
10
+ spec.description = %q{jQplot latest version on the Rails asset}
11
+ spec.homepage = ""
12
+
13
+ spec.files = `git ls-files`.split($\)
14
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
15
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
+ spec.require_paths = ["lib"]
17
+
18
+ spec.add_development_dependency "railties", "> 3.1"
19
+
20
+ end
@@ -0,0 +1,5 @@
1
+ module JqplotOn
2
+ module Rails
3
+ VERSION = "1.0.8"
4
+ end
5
+ end
@@ -0,0 +1,8 @@
1
+ require "jqplot-on-rails/version"
2
+
3
+ module JqplotOn
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end