Sha256: a33b884a36baefbaa9385d9cb1d91e4956b3d4045cf59dfa93a7ac39b1d31148

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 Bytes

Contents

Gem::Specification.new { |gem|
  gem.name = 'panoptimon-collector-mysql_status'
  gem.version = '0.1.0'
  gem.summary = 'collect information from MySQL'
  gem.description = 'collect information from MySQL for use by panoptimon'
  gem.authors = ['Eric Wilhelm']
  gem.email   = "sysops@sourcefire.com"
  gem.homepage = "https://github.com/synthesist/panoptimon"
  gem.license = 'bsd' # The (three-clause) BSD License
  gem.files   = `git ls-files`.split($\)
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

  gem.add_dependency 'panoptimon', '~> 0.1.0'
  gem.add_dependency 'mysql'
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
panoptimon-collector-mysql_status-0.1.0 panoptimon-collector-mysql_status.gemspec