hem-tasks-magento1 1.0.1 → 1.0.2
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/CHANGELOG.md +5 -0
- data/lib/hem/tasks/magento1/tools.rb +1 -1
- data/lib/hem/tasks/magento1/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b8acc3934a669bb5dbd0a8c3f525c9fa1eabfc5
|
4
|
+
data.tar.gz: 68b3ec8937b783a8d49b428eb8565052d2b7d3dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aa14b71cffeed3b878e19bd9572df687ec04c51289030d1a3200be912363736e03e90e9621a2e9c84ed1f1e61d76ecca6ea3a07ba1d67713187ca01d24534ac
|
7
|
+
data.tar.gz: 052455af5c3828406b45e6e7d2d32d5ffb9d6ecdde23507f48549e61165aeb316751f2cddbb8ea9764ce2f4f24e052a5d235ca98728260740fc3b11a4db5baae
|
data/CHANGELOG.md
ADDED
@@ -2,7 +2,7 @@ namespace :tools do
|
|
2
2
|
desc "Fetches the n98-magerun utility"
|
3
3
|
task :n98magerun do
|
4
4
|
FileUtils.mkdir_p "bin"
|
5
|
-
run '"wget" --no-check-certificate "https://
|
5
|
+
run '"wget" --no-check-certificate "https://files.magerun.net/n98-magerun.phar" -O bin/n98-magerun.phar'
|
6
6
|
FileUtils.chmod 0755, "bin/n98-magerun.phar"
|
7
7
|
end
|
8
8
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hem-tasks-magento1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Thompson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -46,6 +46,7 @@ extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
48
|
- ".gitignore"
|
49
|
+
- CHANGELOG.md
|
49
50
|
- Gemfile
|
50
51
|
- README.md
|
51
52
|
- Rakefile
|