Sha256: a63e9cb83c691c1170f499c412ed9b0116c31c1397501bd9352a66b505a43d92
Contents?: true
Size: 813 Bytes
Versions: 1
Compression:
Stored size: 813 Bytes
Contents
Gem::Specification.new do |gem| gem.name = 'capistrano-mongo-sync' gem.version = '0.1.4' gem.date = '2016-06-13' gem.summary = "A tool for keeping local mongo in sync with remote" gem.description = "A tool for keeping local mongo in sync with remote" gem.authors = ["Open Listings Engineering"] gem.email = 'engineering@openlistinggem.com' gem.homepage = 'https://github.com/openlistings/capistrano-mongo-sync' gem.license = 'MIT' gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test)/}) gem.require_paths = ['lib'] gem.add_dependency 'capistrano', '~> 3.1' gem.add_dependency 'sshkit', '~> 1.2' gem.add_development_dependency 'minitest', '~> 5.8' gem.add_development_dependency 'mocha', '~> 1.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-mongo-sync-0.1.4 | capistrano-mongo-sync.gemspec |