rdeis 0.0.2 → 0.0.3
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/lib/rdeis/bootstrap.rb +1 -1
- data/lib/rdeis/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e61c109e0d369d706ca9af104216433e79455277
|
|
4
|
+
data.tar.gz: 2e86d64b117b42f11d302d693dd3bb2beb751a28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fccda34aff8986f63d5a46bb5e632574995b042b34834fc257d9b2d2fd5665af97b099b1cb79d7ff716ecc192a24efbc54e53e4ea9889a7bf0124a3ec040ac38
|
|
7
|
+
data.tar.gz: 7dd9edec915dcb95e5e6a9ad5cd303d9da1adb6e8ae4f38e431f746af93f31e296fa750d77732bb0aa595e04798ba9517ba368f04ca15c140004b7c16a1ca3d1
|
data/lib/rdeis/bootstrap.rb
CHANGED
|
@@ -80,7 +80,7 @@ module DEIS
|
|
|
80
80
|
# run remote, keep the $HOME notation as we want that evaluated in the cmd
|
|
81
81
|
run("mkdir -p #{DEIS::Storage::BASE_PATH} ; echo -e '#{out}' > #{file}") if ! @proxy.nil?
|
|
82
82
|
# remove any existing references from the various shell options on the local machine
|
|
83
|
-
shell=`echo $SHELL | sed -E "s#/bin/##
|
|
83
|
+
shell=`echo $SHELL | sed -E "s#/bin/##"`.strip
|
|
84
84
|
profile = ["#{ENV['HOME']}/.#{shell}rc", "#{ENV['HOME']}/.#{shell}_profile", "#{ENV['HOME']}/.profile"].select{|f| File.exists?(f)}.first
|
|
85
85
|
if ! profile.nil?
|
|
86
86
|
content = File.open(profile, "r"){ |f| f.read }.gsub(". #{file}", "") + "\n. #{file}"
|
data/lib/rdeis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdeis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charles Marshall
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -78,7 +78,7 @@ files:
|
|
|
78
78
|
- lib/rdeis/version.rb
|
|
79
79
|
- lib/ssh.rb
|
|
80
80
|
- rdeis.gemspec
|
|
81
|
-
homepage: https://github.com/charlesmarshall/deis_deploy/tree/0.0.
|
|
81
|
+
homepage: https://github.com/charlesmarshall/deis_deploy/tree/0.0.3
|
|
82
82
|
licenses:
|
|
83
83
|
- MIT
|
|
84
84
|
metadata: {}
|