mina-procodile 1.0.0 → 1.0.1

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: c379cbf771e51a2a9456862450ae26fdf7e9a077
4
- data.tar.gz: 6cb90250edcf299954aa990b3e806ab54e095d74
3
+ metadata.gz: 7558f9bdbabff192846d05de7eaaed74ec29679f
4
+ data.tar.gz: a8b8ae4dc39b2c1f813794cbcb4777712c28e01c
5
5
  SHA512:
6
- metadata.gz: 87d3065cb53c7167997ed6b3409d5c14f8d904300def8b40f39619c19b3562512c22dd71055d911e430d5a74d91d84b611ccb592d38f240fa710dde2123a2288
7
- data.tar.gz: c042160ef7419e8291ac0fd2cab1b9beac62698410f04c8cb7c1d9ad37367d4417c41d5f19736c743990584c9f2c99c6773d5cba2bfd55e9f093bce09538d0f7
6
+ metadata.gz: 77a0e15c885e1010803268669374f5486bc714bce77c8da57273c8d18440f5b568e728f5734879030f8a2830bb4d9bc6394b242f100e9984d7631130c4a5f6ab
7
+ data.tar.gz: 80378a6561b9568206a56c47fb51b7e9fa974bcb46d4caadf824f0e4e278d8ab78e0e1766efb4ad8b7c2acebabd9bf7764966a712cefca484efa2bea08a89a35
@@ -26,7 +26,7 @@ namespace :procodile do
26
26
 
27
27
  def procodile_command(command)
28
28
  queue! %[
29
- cd #{deploy_to}/#{current_path} && #{procodile_cmd} #{command} -r #{current_path}
29
+ cd #{current_path} && #{procodile_cmd} #{command} -r #{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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Mina scripts for controlling Procodile
41
+ description: Mina tasks for controlling Procodile
42
42
  email:
43
43
  - dean@voupe.com
44
44
  executables: []
@@ -70,5 +70,5 @@ rubyforge_project:
70
70
  rubygems_version: 2.5.1
71
71
  signing_key:
72
72
  specification_version: 4
73
- summary: Mina scripts for controlling Procodile
73
+ summary: Mina tasks for controlling Procodile
74
74
  test_files: []