# -*- encoding: utf-8 -*- # stub: notifyhub 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "notifyhub".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tero Isannainen".freeze] s.date = "2014-01-19" s.description = "NotifyHub is a callback facility. NotifyHub is used by the informer\nto notify clients about arbitrary events in the informer. NotifyHub\ncontains notification sets (NotifySet).\n\nNotifySet is identified by set ID and it can include one or many\nnotifications (Notify). Client defines the action performed at\nnotification (callback). Informer activates the notification when\nnotification events occur.\n\nNotifications can be enabled/disabled on different levels\n(NotifyHub, NotifySet, and Notify).".freeze s.email = "tero.isannainen@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "doc/Master.html".freeze, "doc/Notify.html".freeze, "doc/NotifyHub.html".freeze, "doc/NotifyHub/NotFound.html".freeze, "doc/NotifyHub/Redefining.html".freeze, "doc/NotifySet.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.CHANGELOG.html".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/notifyhub.rb".freeze, "test/test_notifyhub.rb".freeze] s.licenses = ["Ruby".freeze] s.post_install_message = "Check README...".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "NotifyHub is implementation of the Observer pattern using composition.".freeze end