capsum 1.1.0 → 1.1.1

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: 25710bb189d3cbee3e3930fa820866f211cd2daf
4
- data.tar.gz: d341bf0cb34b32dd3ed63b0dac5c118f245e7f66
3
+ metadata.gz: e423bc5411c8db8d075262e171f3d2ad66806dc3
4
+ data.tar.gz: 4b153b8d50a6baf7d2d3a0a90899ff9dca0123d7
5
5
  SHA512:
6
- metadata.gz: b33875284c5c307f39837cee76ac6a89e83ee1e9c39ebdcd3c3e866074c4f1abb74a3227101e6f823fa41437d8ac621da39283b2d61c6967d1b83bee1cc15d80
7
- data.tar.gz: ab11757575e9e48dde39d8c445aed3dec9931e9018c44e49f2f129578178e8ab70e3cbb67d02d4142f9e51abf3cc8a8f0179139055c7ab175af37133cd8d92f3
6
+ metadata.gz: a91b9fba3985222b578c8303eadc73c97d046ff097f71ecc638030001d11d38cab36fe4640fa2a9d65df22685fd16209b42d99e1858bee96437f690c1ba9a1d3
7
+ data.tar.gz: 2bb6e06789cacda392db6749dd1ac132916ae8da2d5da84fbf4052e098d3d6cb68b7358faa2ae61e38070e276df8d150143b73bf397f1b5de44745d88370f674
@@ -6,7 +6,7 @@ class Capsum::Rsync < Capistrano::SCM::Plugin
6
6
  set_if_empty :rsync_copy, "rsync --archive --acls --xattrs"
7
7
 
8
8
  # Stage is used on your local machine for rsyncing from.
9
- set_if_empty :rsync_stage, "tmp/deploy"
9
+ set_if_empty :rsync_stage, File.join(Dir.tmpdir, "capsum", Dir.pwd)
10
10
 
11
11
  # Cache is used on the server to copy files to from to the release directory.
12
12
  set_if_empty :rsync_cache, "shared/deploy"
@@ -1,4 +1,4 @@
1
1
  module Capsum
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  CAPISTRANO_SIDEKIQ_REQUIREMENT = "~> 0.10.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capsum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunteya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-12 00:00:00.000000000 Z
11
+ date: 2017-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano