cap-rightscale 0.3.7 → 0.3.8
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/VERSION +1 -1
- data/cap-rightscale.gemspec +1 -1
- data/lib/cap-rightscale/configuration/rightscale.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.8
|
data/cap-rightscale.gemspec
CHANGED
|
@@ -226,7 +226,7 @@ puts "Time: #{Time.now - start}"
|
|
|
226
226
|
c.delete(__FILE__)
|
|
227
227
|
|
|
228
228
|
begin
|
|
229
|
-
@cache_files ||= Dir.glob("#{Dir.tmpdir}/cap-rightscale-#{ENV['USER']}-*/#{@caller}
|
|
229
|
+
@cache_files ||= Dir.glob("#{Dir.tmpdir}/cap-rightscale-#{ENV['USER']}-*/#{@caller}*#{role}")
|
|
230
230
|
|
|
231
231
|
@cache_files.each do |c|
|
|
232
232
|
@server_cache.update(Marshal.load(open(c) {|f| f.read}))
|
|
@@ -261,7 +261,7 @@ puts "Time: #{Time.now - start}"
|
|
|
261
261
|
cache_dir = Dir.glob("#{Dir.tmpdir}/cap-rightscale-#{ENV['USER']}-*").first
|
|
262
262
|
exit if cache_dir.nil?
|
|
263
263
|
end
|
|
264
|
-
cache_file = File.join(cache_dir, @caller)
|
|
264
|
+
cache_file = File.join(cache_dir, "#{@caller}-#{role}")
|
|
265
265
|
|
|
266
266
|
begin
|
|
267
267
|
open(cache_file, "w") {|f| f.write(obj_dump)}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cap-rightscale
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.3.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Satoshi Ohki
|