# -*- encoding: utf-8 -*- # stub: cubism 0.1.0.rc2 ruby lib Gem::Specification.new do |s| s.name = "cubism".freeze s.version = "0.1.0.rc2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/julianrubisch/cubism", "source_code_uri" => "https://github.com/julianrubisch/cubism.git" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Julian Rubisch".freeze] s.date = "2023-03-29" s.description = "Lightweight Resource-Based Presence Solution with CableReady".freeze s.email = ["julian@julianrubisch.at".freeze] s.files = ["Appraisals".freeze, "Appraisals~".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Gemfile~".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "README.md~".freeze, "Rakefile".freeze, "app/assets/javascripts/cubism.js".freeze, "app/assets/javascripts/cubism.min.js".freeze, "app/assets/javascripts/cubism.min.js.map".freeze, "app/assets/javascripts/cubism.umd.js".freeze, "app/assets/javascripts/cubism.umd.min.js".freeze, "app/assets/javascripts/cubism.umd.min.js.map".freeze, "app/channels/cubism/presence_channel.rb".freeze, "app/helpers/cubism_helper.rb".freeze, "app/models/concerns/cubism/presence.rb".freeze, "app/models/concerns/cubism/user.rb".freeze, "app/models/cubism/current.rb".freeze, "bin/rails".freeze, "bin/standardize".freeze, "bin/test".freeze, "cubism.gemspec".freeze, "cubism.gemspec~".freeze, "lib/cubism.rb".freeze, "lib/cubism/broadcaster.rb".freeze, "lib/cubism/cubicle_store.rb".freeze, "lib/cubism/engine.rb".freeze, "lib/cubism/importmap.rb".freeze, "lib/cubism/preprocessor.rb".freeze, "lib/cubism/version.rb".freeze, "package.json".freeze, "package.json~".freeze, "rollup.config.js".freeze, "rollup.config.js~".freeze, "test/block_container_test.rb".freeze, "test/block_source_test.rb".freeze, "test/broadcaster_test.rb".freeze, "test/channels/cubism/presence_channel_test.rb".freeze, "test/cubicle_store_test.rb".freeze, "test/cubism_test.rb".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".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/application_controller_renderer.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/content_security_policy.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/permissions_policy.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/20220102072929_create_posts.rb".freeze, "test/dummy/db/migrate/20220102073003_create_users.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/test/models/user_test.rb".freeze, "test/helpers/cubism_helper_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/models/concerns/presence_test.rb".freeze, "test/models/concerns/user_test.rb".freeze, "test/rendering/preprocessor_test.rb".freeze, "test/test_helper.rb".freeze, "yarn.lock".freeze] s.homepage = "https://github.com/julianrubisch/cubism".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Lightweight Resource-Based Presence Solution with CableReady".freeze s.test_files = ["test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/test/models/user_test.rb".freeze, "test/dummy/config/routes.rb".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/puma.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/initializers/application_controller_renderer.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/wrap_parameters.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/permissions_policy.rb".freeze, "test/dummy/config/initializers/content_security_policy.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/migrate/20220102072929_create_posts.rb".freeze, "test/dummy/db/migrate/20220102073003_create_users.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/broadcaster_test.rb".freeze, "test/cubicle_store_test.rb".freeze, "test/models/concerns/presence_test.rb".freeze, "test/models/concerns/user_test.rb".freeze, "test/block_container_test.rb".freeze, "test/cubism_test.rb".freeze, "test/rendering/preprocessor_test.rb".freeze, "test/test_helper.rb".freeze, "test/helpers/cubism_helper_test.rb".freeze, "test/block_source_test.rb".freeze, "test/channels/cubism/presence_channel_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["= 5.0.0.rc2".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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end