controlrepo 2.0.6 → 2.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.
- checksums.yaml +4 -4
- data/controlrepo.gemspec +1 -1
- data/lib/controlrepo/rake_tasks.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31002dea76e19d36d350fbac6bfd0b242a38f4e5
|
4
|
+
data.tar.gz: 03920f706dd8a047683f783ac980145d25480c0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c810a5d2f31c5ee3d98025b469ba8f647faba046197cb77065827d368eec111bb425e7358c5470c303d1a0c17255b5743194140be97dcfaca5bea2366e91562
|
7
|
+
data.tar.gz: 8897c7e1bcd4b2479cd9e30fa30b711fab560dbb1d35670eaecba2888b400c3083cc844362de3da228dbafbb146f82bae3012a2e1d707f0ce96998a7661127b1
|
data/controlrepo.gemspec
CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "controlrepo"
|
6
|
-
s.version = "2.0.
|
6
|
+
s.version = "2.0.7"
|
7
7
|
s.authors = ["Dylan Ratcliffe"]
|
8
8
|
s.email = ["dylan.ratcliffe@puppetlabs.com"]
|
9
9
|
s.homepage = "https://github.com/dylanratcliffe/controlrepo_gem"
|
@@ -86,7 +86,6 @@ task :controlrepo_autotest_prep do
|
|
86
86
|
@config.acceptance_tests.each { |test| @config.verify_acceptance_test(@repo,test) }
|
87
87
|
end
|
88
88
|
|
89
|
-
puts Dir["#{@repo.tempdir}/*"]
|
90
89
|
# Only deploy r10k of we don't already have a directory
|
91
90
|
if Dir["#{@repo.tempdir}/*"].empty?
|
92
91
|
# Deploy r10k to a temp dir
|