Sha256: 273513232e4b73fcfb64b2f91650e6480d830d96e2949854144d24416fcdb4a2

Contents?: true

Size: 1.96 KB

Versions: 0

Compression: gzip

Compressed size: 876 Bytes

Stored size: 876 Bytes

Contents

--- !ruby/object:Gem::Specification
name: notifyhub
version: !ruby/object:Gem::Version
  version: 0.0.4
platform: ruby
authors:
- Tero Isannainen
autorequire: 
bindir: bin
cert_chain: []
date: 2014-11-27 00:00:00.000000000 Z
dependencies: []
description: |-
  NotifyHub is a callback facility. NotifyHub is used by the informer
  to notify clients about arbitrary events in the informer. NotifyHub
  contains notification sets (NotifySet).

  NotifySet is identified by set ID and it can include one or many
  notifications (Notify). Client defines the action performed at
  notification (callback). Informer activates the notification when
  notification events occur.

  Notifications can be enabled/disabled on different levels
  (NotifyHub, NotifySet, and Notify).
email: tero.isannainen@gmail.com
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- CHANGELOG.rdoc
- LICENSE
- README.rdoc
- doc/Notify.html
- doc/NotifyHub.html
- doc/NotifyHub/NotFound.html
- doc/NotifyHub/Redefining.html
- doc/NotifySet.html
- doc/_index.html
- doc/class_list.html
- doc/css/common.css
- doc/css/full_list.css
- doc/css/style.css
- doc/file.CHANGELOG.html
- doc/file.README.html
- doc/file_list.html
- doc/frames.html
- doc/index.html
- doc/js/app.js
- doc/js/full_list.js
- doc/js/jquery.js
- doc/method_list.html
- doc/top-level-namespace.html
- lib/notifyhub.rb
- lib/version.rb
- test/test_notifyhub.rb
homepage: 
licenses:
- Ruby
metadata: {}
post_install_message: Check README...
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 1.9.3
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: NotifyHub is implementation of the Observer pattern using composition.
test_files: []
has_rdoc: 

Package Spec version

notifyhub-0.0.4