rubber 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +9 -0
- data/VERSION +1 -1
- data/lib/rubber/recipes/rubber/setup.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
1.3.1
|
2
|
+
-----
|
3
|
+
|
4
|
+
make sure ec2 config dir exists before writing to it <39f51d1> [Matt Conway]
|
5
|
+
make sure ec2-ami-tools is installed on canonical ami for rubber:bundle <62cb4ba> [Matt Conway]
|
6
|
+
make passenger not unload app by default <d580cd9> [Matt Conway]
|
7
|
+
ensure wget overwrites when rerunning after failed get <69102dc> [Matt Conway]
|
8
|
+
remove uneeded dependency <97b68ac> [Matt Conway]
|
9
|
+
|
1
10
|
1.3.0
|
2
11
|
-----
|
3
12
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.2
|
@@ -197,7 +197,7 @@ namespace :rubber do
|
|
197
197
|
# Setup hostname on instance so shell, etcs have nice display
|
198
198
|
sudo "sh -c 'echo $CAPISTRANO:HOST$ > /etc/hostname && hostname $CAPISTRANO:HOST$'"
|
199
199
|
# Newer ubuntus ec2-init script always resets hostname, so prevent it
|
200
|
-
sudo "sh -c 'mkdir -p/etc/ec2-init && echo compat=0 > /etc/ec2-init/is-compat-env'"
|
200
|
+
sudo "sh -c 'mkdir -p /etc/ec2-init && echo compat=0 > /etc/ec2-init/is-compat-env'"
|
201
201
|
end
|
202
202
|
|
203
203
|
# TODO
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 1.3.
|
8
|
+
- 2
|
9
|
+
version: 1.3.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Matt Conway
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-20 00:00:00 -04:00
|
18
18
|
default_executable: vulcanize
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|