Sha256: 72a3184a1de4d9eeced6ad9b7a1246f30313ad3efa09ffdd45ec2fb5d19c4ff1

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

require_relative 'lib/canto/version'

Gem::Specification.new do |spec|
  spec.name = 'canto'
  spec.version = Canto::VERSION
  spec.authors = ['Alexander Merkulov']
  spec.email = ['merkulov@uchi.ru']

  spec.summary = 'Canto is a tool to run non-blocking ruby programs, like pubsub.'
  spec.description = 'Canto has simple IO.pipe interface, watching for signals, makes your non-blocking running.'
  spec.homepage = 'https://github.com/merqloveu/canto'
  spec.license = 'MIT'
  spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/merqloveu/canto'

  spec.files = %w[canto.gemspec README.md CODE_OF_CONDUCT.md LICENSE.txt] + `git ls-files | grep -E '^(bin|lib)'`.split("\n")

  spec.executables = ['canto']
  spec.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
canto-0.1.8 canto.gemspec
canto-0.1.7 canto.gemspec