mina-procodile 1.0.1 → 1.0.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: 7558f9bdbabff192846d05de7eaaed74ec29679f
4
- data.tar.gz: a8b8ae4dc39b2c1f813794cbcb4777712c28e01c
3
+ metadata.gz: 828b592f1db6f4375b3cf8f341c30c38412d1400
4
+ data.tar.gz: 0bda8d238c88dadb05e7827c047d576b269fb419
5
5
  SHA512:
6
- metadata.gz: 77a0e15c885e1010803268669374f5486bc714bce77c8da57273c8d18440f5b568e728f5734879030f8a2830bb4d9bc6394b242f100e9984d7631130c4a5f6ab
7
- data.tar.gz: 80378a6561b9568206a56c47fb51b7e9fa974bcb46d4caadf824f0e4e278d8ab78e0e1766efb4ad8b7c2acebabd9bf7764966a712cefca484efa2bea08a89a35
6
+ metadata.gz: 3cb87d392f7e4ce1c63726b01d5a846f2c604763d55d4eb43892c7b46756fcb44d354455052078717418ea2d1e1dbc1429ab88d98c772a79cbf4179ca6f5e873
7
+ data.tar.gz: 390efbea6c4f71b8080c9b6cbbf9a36468bd72b3096831a7db0c2637fbcef14982f7a9c8d0a2b89b26ba4911a6ffd8e402fd15a4a3dd2226dbf9444e44ab0a39
@@ -26,7 +26,7 @@ namespace :procodile do
26
26
 
27
27
  def procodile_command(command)
28
28
  queue! %[
29
- cd #{current_path} && #{procodile_cmd} #{command} -r #{current_path}
29
+ cd #{fetch(:current_path)}} && #{procodile_cmd} #{command} -r #{fetch(: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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry