Sha256: efc6ee1ae9aff9012ae43fcadf8dae8453d5110683993c0b04f1b30692acfe4f
Contents?: true
Size: 546 Bytes
Versions: 1
Compression:
Stored size: 546 Bytes
Contents
Gem::Specification.new do |s| s.name = "db-rotator" s.version = "0.0.1" 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.1 | db-rotator.gemspec |