Sha256: e95c55e3c5822e7758098153795512cf51a67104d61b8921bac4852ea1705c0d
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "informator/version" Gem::Specification.new do |gem| gem.name = "informator" gem.version = Informator::VERSION.dup gem.author = "Andrew Kozin" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/informator" gem.summary = "Implementation of publish/subscribe design pattern" gem.license = "MIT" gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) gem.test_files = Dir["spec/**/*.rb"] gem.extra_rdoc_files = Dir["README.md", "LICENSE"] gem.require_paths = ["lib"] gem.required_ruby_version = "~> 2.1" gem.add_runtime_dependency "equalizer", "~> 0.0" gem.add_runtime_dependency "ice_nine", "~> 0.11" gem.add_development_dependency "hexx-rspec", "~> 0.5" end # Gem::Specification
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
informator-0.1.0 | informator.gemspec |