Packages | Version |
| ​0.1.0​ |
​Ruby,
​bundler,
version.rb.
Gem Specification.
README.md.
'ObserverInt.observable()', 'ObserverInt.type(identifier = nil)', 'ObserverInt.changed(instance = nil)', 'ObserverInt.notify(instance = nil)', and 'ObserverInt.kind_observer(instance = nil)'.
Declared 'new()' and 'ObserverInt.kind_observer(instance = nil)' private.
Method declaration test coverage.
Deleted Travis CI deployment settings.
​Rubygems hosts the observer_int
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'observer_int', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'observer_int', '~> 0'# Orspec.add_runtime_dependency 'observer_int', '~> 0'# ...​end
Then, download and install the package.
$ bundle exec install
​Bundler downloads and installs the package in the appropriate context.
Installation complete, insert require 'observer_int'
in the relevant file.
Package | Version |
| ​0.2.0​ |
​Ruby,
​bundler,
​observer_int,
​node,
​node_observer_impl, ​
node_observer_impl developmental dependency.
Test coverage.
'Observer.notify(instance = nil)'. Raises an error in the case the argument is not an observable instance.
'Observer.changed(instance = nil' bug. In the case an unobservable object was argued, 'Observer.kind_observer(instance = nil)' raised an ArgumentError.
version.rb.
Gem Specification.
README.md.
'Observer.observable()', 'Observer.changed(instance = nil)', 'Observer.type(identifier = nil)', 'Observer.notify(pub_i = nil)', 'Observer.add_subject(subject = nil)', 'Observer.remove_subject(subject = nil)', and 'Observer.kind_observer(instance = nil)'.
Test coverage.
Deleted Travis CI deployment settings.
​Rubygems hosts the observer_impl
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'observer_impl', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'observer_impl', '~> 0'# Orspec.add_runtime_dependency 'observer_impl', '~> 0'# ...​end
Then, download and install the package.
$ bundle exec install
​Bundler downloads and installs the package in the appropriate context.
Installation complete, insert require 'observer_impl'
in the relevant file.
Package | Version |
| ​0.2.0​ |
​Ruby,
​bundler,
​observer_int,
​observer_impl, ​
​node,
​Rubygems hosts the observer_comp
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'observer_comp', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'observer_comp', '~> 0'# Orspec.add_runtime_dependency 'observer_comp', '~> 0'# ...​end
Then, download and install the package.
$ bundle exec install
​Bundler downloads and installs the package in the appropriate context.
Installation complete, insert require 'observer_comp'
in the relevant file.