# -*- encoding: utf-8 -*- # stub: klastera 1.1.6.1 ruby lib Gem::Specification.new do |s| s.name = "klastera".freeze s.version = "1.1.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gino Barahona".freeze] s.date = "2020-04-28" s.description = "A simple tool to Ruby on Rails models clusterization.".freeze s.email = ["gino.barahona@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/klastera/application.js".freeze, "app/assets/javascripts/klastera/clusters.js".freeze, "app/assets/stylesheets/klastera/application.css".freeze, "app/assets/stylesheets/klastera/clusters.css".freeze, "app/assets/stylesheets/scaffold.css".freeze, "app/controllers/klastera/application_controller.rb".freeze, "app/controllers/klastera/clusters_controller.rb".freeze, "app/helpers/klastera/application_helper.rb".freeze, "app/helpers/klastera/clusters_helper.rb".freeze, "app/models/klastera/cluster.rb".freeze, "app/models/klastera/cluster_filter.rb".freeze, "app/models/klastera/cluster_user.rb".freeze, "app/models/klastera/concerns/cluster.rb".freeze, "app/models/klastera/concerns/cluster_filter.rb".freeze, "app/models/klastera/concerns/cluster_user.rb".freeze, "app/models/klastera/concerns/clusterizable.rb".freeze, "app/models/klastera/concerns/organization.rb".freeze, "app/models/klastera/concerns/transfer.rb".freeze, "app/models/klastera/concerns/user.rb".freeze, "app/models/klastera/transfer.rb".freeze, "app/views/klastera/clusters/_filter.html.erb".freeze, "app/views/klastera/clusters/_form.html.erb".freeze, "app/views/klastera/clusters/_form_transfer.html.erb".freeze, "app/views/klastera/clusters/_table.html.erb".freeze, "app/views/klastera/clusters/create.js.erb".freeze, "app/views/klastera/clusters/destroy.js.erb".freeze, "app/views/klastera/clusters/edit.html.erb".freeze, "app/views/klastera/clusters/index.html.erb".freeze, "app/views/klastera/clusters/new.html.erb".freeze, "app/views/klastera/clusters/transfer.html.erb".freeze, "app/views/klastera/clusters/update.js.erb".freeze, "app/views/layouts/klastera/_cluster_filter.html.erb".freeze, "app/views/layouts/klastera/_cluster_role.html.erb".freeze, "app/views/layouts/klastera/_cluster_selector.html.erb".freeze, "app/views/layouts/klastera/_cluster_user_fields.html.erb".freeze, "app/views/layouts/klastera/_nested_cluster_user.html.erb".freeze, "app/views/layouts/klastera/_options.html.erb".freeze, "config/locales/es.yml".freeze, "config/routes.rb".freeze, "db/migrate/20200324203929_create_klastera_clusters.rb".freeze, "db/migrate/20200326111219_add_cluster_options_to_organizations.rb".freeze, "db/migrate/20200330010551_create_klastera_cluster_users.rb".freeze, "db/migrate/20200330221601_add_order_field_to_clusters.rb".freeze, "lib/klastera.rb".freeze, "lib/klastera/engine.rb".freeze, "lib/klastera/version.rb".freeze, "lib/tasks/klastera_tasks.rake".freeze, "test/controllers/klastera/clusters_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/to_time_preserves_timezone.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/fixtures/klastera/cluster_users.yml".freeze, "test/fixtures/klastera/clusters.yml".freeze, "test/integration/navigation_test.rb".freeze, "test/klastera_test.rb".freeze, "test/models/klastera/cluster_test.rb".freeze, "test/models/klastera/cluster_user_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/ginosx/klastera".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Clusterization Engine".freeze s.test_files = ["test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/to_time_preserves_timezone.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/Rakefile".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/log/test.log".freeze, "test/dummy/log/development.log".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/dummy/README.rdoc".freeze, "test/integration/navigation_test.rb".freeze, "test/models/klastera/cluster_user_test.rb".freeze, "test/models/klastera/cluster_test.rb".freeze, "test/klastera_test.rb".freeze, "test/fixtures/klastera/clusters.yml".freeze, "test/fixtures/klastera/cluster_users.yml".freeze, "test/test_helper.rb".freeze, "test/controllers/klastera/clusters_controller_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2.11.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end