Sha256: 381a9a756e563eb07b2d0ceb4a42b8be8bfacf7b147a7fea443501aee0ff858f

Contents?: true

Size: 932 Bytes

Versions: 2

Compression:

Stored size: 932 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 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', '~> 10.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruboty-mtgcard-0.1.1 ruboty-mtgcard.gemspec
ruboty-mtgcard-0.1.0 ruboty-mtgcard.gemspec