Sha256: e4670e1f7cdfad6c1e96effb5c9f78c5ef528a61324a49ef6c72f6ab7cee3cd1

Contents?: true

Size: 1.07 KB

Versions: 17

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'postfix_status_line/version'

Gem::Specification.new do |spec|
  spec.name          = 'postfix_status_line'
  spec.version       = PostfixStatusLine::VERSION
  spec.authors       = ['Genki Sugawara']
  spec.email         = ['sgwr_dts@yahoo.co.jp']

  spec.summary       = %q{Postfix Status Line Log Parser implemented by C.}
  spec.description   = %q{Postfix Status Line Log Parser implemented by C.}
  spec.homepage      = 'https://github.com/winebarrel/postfix_status_line'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib', 'ext']
  spec.extensions    = 'ext/extconf.rb'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'rake-compiler'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
postfix_status_line-0.2.8 postfix_status_line.gemspec
postfix_status_line-0.2.7 postfix_status_line.gemspec
postfix_status_line-0.2.6 postfix_status_line.gemspec
postfix_status_line-0.2.5 postfix_status_line.gemspec
postfix_status_line-0.2.4 postfix_status_line.gemspec
postfix_status_line-0.2.3 postfix_status_line.gemspec
postfix_status_line-0.2.2 postfix_status_line.gemspec
postfix_status_line-0.2.1 postfix_status_line.gemspec
postfix_status_line-0.2.0 postfix_status_line.gemspec
postfix_status_line-0.1.7 postfix_status_line.gemspec
postfix_status_line-0.1.6 postfix_status_line.gemspec
postfix_status_line-0.1.5 postfix_status_line.gemspec
postfix_status_line-0.1.4 postfix_status_line.gemspec
postfix_status_line-0.1.3 postfix_status_line.gemspec
postfix_status_line-0.1.2 postfix_status_line.gemspec
postfix_status_line-0.1.1 postfix_status_line.gemspec
postfix_status_line-0.1.0 postfix_status_line.gemspec