# -*- encoding: utf-8 -*- # stub: rails-data-explorer 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rails-data-explorer".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jo Hund".freeze] s.date = "2014-04-21" s.description = "rails-data-explorer is a Rails Engine plugin that makes it easy to explore the data in your app using charts and statistics.".freeze s.email = "jhund@clearcove.ca".freeze s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "doc/how_to/release.md".freeze, "doc/how_to/trouble_when_packaging_assets.md".freeze, "lib/rails-data-explorer-no-rails.rb".freeze, "lib/rails-data-explorer.rb".freeze, "lib/rails-data-explorer/action_view_extension.rb".freeze, "lib/rails-data-explorer/active_record_extension.rb".freeze, "lib/rails-data-explorer/chart.rb".freeze, "lib/rails-data-explorer/chart/box_plot.rb".freeze, "lib/rails-data-explorer/chart/box_plot_group.rb".freeze, "lib/rails-data-explorer/chart/contingency_table.rb".freeze, "lib/rails-data-explorer/chart/descriptive_statistics_table.rb".freeze, "lib/rails-data-explorer/chart/descriptive_statistics_table_group.rb".freeze, "lib/rails-data-explorer/chart/histogram_categorical.rb".freeze, "lib/rails-data-explorer/chart/histogram_quantitative.rb".freeze, "lib/rails-data-explorer/chart/histogram_temporal.rb".freeze, "lib/rails-data-explorer/chart/multi_dimensional_charts.rb".freeze, "lib/rails-data-explorer/chart/parallel_coordinates.rb".freeze, "lib/rails-data-explorer/chart/parallel_set.rb".freeze, "lib/rails-data-explorer/chart/pie_chart.rb".freeze, "lib/rails-data-explorer/chart/scatterplot.rb".freeze, "lib/rails-data-explorer/chart/scatterplot_matrix.rb".freeze, "lib/rails-data-explorer/chart/stacked_bar_chart_categorical_percent.rb".freeze, "lib/rails-data-explorer/data_series.rb".freeze, "lib/rails-data-explorer/data_set.rb".freeze, "lib/rails-data-explorer/data_type.rb".freeze, "lib/rails-data-explorer/data_type/categorical.rb".freeze, "lib/rails-data-explorer/data_type/geo.rb".freeze, "lib/rails-data-explorer/data_type/quantitative.rb".freeze, "lib/rails-data-explorer/data_type/quantitative/decimal.rb".freeze, "lib/rails-data-explorer/data_type/quantitative/integer.rb".freeze, "lib/rails-data-explorer/data_type/quantitative/temporal.rb".freeze, "lib/rails-data-explorer/engine.rb".freeze, "lib/rails-data-explorer/exploration.rb".freeze, "lib/rails-data-explorer/statistics/pearsons_chi_squared_independence_test.rb".freeze, "lib/rails-data-explorer/statistics/rng_category.rb".freeze, "lib/rails-data-explorer/statistics/rng_gaussian.rb".freeze, "lib/rails-data-explorer/statistics/rng_power_law.rb".freeze, "lib/rails-data-explorer/utils/color_scale.rb".freeze, "lib/rails-data-explorer/utils/data_binner.rb".freeze, "lib/rails-data-explorer/utils/data_encoder.rb".freeze, "lib/rails-data-explorer/utils/data_quantizer.rb".freeze, "lib/rails-data-explorer/utils/value_formatter.rb".freeze, "lib/rails_data_explorer.rb".freeze, "rails-data-explorer.gemspec".freeze, "spec/helper.rb".freeze, "spec/helper_no_rails.rb".freeze, "spec/rails-data-explorer/data_series_spec.rb".freeze, "spec/rails-data-explorer/data_type/categorical_spec.rb".freeze, "spec/rails-data-explorer/exploration_spec.rb".freeze, "spec/rails-data-explorer/utils/data_binner_spec.rb".freeze, "spec/rails-data-explorer/utils/data_quantizer_spec.rb".freeze, "vendor/assets/javascripts/packaged/rails-data-explorer.min.js".freeze, "vendor/assets/javascripts/rails-data-explorer.js".freeze, "vendor/assets/javascripts/sources/d3.boxplot.js".freeze, "vendor/assets/javascripts/sources/d3.parcoords.js".freeze, "vendor/assets/javascripts/sources/d3.parsets.js".freeze, "vendor/assets/javascripts/sources/d3.v3.js".freeze, "vendor/assets/javascripts/sources/nv.d3.js".freeze, "vendor/assets/javascripts/sources/vega.js".freeze, "vendor/assets/stylesheets/packaged/rails-data-explorer.min.css".freeze, "vendor/assets/stylesheets/rails-data-explorer.css".freeze, "vendor/assets/stylesheets/sources/bootstrap-theme.css".freeze, "vendor/assets/stylesheets/sources/bootstrap.css".freeze, "vendor/assets/stylesheets/sources/d3.boxplot.css".freeze, "vendor/assets/stylesheets/sources/d3.parcoords.css".freeze, "vendor/assets/stylesheets/sources/d3.parsets.css".freeze, "vendor/assets/stylesheets/sources/nv.d3.css".freeze, "vendor/assets/stylesheets/sources/rde-default-style.css".freeze] s.homepage = "http://rails-data-explorer.clearcove.ca".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails engine plugin for exploring data in your app with charts and statistics.".freeze s.test_files = ["spec/helper.rb".freeze, "spec/helper_no_rails.rb".freeze, "spec/rails-data-explorer/data_series_spec.rb".freeze, "spec/rails-data-explorer/data_type/categorical_spec.rb".freeze, "spec/rails-data-explorer/exploration_spec.rb".freeze, "spec/rails-data-explorer/utils/data_binner_spec.rb".freeze, "spec/rails-data-explorer/utils/data_quantizer_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end