gusteau 0.4.3 → 0.4.4
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.
- data/bootstrap/centos.sh +1 -1
- data/bootstrap/gentoo.sh +1 -1
- data/bootstrap/redhat.sh +1 -1
- data/bootstrap/ubuntu.sh +1 -1
- data/lib/gusteau/bureau.rb +1 -1
- data/lib/gusteau/version.rb +1 -1
- metadata +2 -2
data/bootstrap/centos.sh
CHANGED
data/bootstrap/gentoo.sh
CHANGED
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
emerge -uDN ruby:1.9
|
|
12
12
|
revdep-rebuild
|
|
13
13
|
|
|
14
|
-
gem install chef ruby-shadow --no-ri --no-rdoc
|
|
14
|
+
gem install chef ruby-shadow --no-ri --no-rdoc --version "=11.4.0"
|
|
15
15
|
|
|
16
16
|
# Make non-interactive SSH sessions see environment variables
|
|
17
17
|
if [[ ! `which chef-solo` ]]; then
|
data/bootstrap/redhat.sh
CHANGED
data/bootstrap/ubuntu.sh
CHANGED
|
@@ -4,5 +4,5 @@ if type -p chef-solo > /dev/null; then
|
|
|
4
4
|
echo "Using chef-solo at `which chef-solo`"
|
|
5
5
|
else
|
|
6
6
|
apt-get install -y ruby ruby-dev libopenssl-ruby rdoc ri irb build-essential wget ssl-cert curl rubygems
|
|
7
|
-
gem install chef --no-ri --no-rdoc
|
|
7
|
+
gem install chef --no-ri --no-rdoc --version "=11.4.0"
|
|
8
8
|
fi
|
data/lib/gusteau/bureau.rb
CHANGED
data/lib/gusteau/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gusteau
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-05-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: optitron
|