Package | Version |
| ​0.1.0​ |
​Ruby,
​bundler,
​Rubygems hosts the subscription_int
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'subscription_int', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'subscription_int', '~> 0'# Orspec.add_runtime_dependency 'subscription_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 'subscription_int'
in the relevant file.
Package | Version |
| ​1.0.0​ |
​Ruby,
​bundler,
​node, ​
​node_diagram, ​
​diagram_factory_int, ​
​diagram_factory_impl, ​
​subscription_int, ​
version.rb.
'Subscription.subscribable()', 'Subscription.publishable()', 'Subscription.s_instance(subscriber = nil)', 'Subscription.publisher(published = nil)', 'Subscription.update(subject = nil)', 'Subscription.kind_subscription(publisher = nil)', 'Subscription.new()', and constants.
Test coverage.
README.md.
Gem Specification.
​Rubygems hosts the subscription_impl
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'subscription_impl', '~> 1'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'subscription_impl', '~> 1'# Orspec.add_runtime_dependency 'subscription_impl', '~> 1'# ...​end
Then, download and install the package.
$ bundle exec install
​Bundler downloads and installs the package in the appropriate context.
Installation complete, insert require 'subscription_impl'
in the relevant file.
Package | Version |
| ​0.1.0​ |
​Ruby,
​bundler,
​subscription_int, ​
​subscription_impl, ​
​node, ​
​node_diagram, ​
​Rubygems hosts the subscription_comp
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'subscription_comp', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'subscription_comp', '~> 0'# Orspec.add_runtime_dependency 'subscription_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 'subscription_comp'
in the relevant file.
Package | Version |
| ​0.1.0​ |
​Ruby,
​bundler,
​subscription_comp, ​
​node_subscription_int, ​
​node_subscription_impl, ​
​diagram_factory_int, ​
​diagram_factory_impl, ​
​Rubygems hosts the subscription
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'subscription', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'subscription', '~> 0'# Orspec.add_runtime_dependency 'subscription', '~> 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 'subscription'
in the relevant file.