handy 0.0.31 → 0.0.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: fa34136f66eff008da041fc07f5b1125bfaf39ff
4
- data.tar.gz: 823b2b60f4fff1fdd5217bdbce02648a2cffbe80
3
+ metadata.gz: 92305690428bf2959b120b14cf8756f5ec32fed0
4
+ data.tar.gz: 06f30382847162dd038d57ce9fcd89aa76d0b135
5
5
  SHA512:
6
- metadata.gz: d13707d788c8c7e634ad344e1cb1ae864fc55e65f30f73f21d8c31ccdbb02402459995e02148b5fad113d36ac3529660a72d003739f3ea593bf5d4c5523b9a77
7
- data.tar.gz: d3f029c650b35fa92790dc4c6ed288ab7535b2d0e516e0f50368294a775d0dac9296bba8953eb99845608ca0c38264c7505fd1aa82ccf1624375188e98f86336
6
+ metadata.gz: 61af82e30a45a9f79ddbec6f119e4e2d5e3e72e2f457fd1308046245fde30ba5280eaf0c869097e96ab1a085b3e0558643ba0c39049883a0c2bd5c8d6306b81f
7
+ data.tar.gz: 15750e20d1a5b68508f00b2d657110ede13ad697f0e7b12f53bda5bf4717c62b87e7bb954891cd8abf9a69555e9b4e2707bacdf450cb8bb1b320cd5f2476f167
@@ -1,6 +1,6 @@
1
1
  def execute(cmd)
2
2
  puts cmd
3
- system cmd
3
+ #system cmd
4
4
  end
5
5
 
6
6
  namespace :handy do
@@ -26,6 +26,8 @@ namespace :handy do
26
26
 
27
27
  desc "Take snapshot of production db and copy production data to development"
28
28
  task :prod2development, :app do |t, args|
29
+ puts "Execute following commands on your terminal"
30
+ puts ""
29
31
  export2local "#{heroku_app_name(t, args)}-production"
30
32
  end
31
33
 
@@ -1,3 +1,3 @@
1
1
  module Handy
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh