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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fca8b974111f0429aa19983cbe5ec16c40949101
4
- data.tar.gz: 9e13273d647f71d693933c8ec1271281e9cfdeb3
3
+ metadata.gz: 31002dea76e19d36d350fbac6bfd0b242a38f4e5
4
+ data.tar.gz: 03920f706dd8a047683f783ac980145d25480c0e
5
5
  SHA512:
6
- metadata.gz: f8ce767884b96072657755a95cdd97da34abb221719f33b1f234bde60bedf4c956ae926ec0503582beea7e91e0c982452377287855d3c588d25713fe5da687bc
7
- data.tar.gz: a0c4c56281e7e6d948e58ecb7ffc885c370d9bc88edbd203e71c93efbcdac8ca67a53ed3f66adb91dfaa0029f5e2f1de462cc6c4486dd2289bb573b9ef2780c9
6
+ metadata.gz: 0c810a5d2f31c5ee3d98025b469ba8f647faba046197cb77065827d368eec111bb425e7358c5470c303d1a0c17255b5743194140be97dcfaca5bea2366e91562
7
+ data.tar.gz: 8897c7e1bcd4b2479cd9e30fa30b711fab560dbb1d35670eaecba2888b400c3083cc844362de3da228dbafbb146f82bae3012a2e1d707f0ce96998a7661127b1
@@ -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"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controlrepo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Ratcliffe