Sha256: 5c02988c42325e5dd64e5ae484a773f458df3ffe0b971b59daf846a4080b13a3

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name        = 'capistrano-db-sync'
  spec.version     = '0.0.14'
  spec.date        = Date.today.to_s
  spec.summary     = "Capistrano synchronization databases task"
  spec.description = "Capistrano synchronization task for syncing databases between the local development environment and different multi_stage environments"
  spec.authors     = ["Albuisson Stéphane"]
  spec.email       = 'stephane.albuisson@gmail.com'
  spec.files       = `git ls-files`.split("\n")
  spec.homepage    = 'http://www.stephane-albuisson.com'
  spec.license     = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.require_paths = ["lib"]

  spec.add_dependency 'capistrano', '~> 3.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-db-sync-0.0.14 capistrano-db-sync.gemspec