capistrano-db-sync 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f2ec3494379fba43498b646d17304cfe6928836
4
- data.tar.gz: 84733b42d3e46da0d3dcd49550d32432c862fff5
3
+ metadata.gz: d1c9cd18b08af220dcea5414d5c4a947c223d6bb
4
+ data.tar.gz: 32ae9194356ffdb7022165dab9983668c3134682
5
5
  SHA512:
6
- metadata.gz: 9cf1ff570aec5ad455b4e3d0b1c501ee6d7e977928ff41dd6f4d720c0b4351e46ec36784ac3fcaca282eb5c41ef8297ed01a67824c756fab1071682904b785dd
7
- data.tar.gz: 558efd414db8da5178f0333f482be792aeb20e51944a156051c3f227643814b476f9a900711a7ad261808f9f37681d11866d69c73ba45153b953333142da2e86
6
+ metadata.gz: e78718114f19a18a0e55f0e74dca83e4bd92798e02b6beee297f71bd402d4b0e7f303bf1042308800c41d904359361d0324db5bacf571e62325ee234131026dd
7
+ data.tar.gz: dabdefa1175834c6f4d87bc4cf050c4fcf5dfa1e80c4e61b71666e10101cd2f204c0184729dced0520b0e94402d8b6fb2244e52c7711229c1ed599e7b0777eab
data/Gemfile CHANGED
@@ -1,6 +1,4 @@
1
- # frozen_string_literal: true
2
- source "https://rubygems.org"
1
+ source 'https://rubygems.org'
3
2
 
4
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5
-
6
- # gem "rails"
3
+ # Specify your gem's dependencies in capistrano-db-sync.gemspec
4
+ gemspec
@@ -1,9 +1,10 @@
1
- lib = File.expand_path("../lib", __FILE__)
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
2
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
4
 
4
5
  Gem::Specification.new do |spec|
5
6
  spec.name = 'capistrano-db-sync'
6
- spec.version = '0.0.11'
7
+ spec.version = '0.0.12'
7
8
  spec.date = Date.today.to_s
8
9
  spec.summary = "Capistrano synchronization databases task"
9
10
  spec.description = "Capistrano synchronization task for syncing databases between the local development environment and different multi_stage environments"
@@ -1,5 +1,3 @@
1
- require File.expand_path(File.dirname(__FILE__) + '/../models/database')
2
-
3
1
  namespace :db do
4
2
 
5
3
  namespace :sync do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-db-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albuisson Stéphane