r10k 0.0.6 → 0.0.7

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.
@@ -12,7 +12,7 @@ module R10K::CLI
12
12
  summary 'Update cache for all sources'
13
13
 
14
14
  run do |opts, args, cmd|
15
- sources = R10K::Deployment.instance[:sources]
15
+ sources = R10K::Deployment.config[:sources]
16
16
  remotes = Set.new
17
17
 
18
18
  sources.each_pair do |name, hash|
@@ -20,7 +20,7 @@ module R10K::CLI
20
20
  end
21
21
 
22
22
  remotes.each do |remote|
23
- logger.info "Synchronizing #{remote}"
23
+ logger.info "Updating cache for #{remote.inspect}"
24
24
  synchro = R10K::Synchro::Git.new(remote)
25
25
  synchro.cache
26
26
  end
data/lib/r10k/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module R10K
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r10k
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-07 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colored