Sha256: 18d8c7caab2fa363ef400029c663ed2d4f0dcd5a1d67d3acbd7274134dfb72e6
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cinch-cooldown/version' Gem::Specification.new do |gem| gem.name = "cinch-cooldown" gem.version = Cinch::Cooldown::VERSION gem.authors = ["Brian Haberer"] gem.email = ["bhaberer@gmail.com"] gem.description = %q{This gem allows you to set a shared timer across plugins that are configured to respect it.} gem.summary = %q{Global Cooldown tracker for Cinch Plugins} gem.homepage = "https://github.com/bhaberer/cinch-cooldown" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency('time-lord', '>= 1.0.1') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cinch-cooldown-1.0.0 | cinch-cooldown.gemspec |