# -*- encoding: utf-8 -*- # stub: notifications-rails 1.0.0.beta8 ruby lib Gem::Specification.new do |s| s.name = "notifications-rails".freeze s.version = "1.0.0.beta8".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jonas H\u00FCbotter".freeze] s.date = "2017-12-28" s.description = "The most powerful notification solution for Rails. NotificationsRails simplifies the handling, rendering, user-integration and cross-platform pushing of notifications through its simple API.".freeze s.email = "jonas.huebotter@gmail.com".freeze s.files = ["INSTALL.md".freeze, "LICENSE".freeze, "README.md".freeze] s.homepage = "https://github.com/jonhue/notifications-rails".freeze s.licenses = ["MIT".freeze] s.post_install_message = "**Thank you for installing NotificationsRails!**\n\n\nTo wrap up installing NotificationsRails, run the generators to install each component.\n\n```\nrails g notification_handler:install\nrails g notification_renderer:install\nrails g notification_pusher:install\nrails g notification_settings:install\n```\n\n\nLearn more at https://github.com/jonhue/notifications-rails\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The most powerful (cross-platform) notifications handler & pusher API for Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.0.0.beta8".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.0.beta8".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.0.beta8".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.0.beta8".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.52".freeze]) end