Sha256: 9f3a075e9d8b2b17f1c300c8db900f03a014cea905ff1e7bbcd5e60736672743

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'cinch/plugins/dicebag/version'

Gem::Specification.new do |gem|
  gem.name          = "cinch-dicebag"
  gem.version       = Cinch::Dicebag::VERSION
  gem.authors       = ["Brian Haberer"]
  gem.email         = ["bhaberer@gmail.com"]
  gem.description   = %q{Cinch Plugin that allows uses in the channel to roll specific dice or roll a random assortment of dice to compete for high scores.}
  gem.summary       = %q{Cinch Plugin: Dicebag and Dice rolls}
  gem.homepage      = "https://github.com/bhaberer/cinch-dicebag"

  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 'cinch', '>= 2.0.0'
  gem.add_dependency 'time-lord', '1.0.1'
  gem.add_dependency 'cinch-cooldown'
  gem.add_dependency 'cinch-storage'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cinch-dicebag-0.0.2 cinch-dicebag.gemspec
cinch-dicebag-0.0.1 cinch-dicebag.gemspec