mina-procodile 1.0.2 → 1.0.4

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: 828b592f1db6f4375b3cf8f341c30c38412d1400
4
- data.tar.gz: 0bda8d238c88dadb05e7827c047d576b269fb419
3
+ metadata.gz: 8a43f8c5d10fba6998c20e0d68dd89fe9e588150
4
+ data.tar.gz: 04f7f3ad6eac63093cdc6a779ff757603ca0399e
5
5
  SHA512:
6
- metadata.gz: 3cb87d392f7e4ce1c63726b01d5a846f2c604763d55d4eb43892c7b46756fcb44d354455052078717418ea2d1e1dbc1429ab88d98c772a79cbf4179ca6f5e873
7
- data.tar.gz: 390efbea6c4f71b8080c9b6cbbf9a36468bd72b3096831a7db0c2637fbcef14982f7a9c8d0a2b89b26ba4911a6ffd8e402fd15a4a3dd2226dbf9444e44ab0a39
6
+ metadata.gz: 331bbcacf311c8727ab4960b65579c9ff5e4d5ef93d19f8c396b7dc62c6947a05f90555417be3ce17b4054713276cec78a669fbe484e58c90ec8642f3f582a94
7
+ data.tar.gz: cf6d4ef8bbf608abfe3b72491061c50832155ffd0bb34938eacf50ea892b3cff5abb5adc669128c36ecb61e7fe7c892928f1e65442a4493655da2c076df18bc9
@@ -26,7 +26,7 @@ namespace :procodile do
26
26
 
27
27
  def procodile_command(command)
28
28
  queue! %[
29
- cd #{fetch(:current_path)}} && #{procodile_cmd} #{command} -r #{fetch(:current_path)}}
29
+ #{procodile_cmd} #{command} -r #{deploy_to}/#{current_path}
30
30
  ]
31
31
  end
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-procodile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry