Sha256: 6632356bf84c9ae3888b5b5fa3758eed460026daac9db74451834290289fbd10

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'protonbot/relay'

Gem::Specification.new do |spec|
  spec.name          = "protonbot-relay"
  spec.version       = ProtonBot::Relay::VERSION
  spec.authors       = ["Nickolay Ilyushin"]
  spec.email         = ["nickolay02@inbox.ru"]

  spec.summary       = 'Relays for ProtonBot'
  spec.description   = 'Relays for ProtonBot'
  spec.homepage      = 'https://github.com/handicraftsman/ProtonBot-Relay'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.13'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_runtime_dependency 'protonbot', '>= 0.3.7'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
protonbot-relay-0.1.1 protonbot-relay.gemspec
protonbot-relay-0.1.0 protonbot-relay.gemspec