unfold 1.1.1 → 1.1.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 +4 -4
- data/bin/uf +1 -1
- data/lib/unfold.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7127587416ed13cadbd5460493f6a221271e3a0e
|
|
4
|
+
data.tar.gz: 68b8c3511abef49baa24bebcb8677f067ba8cb60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b53af4bdc08f60d239820819b9e215c207815d7232622eb0942a5027ee208c4808f286dd903475c7c768a40bc1160c7eb1234ac5452f01775d862a7e3fbab33f
|
|
7
|
+
data.tar.gz: 8401d4d3bd976c6577993bd7f59abad5ee5fbe8ef23c937343c807d07e85544d3b3a39849db79c71f5d92a6af023ff94f6be327cbeedc645dda4eb39240275ce
|
data/bin/uf
CHANGED
|
@@ -42,7 +42,7 @@ commands & options:
|
|
|
42
42
|
both Does both local and remote setup
|
|
43
43
|
teardown Removes all traces of Unfold from any servers in config/unfold.rb
|
|
44
44
|
local Removes local setup
|
|
45
|
-
|
|
45
|
+
remote Removes logs and repo in ~/.unfold on any servers in config/unfold.rb
|
|
46
46
|
both Remotes local and remote setup
|
|
47
47
|
rollback Rolls back the deployment repo to a revision using
|
|
48
48
|
<revision> The revision SHA1 hash to rollback to\n}
|
data/lib/unfold.rb
CHANGED
|
@@ -41,7 +41,7 @@ deploy() {
|
|
|
41
41
|
git pull origin master > /dev/null 2> /dev/null
|
|
42
42
|
echo "\rUNFOLD: Deployed $newrev"
|
|
43
43
|
if [ -f config/unfold_postdeploy.rb ]; then
|
|
44
|
-
bash -lc "ruby config/unfold_postdeploy.rb"
|
|
44
|
+
bash -lc "source ~/.rvm/scripts/rvm; ruby config/unfold_postdeploy.rb"
|
|
45
45
|
fi
|
|
46
46
|
fi
|
|
47
47
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unfold
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathaniel Symer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-ssh
|