# -*- encoding: utf-8 -*- # stub: decidim-comparative_stats 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "decidim-comparative_stats".freeze s.version = "1.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 = ["Ivan Verg\u00E9s".freeze] s.date = "2021-01-14" s.description = "A module to compare instances of Decidim by using their API.".freeze s.email = ["ivan@platoniq.net".freeze] s.files = ["LICENSE-AGPLv3.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/admin/comparative_stats_manifest.css".freeze, "app/assets/config/admin/comparative_stats_manifest.js".freeze, "app/assets/config/comparative_stats_manifest.css".freeze, "app/assets/config/comparative_stats_manifest.js".freeze, "app/assets/images/bcn-logo.png".freeze, "app/assets/images/decidim/comparative_stats/icon.svg".freeze, "app/assets/images/platoniq-logo.png".freeze, "app/assets/javascripts/decidim/comparative_stats/geocoded_events.js.es6".freeze, "app/assets/javascripts/decidim/comparative_stats/graphs.js.es6".freeze, "app/assets/stylesheets/decidim/comparative_stats/geocoded_events.scss".freeze, "app/assets/stylesheets/decidim/comparative_stats/graphs.scss".freeze, "app/assets/stylesheets/decidim/comparative_stats/widget.scss".freeze, "app/cells/decidim/comparative_stats/metric_piecharts/show.erb".freeze, "app/cells/decidim/comparative_stats/metric_piecharts_cell.rb".freeze, "app/cells/decidim/comparative_stats/metric_timelines/show.erb".freeze, "app/cells/decidim/comparative_stats/metric_timelines_cell.rb".freeze, "app/cells/decidim/comparative_stats/participatory_processes_timeline/show.erb".freeze, "app/cells/decidim/comparative_stats/participatory_processes_timeline_cell.rb".freeze, "app/cells/decidim/comparative_stats/participatory_spaces_geocoded_events/show.erb".freeze, "app/cells/decidim/comparative_stats/participatory_spaces_geocoded_events_cell.rb".freeze, "app/commands/decidim/comparative_stats/admin/create_endpoint.rb".freeze, "app/commands/decidim/comparative_stats/admin/destroy_endpoint.rb".freeze, "app/commands/decidim/comparative_stats/admin/update_endpoint.rb".freeze, "app/controllers/decidim/comparative_stats/admin/application_controller.rb".freeze, "app/controllers/decidim/comparative_stats/admin/endpoints_controller.rb".freeze, "app/controllers/decidim/comparative_stats/admin/graphs_controller.rb".freeze, "app/controllers/decidim/comparative_stats/widgets_controller.rb".freeze, "app/forms/decidim/comparative_stats/admin/endpoint_form.rb".freeze, "app/helpers/decidim/comparative_stats/application_helper.rb".freeze, "app/models/decidim/comparative_stats/application_record.rb".freeze, "app/models/decidim/comparative_stats/endpoint.rb".freeze, "app/permissions/decidim/comparative_stats/admin/permissions.rb".freeze, "app/presenters/decidim/comparative_stats/admin_log/endpoint_presenter.rb".freeze, "app/views/decidim/comparative_stats/admin/endpoints/_form.html.erb".freeze, "app/views/decidim/comparative_stats/admin/endpoints/edit.html.erb".freeze, "app/views/decidim/comparative_stats/admin/endpoints/index.html.erb".freeze, "app/views/decidim/comparative_stats/admin/endpoints/new.html.erb".freeze, "app/views/decidim/comparative_stats/admin/graphs/show.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_all.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_embed.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_embed_modal.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_global_stats.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_global_stats_timeline.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_processes_timeline.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_spaces_geocoded_events.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/_tabs.html.erb".freeze, "app/views/decidim/comparative_stats/widgets/show.html.erb".freeze, "app/views/layouts/decidim/admin/comparative_stats.html.erb".freeze, "app/views/layouts/decidim/comparative_stats/widget.html.erb".freeze, "config/i18n-tasks.yml".freeze, "config/locales/ca.yml".freeze, "config/locales/cs.yml".freeze, "config/locales/en.yml".freeze, "config/locales/es.yml".freeze, "db/migrate/20191219104548_create_decidim_comparative_stats_endpoints.rb".freeze, "db/migrate/20200122072955_add_name_version_to_comparative_stats_endpoints.rb".freeze, "db/migrate/20200130203914_rename_version_field_in_comparative_stats_endpoints.rb".freeze, "db/seeds.rb".freeze, "lib/decidim/comparative_stats.rb".freeze, "lib/decidim/comparative_stats/admin.rb".freeze, "lib/decidim/comparative_stats/admin_engine.rb".freeze, "lib/decidim/comparative_stats/api_fetcher.rb".freeze, "lib/decidim/comparative_stats/cached_http_adapter.rb".freeze, "lib/decidim/comparative_stats/engine.rb".freeze, "lib/decidim/comparative_stats/queries/global_events.graphql".freeze, "lib/decidim/comparative_stats/queries/global_history_metrics.graphql".freeze, "lib/decidim/comparative_stats/queries/global_metrics.graphql".freeze, "lib/decidim/comparative_stats/queries/name_and_version.graphql".freeze, "lib/decidim/comparative_stats/queries/participatory_processes.graphql".freeze, "lib/decidim/comparative_stats/queries/v022/global_events.graphql".freeze, "lib/decidim/comparative_stats/test/factories.rb".freeze, "lib/decidim/comparative_stats/version.rb".freeze, "vendor/assets/images/draw/layers-2x.png".freeze, "vendor/assets/images/draw/layers.png".freeze, "vendor/assets/images/draw/marker-icon-2x.png".freeze, "vendor/assets/images/draw/marker-icon.png".freeze, "vendor/assets/images/draw/marker-shadow.png".freeze, "vendor/assets/images/draw/spritesheet-2x.png".freeze, "vendor/assets/images/draw/spritesheet.png".freeze, "vendor/assets/images/draw/spritesheet.svg".freeze, "vendor/assets/images/images/layers-2x.png".freeze, "vendor/assets/images/images/layers.png".freeze, "vendor/assets/images/images/marker-icon-2x.png".freeze, "vendor/assets/images/images/marker-icon.png".freeze, "vendor/assets/images/images/marker-shadow.png".freeze, "vendor/assets/javascripts/leaflet.js".freeze] s.homepage = "https://github.com/Platoniq/decidim-module-comparative_stats".freeze s.licenses = ["AGPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A decidim comparative_stats module".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.23.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.23.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.23.0".freeze]) end