capmagento 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: 21575c6c58bbaf06be70465467a91dbf74fa82dc
4
- data.tar.gz: 258e3a9c6ac35628826125d1c7ed9876cd9daeeb
3
+ metadata.gz: d610e6bccd83ed7c9f6c2ca236c503466a67aaf1
4
+ data.tar.gz: 01c220f39442a35f39b0fde6a46d2276bbacd308
5
5
  SHA512:
6
- metadata.gz: 25c5faa7afa68ad282ea6d94c127962d4fe3aedbc9553da67f1e05b11d262b03c6c641c907e7565735db7539853e39d84ece9645ae434656a4ade30d4e65b89e
7
- data.tar.gz: f02ab18651526fa76ac62d3bbf0a6b014bdecff39a94e5bd55fea38047cc47f5f7254d47b00834f3ff67269a25ed9f686ee6062084d1ee1134b118015e13c9ec
6
+ metadata.gz: 26347e7bc587ccca22ee63e731d5916df5af663cf78769671a76b3106349b500100e4885218593093c301820fa08ac228c06ba90044274c8940363efe155df8a
7
+ data.tar.gz: 152de69ff4c54b98145876d9e645e707d66d2ee12755239a0999ae51d3e527e52efb20f74287086e8898719c49ae768c6b6a21ae1d63d72623ca77475caa2fb7
data/README.md CHANGED
@@ -23,6 +23,10 @@ Install the depencies
23
23
 
24
24
  $ bundle install
25
25
 
26
+ Add it to the Capfile:
27
+
28
+ require 'capistrano/magento'
29
+
26
30
  Use capistrano through bundle
27
31
 
28
32
  $ bundle exec cap mage:cc
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'capmagento'
8
- spec.version = '1.0.1'
8
+ spec.version = '1.0.2'
9
9
  spec.license = 'MIT'
10
10
  spec.authors = [ "Sandor Czettner" ]
11
11
  spec.email = 'sandor@czettner.hu'
@@ -0,0 +1 @@
1
+ load File.expand_path('../tasks/magento.cap', __FILE__)
@@ -1 +0,0 @@
1
- load File.expand_path('../capistrano/tasks/magento.rake', __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capmagento
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
  - Sandor Czettner
@@ -68,7 +68,8 @@ files:
68
68
  - LICENSE.txt
69
69
  - README.md
70
70
  - capmagento.gemspec
71
- - lib/capistrano/tasks/magento.rake
71
+ - lib/capistrano/magento.rb
72
+ - lib/capistrano/tasks/magento.cap
72
73
  - lib/capmagento.rb
73
74
  homepage: https://github.com/czettnersandor/capmagento
74
75
  licenses: