cartage-remote 2.0.rc1 → 2.0.rc2

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: a407715cfc69a80ee22680f2bd2596987503a27f
4
- data.tar.gz: aa30045f89581ac22feb52783e326cbfb43c26d0
3
+ metadata.gz: 0a48261f2671fa0daf8d97401b9c997122e6510a
4
+ data.tar.gz: 253103656754eafd0f112dd4f4fbff371939d67b
5
5
  SHA512:
6
- metadata.gz: 790d60ff41276adef303b1b3dac7374a688db17cb3c7db93b32dafcfbb775c3410c8bb41c097ba133ce4baacbf552c2d37f4b7957ceb90756844c1062da2257d
7
- data.tar.gz: 3db9359ef4e88f7fe29e999009c72364518c38671eb4fa55e0dc85505d97cfce33ea1018efc13b31ae9ad04c55a278259c8de2956f0b6ffccf512e22e1b1cb57
6
+ metadata.gz: bf20b7c20608c2963741e245a09752b65fb38cb1eb5d349d07f4c2ca75ead50efa4b1977390ddc9d77c7501711ddf356611b70f134c95b60f80e20eb4500acef
7
+ data.tar.gz: 28d12e6b29203c626982eec35f9428351272ecc8cab316b3196e53fd62ac6f2dd92b6c050cf2dc526ab3171dd13b71df0a1f45c5416d351c6da33a8fa458eb37
@@ -179,7 +179,7 @@ class Cartage
179
179
  # bundle exec cartage build --config-file %{config_file} &&
180
180
  # bundle exec cartage s3 --config-file %{config_file}
181
181
  class Remote < Cartage::Plugin
182
- VERSION = '2.0.rc1' #:nodoc:
182
+ VERSION = '2.0.rc2' #:nodoc:
183
183
 
184
184
  # Build on the remote server.
185
185
  def build
@@ -338,7 +338,7 @@ cd #{paths.build_path} && git checkout #{cartage.release_hashref}
338
338
 
339
339
  def build_remote
340
340
  cartage.display 'Running build script...'
341
- script = make_tmpscript('build', build, subs).path
341
+ script = make_tmpscript('build', build_script, subs).path
342
342
  host.scp.upload(script, user_path(paths.build_script))
343
343
  ssh "cd #{paths.build_path} && #{paths.build_script}"
344
344
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cartage-remote
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.rc1
4
+ version: 2.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-25 00:00:00.000000000 Z
11
+ date: 2016-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cartage