scalingo_databases_rake_tasks 0.1.10 → 0.1.11

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: '0924ed88a76b3f23eff86859e42ada5579331c2c'
4
- data.tar.gz: 35aad8839729081c3d7f4e340912de956da7850e
3
+ metadata.gz: '049bddca07a6623594fbe0c81c13da9d2ceb902f'
4
+ data.tar.gz: cd56ed34159b98aa431977b293d6a8a1924500d3
5
5
  SHA512:
6
- metadata.gz: 81b514490cdeb6ecd90d25b8778b6fee3fc4a3acad1a1261539ac71a8864812c7cb17eb26f536c9de4d8b18270c18b5d54b899cff0a1c3fa842a732dcc4c4141
7
- data.tar.gz: 0b9e25f9cf7fe5e5aa70c43afc655f086900baa4b3c4b1d08fc7063fd449aa56071f0bd06bb05dcd257d4a1581090108958f69daf10244efd2f118f3b2282800
6
+ metadata.gz: f4b475aa037c8b28058cdcce8aa8e953688f63cfb324f7737c6b2917aa976a9773f1669290a103bc14aee251fa6b32a10b08b3642bcd8c513e566d041750e59d
7
+ data.tar.gz: de001c799846ff841188677c0c1eacd0922ab7895f8a42d9b0432b0b4716368f25bc67d0fb537112ab51dfbbbb534442be7330b693f2a383ef7f9746b3f042c3
@@ -1,3 +1,7 @@
1
+ ## 0.1.11 (2017-05-29)
2
+
3
+ Fix path problem when compressing data after a mongodb remote backup
4
+
1
5
  ## 0.1.10 (2017-04-25)
2
6
 
3
7
  When extracting mongodb backup in /tmp, no permission to change utime on some system, so doing it in a sur directory
@@ -78,7 +78,7 @@ namespace :scalingo do
78
78
  end
79
79
 
80
80
  [cmd, output].each do |command|
81
- command << " && tar czfh #{archive_name DUMP_NAME} -C #{Dir.tmpdir()} #{DUMP_NAME}"
81
+ command << " && tar czfh #{archive_name DUMP_NAME} #{workdir}"
82
82
  end
83
83
 
84
84
  puts "*** Executing #{output}"
@@ -1,3 +1,3 @@
1
1
  module ScalingoDbTasks
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalingo_databases_rake_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scalingo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-25 00:00:00.000000000 Z
11
+ date: 2017-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 2.5.2
82
+ rubygems_version: 2.6.11
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Perform database related tasks on Scalingo.