Sha256: edeaf1c6d838428d956006763d32a447aee303293150c5c0f5e2b5adb09a51ec
Contents?: true
Size: 938 Bytes
Versions: 1
Compression:
Stored size: 938 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ruboty/mtgcard/version' Gem::Specification.new do |spec| spec.name = 'ruboty-mtgcard' spec.version = Ruboty::Mtgcard::VERSION spec.authors = ['TAGAWA Takao'] spec.email = ['dounokouno@gmail.com'] spec.summary = 'A Ruboty plugin that returns the MTG card illustration URL.' spec.homepage = 'https://github.com/dounokouno/ruboty-mtgcard' 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_dependency 'ruboty' spec.add_development_dependency 'bundler', '~> 1.15' spec.add_development_dependency 'rake', '~> 13.0.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-mtgcard-0.1.5 | ruboty-mtgcard.gemspec |