power-rake 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37405fafc2477ff822ea3ecc613cc23a28f7353c
4
- data.tar.gz: 5c159dd4c31fbb0b21062fc8d1e88f902ee69105
3
+ metadata.gz: 5a4db4841c028be91553bd7c1513f1c0b4512ba7
4
+ data.tar.gz: 99e1bbbb0d05b9fbf30ae635904dd7c95fa562fb
5
5
  SHA512:
6
- metadata.gz: d5ebe3638e615906d19480acf128099e1a1d4e8da6c5cb619e2178bff4b8c96cbe9970b528136097eb655e916ea1a1b618e8d49ccfdf5a87f5072727a8cf89c9
7
- data.tar.gz: 317161a8e915e5216dfa673d09713c21c374bdcaf1bd6eae588057ab176e9eb8f16a6cea631acf3b87e2cdbb986a41fdf28d5c627db5532a4e78ec2d36f5610d
6
+ metadata.gz: f470cf2c17882036bbad828464c9c4c60c9b934258bfc09ea016480b4d4e0b4eb1a657068980693e1c97a635b7fd0514820c91e4c7d4c79ca87cdd8739f5037f
7
+ data.tar.gz: c9f65e1b6009ecc3a57ce23c4cf365ac369e623837b5d9e8d223019bbb3d56a855ae89243445c6a44dbe6c20a8bfa486e69c5549c3ba6425cfb79e63ba4aefa4
@@ -21,7 +21,6 @@ end
21
21
  # Prompt before trying a system command
22
22
  # @param [string]
23
23
  def try?(command)
24
- puts command
25
- continue?
24
+ continue? "#{command}\nContinue? (y|n)"
26
25
  try(command)
27
26
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module PowerRake
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: power-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Tulino