# -*- encoding: utf-8 -*- # stub: rack-push-notification 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "rack-push-notification".freeze s.version = "0.5.3".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 Thompson".freeze] s.date = "2015-01-20" s.description = "Generate a REST API for registering and querying push notification device tokens.".freeze s.email = "m@mattt.me".freeze s.files = ["./Gemfile".freeze, "./Gemfile.lock".freeze, "./LICENSE".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, "./rack-push-notification-0.5.0.gem".freeze, "./rack-push-notification-0.5.1.gem".freeze, "./rack-push-notification-0.5.2.gem".freeze, "./rack-push-notification.gemspec".freeze] s.homepage = "http://mattt.me".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