# -*- encoding: utf-8 -*- # stub: rack-push-notification 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "rack-push-notification".freeze s.version = "0.6.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 = ["Mattt".freeze] s.date = "2019-07-08" s.description = "Generate a REST API for registering and querying push notification device tokens.".freeze s.email = "mattt@me.com".freeze s.files = ["./Gemfile".freeze, "./Gemfile.lock".freeze, "./LICENSE.md".freeze, "./README.md".freeze, "./Rakefile".freeze, "./lib/rack/push-notification.rb".freeze, "./lib/rack/push-notification/migrations/001_base_schema.rb".freeze, "./lib/rack/push-notification/migrations/002_add_full_text_search.rb".freeze, "./lib/rack/push-notification/models/device.rb".freeze, "./lib/rack/push-notification/version.rb".freeze, "./rack-push-notification.gemspec".freeze] s.homepage = "https://mat.tt".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rack::PushNotification".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end