capistrano-forkcms 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e3d5218ecf25f6fa755cdbdcad65fef6e8faacd
4
- data.tar.gz: 06565c3200ea9d18bfd63012af2be9fc9b1dfb43
3
+ metadata.gz: 1cbeace749aab6719de0cb6265d7bb6d0f16ce75
4
+ data.tar.gz: adbad68db7dbe231a41a0e51c7ecfcffe0978d5b
5
5
  SHA512:
6
- metadata.gz: 0a41327b3e69cb099c707958cea7ad797c617f0cc3dc6aa7ce54919d70c63a346bea30db733f0dc37f05eecc6e0860308ca05a6dfa8e53c1db1885b9cfdd9029
7
- data.tar.gz: 13f91fd170b443bf0af7dce4ca1852e3b3c8ad69193b20195a14b1490d0ceb21923d9d276fac7d6ab1fe53a19a2b6a696ae125c73907047d7439fc4a89dc7d91
6
+ metadata.gz: e9630a72c93b4a54c0579d95c209952723974fe12ec4fe6d50c994d13cf71a663eca3f3fc3f75ff3c94df5fa942fa14c316658d5687a206351a24cfcbaff3d4f
7
+ data.tar.gz: c53fe431936772ff03e000b8412a4d255ff4d2532ac9dc0ddfb7d1faa4743f17b80e57b763c80b616761abb772d5d8d5743280c90df48c545157e69b6babf2ea
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Forkcms
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.3'
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ namespace :forkcms do
9
9
  if test("[ -L #{fetch :document_root} ]") && capture("readlink -- #{fetch :document_root}") == "#{current_path}/"
10
10
  # all is well, the symlink is correct
11
11
  elsif test("[ -d #{fetch :document_root} ]") || test("[ -f #{fetch :document_root} ]")
12
- error 'Document root #{fetch :document_root} already exists.'
12
+ error "Document root #{fetch :document_root} already exists."
13
13
  error 'To link it, issue the following command:'
14
14
  error "ln -sf #{current_path}/ #{fetch :document_root}"
15
15
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-forkcms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tijs Verkoyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-26 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler