Sha256: 57cd8f3ebf4b1320e33b9bb6c52026e6a2df6991d38dddc23de3664745bbd072
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cinch/plugins/pax-timer/version' Gem::Specification.new do |gem| gem.name = "cinch-pax-timer" gem.version = Cinch::Plugins::PaxTimer::VERSION gem.authors = ["Brian Haberer"] gem.email = ["bhaberer@gmail.com"] gem.description = %q{Cinch plugin that allows users to see the relative time till the various PAX events} gem.summary = %q{Cinch Plugin that acts as a PAX countdown} gem.homepage = "https://github.com/bhaberer/cinch-pax-timer" 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_development_dependency 'rake' gem.add_development_dependency 'rspec' gem.add_development_dependency 'coveralls' gem.add_development_dependency 'cinch-test' gem.add_dependency 'cinch-cooldown', '~> 1.0.1' gem.add_dependency 'cinch-toolbox', '~> 1.0.3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cinch-pax-timer-1.0.2 | cinch-pax-timer.gemspec |
cinch-pax-timer-1.0.1 | cinch-pax-timer.gemspec |