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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 983a35e22a9786b5df843d355803ab0a3a94b34e
4
- data.tar.gz: 6761b4921a38d1ababb99c947d6cfd1f9ed45adc
3
+ metadata.gz: 1b8acc3934a669bb5dbd0a8c3f525c9fa1eabfc5
4
+ data.tar.gz: 68b3ec8937b783a8d49b428eb8565052d2b7d3dc
5
5
  SHA512:
6
- metadata.gz: 7ea3bc12b35882a36f6b68320ec0801a8e581a7a029edd0db025f48298964e08f3937b66342814a1bd09d7fc710fbb7780047135dc183673985bbf5d1a9d3285
7
- data.tar.gz: a4df1670b5b24a3b3dc75d25714cbdd6f26a8360f62efd1e40f65f41967ce3a5dea67148b98e0d84c8d187ee9d2675ee179966afee55762f0d54ef53a3c6e73b
6
+ metadata.gz: 3aa14b71cffeed3b878e19bd9572df687ec04c51289030d1a3200be912363736e03e90e9621a2e9c84ed1f1e61d76ecca6ea3a07ba1d67713187ca01d24534ac
7
+ data.tar.gz: 052455af5c3828406b45e6e7d2d32d5ffb9d6ecdde23507f48549e61165aeb316751f2cddbb8ea9764ce2f4f24e052a5d235ca98728260740fc3b11a4db5baae
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## 1.0.3 (07 Dec 2016)
2
+
3
+ BUG FIXES:
4
+
5
+ * #2 / #3 Update URL for n98-magerun.phar to pull in the latest version.
@@ -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://raw.github.com/netz98/n98-magerun/master/n98-magerun.phar" -O bin/n98-magerun.phar'
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
@@ -1,7 +1,7 @@
1
1
  module Hem
2
2
  module Tasks
3
3
  module Magento1
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
6
6
  end
7
7
  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.1
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-05-27 00:00:00.000000000 Z
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