tapsoob 0.1.31 → 0.1.32

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: 1d21a299668b26689f306c0c696af160b390083b
4
- data.tar.gz: 811f3ad854564aa13cdff09699355e1b1204424e
3
+ metadata.gz: cfad7dad6429bacb6722294a48e47bfcd359ce74
4
+ data.tar.gz: 942f713ada3846ae429156b5b2fe5c897327fe62
5
5
  SHA512:
6
- metadata.gz: d0dfc06f57aad04b08ad28835dbe6b8c4b86b13166897fcd18a7ee848acf670fbb3e7a28cbebbf2bd29407156fd7b39f5f834816bf3b7532cb5793ee95889913
7
- data.tar.gz: e30b0f40c83f4d84082b0b909a78525b84d41fb18c4db55b7192016b2dbaddd40128b4554bf05d7359c90a162ad16cd8581973443c1b63b6b08560be2655fcf3
6
+ metadata.gz: 44c4bdb61d933f85cdedad547bb1997a430a5da19ba9a9fc4da00fa842582143a0745b2db47a8f43b5039f82abc546f19fea0e09279856ffcb702ec8b865e8d9
7
+ data.tar.gz: c4547babbf596f431c5ee5eeb8457b839b14e8d7ab5715c537ca64415519cb238b2b31edc29c25b9740bca3d51d55397ba36c7cd4b7c1b81790dec57b5fe1472
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Tapsoob
3
- VERSION = "0.1.31".freeze
3
+ VERSION = "0.1.32".freeze
4
4
  end
@@ -30,7 +30,7 @@ namespace :tapsoob do
30
30
 
31
31
  # In case a timestamp argument try to use it instead of using the last dump
32
32
  dump_path = dumps.last
33
- unless args[:timestamp].empty?
33
+ unless args[:timestamp].nil?
34
34
  timestamps = dumps.map { |dump| File.basename(dump) }
35
35
 
36
36
  # Check that the dump_path exists
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapsoob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Félix Bellanger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-19 00:00:00.000000000 Z
12
+ date: 2016-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel