# -*- encoding: utf-8 -*- # stub: pubsubstub 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "pubsubstub".freeze s.version = "0.3.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 = ["Guillaume Malette".freeze] s.date = "2024-11-07" s.description = "Pubsubstub can be added to a rack Application or deployed standalone. It uses Redis to do the Pub/Sub".freeze s.email = ["gmalette@gmail.com".freeze] s.executables = ["console".freeze, "server".freeze] s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/server".freeze, "example/Gemfile".freeze, "example/config.ru".freeze, "example/puma_config.rb".freeze, "lib/pubsubstub.rb".freeze, "lib/pubsubstub/application.rb".freeze, "lib/pubsubstub/channel.rb".freeze, "lib/pubsubstub/event.rb".freeze, "lib/pubsubstub/logging.rb".freeze, "lib/pubsubstub/publish_action.rb".freeze, "lib/pubsubstub/stream.rb".freeze, "lib/pubsubstub/stream_action.rb".freeze, "lib/pubsubstub/subscriber.rb".freeze, "lib/pubsubstub/subscription.rb".freeze, "lib/pubsubstub/version.rb".freeze, "pubsubstub.gemspec".freeze, "spec/channel_spec.rb".freeze, "spec/event_spec.rb".freeze, "spec/publish_action_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stream_action_spec.rb".freeze, "spec/subscriber_spec.rb".freeze, "spec/subscription_spec.rb".freeze, "spec/support/http_helpers.rb".freeze, "spec/support/threading_matchers.rb".freeze] s.homepage = "https://github.com/byroot/pubsubstub".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pubsubstub is a rack middleware to add Pub/Sub".freeze s.test_files = ["spec/channel_spec.rb".freeze, "spec/event_spec.rb".freeze, "spec/publish_action_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stream_action_spec.rb".freeze, "spec/subscriber_spec.rb".freeze, "spec/subscription_spec.rb".freeze, "spec/support/http_helpers.rb".freeze, "spec/support/threading_matchers.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end