Sha256: 18283161a416ef8cb5f4d52f6a963a1760277c2ae548bb592bdfa399b5330a93
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ruboty/reinvite/version' Gem::Specification.new do |spec| spec.name = "ruboty-reinvite" spec.version = Ruboty::Reinvite::VERSION spec.authors = ["tbpgr"] spec.email = ["tbpgr@tbpgr.jp"] spec.summary = %q{An Ruboty Handler + Actions to kick and invite bot to Slack Channel.} spec.description = %q{An Ruboty Handler + Actions to kick and invite bot to Slack Channel.} spec.homepage = "https://github.com/tbpgr/ruboty-reinvite" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "ruboty" spec.add_runtime_dependency "slack-api" spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-reinvite-0.1.0 | ruboty-reinvite.gemspec |