rumination 0.11.1 → 0.11.2

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: 3e359b4da0319db806258c68cd5e678fb50a5d95
4
- data.tar.gz: 678c7f592d31f53106f148b2ab762f516885045e
3
+ metadata.gz: c697c9a515369c7cdf529b4b34fc65663914701e
4
+ data.tar.gz: 8b78578de7305931bbd20889c5bcca32791dbe95
5
5
  SHA512:
6
- metadata.gz: c941317b0cfc9a453cd02f31218097dabea777340686b8c5d2b046e0a015640c47505f50f12bcdcd132e9e6a7316d9a75603866f345acdd55d3beb8fa39c9484
7
- data.tar.gz: 6ef0f4f341ba01b61aa8e560dc75c49687437fcb5dec21c0232b26e725af7b9b185475367623b3c7b4abb5d9a5cc754ecba8af843fc342e2a0c6321a1a8e50e8
6
+ metadata.gz: 7c7a312fe74f12c0c8bb5473d01a4244b5d8b846770420e2d0bb2faa8dbdf8e0417a2eec205771a3c472ae0b9befe56837ff3fc8d69e98150aef195b1f8a9396
7
+ data.tar.gz: 644275eebec0d3b8f685e5e41f28f07b69b0b9aa320098add154c00dfa7e876a5b053abfdffa04e55119c1fc0dd0154edc2b0661daa57f96b6101d9ae0089900
@@ -10,7 +10,7 @@ namespace :deploy do
10
10
  end
11
11
 
12
12
  namespace :bootstrap do
13
- task :undo, [:target] => %w[confirm_undo] do |t, args|
13
+ task :undo, [:target] => %w[confirm_undo start_undo] do |t, args|
14
14
  require "rumination/deploy"
15
15
  args.with_defaults target: :development
16
16
  begin
@@ -20,10 +20,12 @@ namespace :deploy do
20
20
  end
21
21
  end
22
22
 
23
- task :confirm_undo, [:target] do |t, args|
23
+ task :confirm_undo do |t, args|
24
24
  require "highline/import"
25
25
  question = "Do you really want to undo the bootstrap (database will be dropped)?"
26
26
  abort("Bootstrap undo canceled, you didn't mean it") unless agree(question)
27
27
  end
28
+
29
+ task :start_undo, [:target]
28
30
  end
29
31
  end
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski