magentify 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  Once you have run `magentify` on your project it will add a Capfile and deploy.rb configuration file
16
16
 
17
- ``` ruby config/deploy.rb
17
+ ```ruby
18
18
  set :application, "magento"
19
19
  set :domain, "#{application}.com"
20
20
  set :deploy_to, "/var/www/#{domain}"
@@ -48,7 +48,7 @@ For detailed information about how to configure and use Capistrano for deploymen
48
48
 
49
49
  ## Contributing
50
50
 
51
- 1. Fork it
51
+ 1. [Fork it](https://github.com/alistairstead/Magentify/fork_select)
52
52
  2. Create your feature branch (`git checkout -b my-new-feature`)
53
53
  3. Create a cucumber scenario to describe your feature
54
54
  4. Add the steps to test the functionality
data/lib/mage.rb CHANGED
@@ -31,10 +31,10 @@ namespace :mage do
31
31
  DESC
32
32
  task :setup, :roles => [:web, :app], :except => { :no_release => true } do
33
33
  if app_shared_dirs
34
- app_shared_dirs.each { |link| run "#{try_sudo} mkdir -p #{shared_path}#{link} && chmod g+w #{shared_path}#{link}"}
34
+ app_shared_dirs.each { |link| run "#{try_sudo} mkdir -p #{shared_path}#{link} && #{try_sudo} chmod g+w #{shared_path}#{link}"}
35
35
  end
36
36
  if app_shared_files
37
- app_shared_files.each { |link| run "#{try_sudo} touch #{shared_path}#{link} && chmod g+w #{shared_path}#{link}" }
37
+ app_shared_files.each { |link| run "#{try_sudo} touch #{shared_path}#{link} && #{try_sudo} chmod g+w #{shared_path}#{link}" }
38
38
  end
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module Magentify
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magentify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-12 00:00:00.000000000 Z
12
+ date: 2012-03-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
16
- requirement: &70222656570860 !ruby/object:Gem::Requirement
16
+ requirement: &70286162836900 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 2.5.10
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70222656570860
24
+ version_requirements: *70286162836900
25
25
  description: An extension to Capistrano to deploy Magento. Adding the specific requirements
26
26
  and additional tasks.
27
27
  email: