# -*- encoding: utf-8 -*- # stub: rails-data-explorer 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "rails-data-explorer".freeze s.version = "1.0.4".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 = "2015-02-14" 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, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/rails-data-explorer/multiple_bivariate_small.png".freeze, "doc/how_to/release.md".freeze, "doc/how_to/trouble_when_packaging_assets.md".freeze, "doc/rails-data-explorer-screenshot-all-univariate.png".freeze, "doc/rails-data-explorer-screenshot-plan-bivariate.png".freeze, "doc/rails-data-explorer-screenshot.png".freeze, "lib/rails-data-explorer-no-rails.rb".freeze, "lib/rails-data-explorer.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/anova.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.rb".freeze, "lib/rails_data_explorer/chart/stacked_bar_chart_categorical_percent.rb".freeze, "lib/rails_data_explorer/chart/stacked_histogram_temporal.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/rde_table.rb".freeze, "lib/rails_data_explorer/utils/value_formatter.rb".freeze, "rails-data-explorer.gemspec".freeze, "spec/helper.rb".freeze, "spec/helper_no_rails.rb".freeze, "spec/rails_data_explorer/chart_spec.rb".freeze, "spec/rails_data_explorer/data_series_spec.rb".freeze, "spec/rails_data_explorer/data_set_spec.rb".freeze, "spec/rails_data_explorer/data_type/categorical_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/decimal_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/integer_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/temporal_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative_spec.rb".freeze, "spec/rails_data_explorer/data_type_spec.rb".freeze, "spec/rails_data_explorer/exploration_spec.rb".freeze, "spec/rails_data_explorer/statistics/pearsons_chi_squared_independence_test_spec.rb".freeze, "spec/rails_data_explorer/utils/color_scale_spec.rb".freeze, "spec/rails_data_explorer/utils/data_binner_spec.rb".freeze, "spec/rails_data_explorer/utils/data_quantizer_spec.rb".freeze, "spec/rails_data_explorer/utils/value_formatter_spec.rb".freeze, "vendor/assets/javascripts/packaged/rails-data-explorer.min.js".freeze, "vendor/assets/javascripts/rails-data-explorer.js".freeze, "vendor/assets/javascripts/rails-data-explorer/d3.boxplot.js".freeze, "vendor/assets/javascripts/rails-data-explorer/d3.parcoords.js".freeze, "vendor/assets/javascripts/rails-data-explorer/d3.parsets.js".freeze, "vendor/assets/javascripts/rails-data-explorer/d3.v3.js".freeze, "vendor/assets/javascripts/rails-data-explorer/nv.d3.js".freeze, "vendor/assets/javascripts/rails-data-explorer/vega.js".freeze, "vendor/assets/stylesheets/packaged/rails-data-explorer.min.css".freeze, "vendor/assets/stylesheets/rails-data-explorer.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/bootstrap-theme.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/bootstrap.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/d3.boxplot.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/d3.parcoords.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/d3.parsets.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/nv.d3.css".freeze, "vendor/assets/stylesheets/rails-data-explorer/rde-default-style.css".freeze] s.homepage = "https://github.com/jhund/rails-data-explorer".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/chart_spec.rb".freeze, "spec/rails_data_explorer/data_series_spec.rb".freeze, "spec/rails_data_explorer/data_set_spec.rb".freeze, "spec/rails_data_explorer/data_type/categorical_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/decimal_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/integer_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative/temporal_spec.rb".freeze, "spec/rails_data_explorer/data_type/quantitative_spec.rb".freeze, "spec/rails_data_explorer/data_type_spec.rb".freeze, "spec/rails_data_explorer/exploration_spec.rb".freeze, "spec/rails_data_explorer/statistics/pearsons_chi_squared_independence_test_spec.rb".freeze, "spec/rails_data_explorer/utils/color_scale_spec.rb".freeze, "spec/rails_data_explorer/utils/data_binner_spec.rb".freeze, "spec/rails_data_explorer/utils/data_quantizer_spec.rb".freeze, "spec/rails_data_explorer/utils/value_formatter_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze, ">= 1.7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze, ">= 0.7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze, ">= 0.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".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