Sha256: 06262a3a87c73fafec1f16931b5d525f41886bf58527c884e07c9c1d80fd13a2

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "db-rotator"
  s.version     = "0.1.0"
  s.summary     = "Easy MySQL database rotation and pruning"
  s.description = "Easy MySQL database rotation and pruning"
  s.authors     = ["Michael Nelson"]
  s.email       = "michael@nelsonware.com"
  s.executables << "db-rotator"
  s.files       = `git ls-files`.split
  s.test_files  = `git ls-files -- test/*`.split
  s.homepage    = "https://github.com/mcnelson/db-rotator"
  s.license     = "LGPL-2.0"

  s.add_development_dependency  'minitest'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
db-rotator-0.1.0 db-rotator.gemspec