capistrano-magerun 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 +4 -4
- data/capistrano-magerun.gemspec +1 -1
- data/lib/magerun/tasks/magerun.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 790bb6b4a30b5e406603ff3257ae369adcf7406b
|
4
|
+
data.tar.gz: 0bb1637635a270e7bb17a41f65a9cd6b75733b20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2176451c0e8997fb440753a4f04188a95404b09a5e73fcc73aa35cfeb2a4b29c16ede2cfb5e669f59dfb15b68526abe12ae3f87f69717d2bf96e8a944eded2d1
|
7
|
+
data.tar.gz: f3c383e395f9b1751959889819842fdc4db95981c1ebc8bd56ed5f586e0848aeac1d747fd398fcd525755055bc85e8e481a798726dc87b76a64b88d5da06bb7d
|
data/capistrano-magerun.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'capistrano-magerun'
|
7
|
-
spec.version = '0.1.
|
7
|
+
spec.version = '0.1.3'
|
8
8
|
spec.authors = 'Robert Coleman'
|
9
9
|
spec.email = 'github@robert.net.nz'
|
10
10
|
spec.description = %q{n98-magerun support for Capistrano 3.x}
|
@@ -12,7 +12,7 @@ namespace :magerun do
|
|
12
12
|
on roles fetch(:magerun_roles) do
|
13
13
|
within shared_path do
|
14
14
|
unless test '[', '-e', 'n98-magerun.phar', ']'
|
15
|
-
execute :curl, '--insecure', '-s', '-o', 'n98-magerun.phar', fetch(:magerun_download_url)
|
15
|
+
execute :curl, '--insecure', '-s', '-o', 'n98-magerun.phar', '-L', fetch(:magerun_download_url)
|
16
16
|
execute :chmod, '+x', 'n98-magerun.phar'
|
17
17
|
end
|
18
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-magerun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Coleman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|