Sha256: 5a057c4413fbe889806ad5d7d5415e8e47f8af886414b7f536f895d667bc5ad9
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mournmail/version' Gem::Specification.new do |spec| spec.name = "mournmail" spec.version = Mournmail::VERSION spec.authors = ["Shugo Maeda"] spec.email = ["shugo@ruby-lang.org"] spec.summary = "A message user agent for Textbringer." spec.description = "A message user agent for Textbringer." spec.homepage = "https://github.com/shugo/mournmail" 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_runtime_dependency "textbringer" spec.add_runtime_dependency "mail" spec.add_runtime_dependency "mail-iso-2022-jp" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mournmail-0.1.1 | mournmail.gemspec |
mournmail-0.1.0 | mournmail.gemspec |