Sha256: 03681601afc67682b979d2ef84d2935134e48a01f21e9cbfd7df8b209824ece3
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.0.2" 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.0.2 | db-rotator.gemspec |